Changeset 2283 in lmdz_wrf
- Timestamp:
- Jan 23, 2019, 9:04:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/diagnostics.py
r2277 r2283 958 958 ncvar.insert_variable(ncobj, 'lat_bnds', cellbndsy, diagoutd, diagoutvd, newnc) 959 959 960 ovar = newnc.variables['XLONG'] 961 ovar.setncattr('bounds', 'lon_bnds, lat_bnds') 962 ovar = newnc.variables['XLAT'] 963 ovar.setncattr('bounds', 'lon_bnds, lat_bnds') 964 960 965 # mrso: total soil moisture SMOIS, DZS 961 966 elif diagn == 'WRFmrso':
Note: See TracChangeset
for help on using the changeset viewer.