Changeset 1635 in lmdz_wrf for trunk


Ignore:
Timestamp:
Sep 10, 2017, 9:58:19 PM (8 years ago)
Author:
lfita
Message:

Fixing typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r1634 r1635  
    1869018690        itimeunits = timeobj.getncattr('units')
    1869118691        if itimeunits != tunit:
    18692             cftimes = gen.coincident_CFtimes(timev, tunit, itimeuints)
     18692            cftimes = gen.coincident_CFtimes(timev, tunit, itimeunits)
    1869318693        else:
    1869418694            cftimes = list(timev)
Note: See TracChangeset for help on using the changeset viewer.