Changeset 320 in lmdz_wrf for trunk/tools/nc_var_tools.py
- Timestamp:
- Feb 26, 2015, 4:10:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r319 r320 553 553 # Water budget 554 554 # Water budget de-accumulated 555 elif varn == 'ccond' or varn == 'CCOND' or varn == ' CCONDde':555 elif varn == 'ccond' or varn == 'CCOND' or varn == 'ACCCONDde': 556 556 varvals = ['ccond', 'cw_cond', 0., 30., \ 557 557 'cloud|water|condensation', 'mm', 'Reds'] 558 558 elif varn == 'wbr' or varn == 'ACQVAPORde': 559 559 varvals = ['wbr', 'wbr', 0., 30., 'Water|Budget|water|wapor', 'mm', 'Blues'] 560 elif varn == 'diabh' or varn == 'DIABH' or varn == ' DIABHde':560 elif varn == 'diabh' or varn == 'DIABH' or varn == 'ACDIABHde': 561 561 varvals = ['diabh', 'diabh', 0., 30., 'diabatic|heating', 'K', 'Reds'] 562 562 elif varn == 'wbpw' or varn == 'WBPW' or varn == 'WBACPWde':
Note: See TracChangeset
for help on using the changeset viewer.