Changeset 323 in lmdz_wrf
- Timestamp:
- Feb 26, 2015, 4:46:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r322 r323 433 433 varvals = ['pracc', 'precipitation_amount', 0., 100., \ 434 434 'accumulated|precipitation', 'kgm-2', 'BuPu'] 435 elif varn == 'prc' or varn == 'LPLUC' or varn == 'pluc' or varn == 'WRFprc': 435 elif varn == 'prc' or varn == 'LPLUC' or varn == 'pluc' or varn == 'WRFprc' or \ 436 varn == 'RAINCde': 436 437 varvals = ['prc', 'convective_precipitation_flux', 0., 2.e-4, \ 437 438 'convective|precipitation|flux', 'kgm-2s-1', 'Blues'] … … 446 447 varvals = ['pres', 'air_pressure', 0., 103000., 'air|pressure', 'Pa', \ 447 448 'Blues'] 448 elif varn == 'prls' or varn == 'WRFprls' or varn == 'LPLUL' or varn == 'plul': 449 elif varn == 'prls' or varn == 'WRFprls' or varn == 'LPLUL' or varn == 'plul' or \ 450 varn == 'RAINNCde': 449 451 varvals = ['prls', 'large_scale_precipitation_flux', 0., 2.e-4, \ 450 452 'large|scale|precipitation|flux', 'kgm-2s-1', 'Blues']
Note: See TracChangeset
for help on using the changeset viewer.