- Timestamp:
- May 2, 2019, 4:45:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r2499 r2500 2594 2594 cal = 'gregorian' 2595 2595 else: 2596 cal = tunitsinf.calendar 2596 if not gen.searchInlist(attvar, 'calendar'): 2597 cal = times.getncattr('calendar') 2598 else: 2599 cal = times.getncattr('calendar_type') 2600 2597 2601 atimes = times.ncattrs() 2598 2602
Note: See TracChangeset
for help on using the changeset viewer.