Changeset 1830 in lmdz_wrf for trunk/tools/nc_var_tools.py
- Timestamp:
- Mar 20, 2018, 6:33:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r1829 r1830 18116 18116 MODdims = ['Time', 'bottom_top', 'south_north', 'west_east'] 18117 18117 newMODdims = ['Time', 'pres', 'south_north', 'west_east'] 18118 notCHK = ['WRFght', 'WR Frh', 'WRFt', 'WRFu', 'WRFuer', 'WRFv', 'WRFver', \18119 'WRF w']18118 notCHK = ['WRFght', 'WRfhus', 'WRFrh', 'WRFt', 'WRFu', 'WRFuer', 'WRFv', \ 18119 'WRFver', 'WRFw'] 18120 18120 MODvarrequired = ['P', 'PB', 'PSFC', 'PH', 'PHB', 'HGT', 'T', 'QVAPOR', \ 18121 18121 'XLONG', 'XLAT', 'Times']
Note: See TracChangeset
for help on using the changeset viewer.