Changeset 1625 in lmdz_wrf
- Timestamp:
- Sep 10, 2017, 4:36:38 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r1624 r1625 18567 18567 if not ncf.variables.has_key('time'): 18568 18568 WRF_CFlonlat_creation('lon,lat,true', ncfile, wrfvl+','+wrfvL) 18569 else: 18570 print warnmsg 18571 print ' ' + fname + ": file already with variable 'lon,lat' skipping them!!" 18569 18572 18570 18573 ncf = NetCDFFile(ncfile,'a') … … 18586 18589 if not ncf.variables.has_key('time'): 18587 18590 WRF_CFtime_creation(refDateTime+','+Tunits, ncfile, 'time') 18591 else: 18592 print warnmsg 18593 print ' ' + fname + ": file already with variable 'lon,lat' skipping them!!" 18588 18594 18589 18595 ncf = NetCDFFile(ncfile,'a')
Note: See TracChangeset
for help on using the changeset viewer.