Changeset 1780 in lmdz_wrf


Ignore:
Timestamp:
Feb 21, 2018, 4:29:37 PM (7 years ago)
Author:
lfita
Message:

Fixing if to becompatible with 'WRFtime'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r1779 r1780  
    1126311263        print '  ' + fname + ": files do not have dimensions '" + condim + "' !!!"
    1126411264        quit(-1)
    11265     if not ncobjs[0].variables.has_key(vardimname):
     11265    if vardimname != 'WRFtime' and not ncobjs[0].variables.has_key(vardimname):
    1126611266        print errormsg
    1126711267        print '  ' + fname + ": files do not have variable '" + vardimname + "' !!!"
Note: See TracChangeset for help on using the changeset viewer.