Changeset 2187 in lmdz_wrf


Ignore:
Timestamp:
Oct 17, 2018, 6:49:15 PM (6 years ago)
Author:
lfita
Message:

Fixing date management in `netcdf_fold_concatenation_HMT'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r2184 r2187  
    1156911569            time=uvalsecs[3]
    1157011570        else:
    11571             if uvalsecs[2].find('_') != -1:
     11571            if uvalsecs[2].find('_') == -1:
    1157211572                date=uvalsecs[2]
    1157311573                time='00:00:00'
Note: See TracChangeset for help on using the changeset viewer.