Changeset 2516 in lmdz_wrf for trunk


Ignore:
Timestamp:
May 7, 2019, 3:08:39 PM (6 years ago)
Author:
lfita
Message:

Fixing...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r2515 r2516  
    26202620                else:
    26212621                    print warnmsg
    2622                     print '    first time step:', self.firsTt, 'below 1900 !!'
     2622                    print '    first time step:', self.firstTt, 'below 1900 !!'
    26232623                    self.firstTs = str(self.firstTt.year).zfill(4) +                 \
    26242624                       str(self.firstTt.month).zfill(2) +                            \
Note: See TracChangeset for help on using the changeset viewer.