- Timestamp:
- May 7, 2019, 3:08:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r2515 r2516 2620 2620 else: 2621 2621 print warnmsg 2622 print ' first time step:', self.firs Tt, 'below 1900 !!'2622 print ' first time step:', self.firstTt, 'below 1900 !!' 2623 2623 self.firstTs = str(self.firstTt.year).zfill(4) + \ 2624 2624 str(self.firstTt.month).zfill(2) + \
Note: See TracChangeset
for help on using the changeset viewer.