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