Changeset 462 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Jun 9, 2015, 5:04:38 PM (10 years ago)
Author:
lfita
Message:

Adding `None' vardim for simulation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/validation_sim.py

    r460 r462  
    11931193        quit(-1)
    11941194
    1195     if not osim.variables.has_key(vardims[dn][0]) and not                            \
    1196       searchInlist(varNOcheck,vardims[dn][0]):
     1195    if vardims[dn][0] != 'None' and not osim.variables.has_key(vardims[dn][0]) and   \
     1196      not searchInlist(varNOcheck,vardims[dn][0]):
    11971197        print errormsg
    11981198        print '  ' + main + ": simulation file '" + opts.fsim + "' does not have " + \
Note: See TracChangeset for help on using the changeset viewer.