Changeset 946 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Jun 24, 2016, 12:44:46 PM (8 years ago)
Author:
lfita
Message:

Giving the right units to 'CFUmonths_Useconds'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/generic_tools.py

    r944 r946  
    79407940
    79417941    secstunits = tunits.replace('_',' ').split(' ')
    7942     newtunits = 'seconds'
     7942    newtunits = 'days'
    79437943    for itsec in range(1,len(secstunits)):
    79447944        newtunits = newtunits + ' ' + secstunits[itsec]
Note: See TracChangeset for help on using the changeset viewer.