Changeset 2097 in lmdz_wrf for trunk/tools/nc_var_tools.py


Ignore:
Timestamp:
Aug 24, 2018, 10:34:25 PM (6 years ago)
Author:
lfita
Message:

Adding 'tunits' definition in `netcdf_fold_concatenation_HMT' when concatenating variable does not have units

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r2096 r2097  
    1156511565        print '  ' + fname + ': concatenating dimension-variable has time units!'
    1156611566        print '    shifting temporal-values since the date of the first file', refdate
     11567    else:
     11568        tunits = False
    1156711569    begslicetot = 0
    1156811570    for ifile in range(Nfiles):
Note: See TracChangeset for help on using the changeset viewer.