Changeset 1820 in lmdz_wrf for trunk/tools/nc_var_tools.py
- Timestamp:
- Mar 19, 2018, 8:54:58 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r1819 r1820 18114 18114 MODdims = ['Time', 'bottom_top', 'south_north', 'west_east'] 18115 18115 newMODdims = ['Time', 'pres', 'south_north', 'west_east'] 18116 notCHK = ['WRFght', 'WRFrh', 'WRFt', 'WRFu', 'WRF v']18116 notCHK = ['WRFght', 'WRFrh', 'WRFt', 'WRFu', 'WRFuer', 'WRFv', 'WRFver'] 18117 18117 MODvarrequired = ['P', 'PB', 'PSFC', 'PH', 'PHB', 'HGT', 'T', 'QVAPOR', \ 18118 18118 'XLONG', 'XLAT', 'Times']
Note: See TracChangeset
for help on using the changeset viewer.