Changeset 2096 in lmdz_wrf
- Timestamp:
- Aug 24, 2018, 10:31:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r2094 r2096 11513 11513 # Dimension variable for the concatenation 11514 11514 11515 urefvals = '-' 11515 11516 if vardimname != 'WRFtime': 11516 11517 odimvar = ncobjs[0].variables[vardimname] … … 11544 11545 newvar.setncattr('_CoordinateAxisType', 'Time') 11545 11546 set_attribute(newvar, 'calendar', 'standard') 11547 if urefvals == '-': urefvals = '- -' 11546 11548 11547 11549 # Checking units of condimvar
Note: See TracChangeset
for help on using the changeset viewer.