- Timestamp:
- Jun 17, 2016, 7:48:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/diagnostics.py
r772 r865 1069 1069 1070 1070 for it in range(dt): 1071 wrfdates = ncvar.datetimeStr_conversion(timewrfv[it,:],'WRFdatetime', 'matYmdHMS')1072 WRFtime[it] = ncvar.realdatetime1_CFcompilant(wrfdates, refdate, tunitsval)1071 wrfdates = gen.datetimeStr_conversion(timewrfv[it,:],'WRFdatetime', 'matYmdHMS') 1072 WRFtime[it] = gen.realdatetime1_CFcompilant(wrfdates, refdate, tunitsval) 1073 1073 1074 1074 tunits = tunitsval + ' since ' + refdateS 1075 1076 1075 1077 1076 ### ## # … … 1091 1090 if not ncobj.variables.has_key(depv) and not \ 1092 1091 gen.searchInlist(NONcheckingvars, depv) and \ 1093 not gen.searchInlist(methods, depv): 1092 not gen.searchInlist(methods, depv) and not depvars[0] == 'deaccum' \ 1093 and not depvars[0] == 'accum': 1094 1094 print errormsg 1095 1095 print ' ' + main + ": file '" + opts.ncfile + \
Note: See TracChangeset
for help on using the changeset viewer.