Changeset 462 in lmdz_wrf for trunk/tools
- Timestamp:
- Jun 9, 2015, 5:04:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/validation_sim.py
r460 r462 1193 1193 quit(-1) 1194 1194 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]): 1197 1197 print errormsg 1198 1198 print ' ' + main + ": simulation file '" + opts.fsim + "' does not have " + \
Note: See TracChangeset
for help on using the changeset viewer.