- Timestamp:
- Sep 10, 2017, 9:58:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r1634 r1635 18690 18690 itimeunits = timeobj.getncattr('units') 18691 18691 if itimeunits != tunit: 18692 cftimes = gen.coincident_CFtimes(timev, tunit, itimeu ints)18692 cftimes = gen.coincident_CFtimes(timev, tunit, itimeunits) 18693 18693 else: 18694 18694 cftimes = list(timev)
Note: See TracChangeset
for help on using the changeset viewer.