Changeset 302 in lmdz_wrf for trunk/tools/nc_var_tools.py
- Timestamp:
- Feb 25, 2015, 7:09:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r301 r302 550 550 # Water budget 551 551 # Water budget de-accumulated 552 elif varn == 'ccond' or varn == 'CCOND': 553 varvals = ['ccond', 'cw_cond', 0., 30., \ 554 'accumulated|cloud|water|condensation', 'mm', 'Reds'] 552 555 elif varn == 'diabh' or varn == 'DIABH': 553 556 varvals = ['diabh', 'diabh', 0., 30., 'diabatic|heating', 'K', 'Reds'] … … 608 611 'Water|Budget|hydrometeor|source', 'mms-1', 'Reds'] 609 612 # Water Budget accumulated 613 elif varn == 'acccond' or varn == 'ACCCOND': 614 varvals = ['acccond', 'ac_cw_cond', 0., 30., \ 615 'accumulated|cloud|water|condensation', 'mm', 'Reds'] 610 616 elif varn == 'acr' or varn == 'ACQVAPOR': 611 617 varvals = ['acr', 'ac_r', 0., 30., 'accumualted|water|wapor', 'mm', 'Blues']
Note: See TracChangeset
for help on using the changeset viewer.