- Timestamp:
- Sep 14, 2018, 5:26:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r2137 r2139 11544 11544 tvals0, urefvals = compute_WRFtime(timewrfv, refdate='19491201000000', \ 11545 11545 tunitsval='minutes') 11546 print 'Lluis ifile:', ifile, tvals0 11546 11547 tvals = tvals + list(tvals0) 11547 11548 tvals = np.array(tvals) … … 11604 11605 newnc.sync() 11605 11606 else: 11606 odimvarf = ncobjs[ 0].variables['Times']11607 odimvarf = ncobjs[ifile].variables['Times'] 11607 11608 timewrfvf = odimvarf[:] 11608 11609 tvalsf, utimef = compute_WRFtime(timewrfvf, refdate='19491201000000', tunitsval='minutes')
Note: See TracChangeset
for help on using the changeset viewer.