- Timestamp:
- Nov 10, 2016, 2:21:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r1307 r1308 17601 17601 tvaro = ncf.variables['time_counter'] 17602 17602 tvals = tvaro[:] 17603 tunits = tvaro.getncattr('units')17603 tunits = str(tvaro.getncattr('units')) 17604 17604 17605 17605 # Fixing 0000 year issue...
Note: See TracChangeset
for help on using the changeset viewer.