Changeset 299 in lmdz_wrf
- Timestamp:
- Feb 25, 2015, 6:56:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r298 r299 188 188 varvals = ['ath', 'total_thermal_plume_cover', 0., 1., \ 189 189 'total|column|thermal|plume|cover', '1', 'YlGnBu'] 190 elif varn == 'acprc' or varn == 'RAINC': 191 varvals = ['acprc', 'accumulated_cmulus_precipitation', 0., 3.e4, \ 192 'accumulated|cmulus|precipitation', 'mm', 'Blues'] 193 elif varn == 'acprnc' or varn == 'RAINNC': 194 varvals = ['acprnc', 'accumulated_non-cmulus_precipitation', 0., 3.e4, \ 195 'accumulated|non-cmulus|precipitation', 'mm', 'Blues'] 190 196 elif varn == 'bils' or varn == 'LBILS': 191 197 varvals = ['bils', 'surface_total_heat_flux', -100., 100., \
Note: See TracChangeset
for help on using the changeset viewer.