Changeset 1672 in lmdz_wrf
- Timestamp:
- Oct 23, 2017, 10:59:15 PM (7 years ago)
- Location:
- trunk/tools
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r1669 r1672 7502 7502 if not gen.searchInlist(Dddv.keys(), dimn): 7503 7503 if not objnc.variables.has_key(dimn): 7504 print er orrmsg7504 print errormsg 7505 7505 print ' ' + fname + ": no variable '" + dimn + "' found!!" 7506 7506 print ' for the operation the dimension-variable is ' + \ 7507 7507 'required but it is not in file !' 7508 7508 print ' Could you think in adding it?' 7509 print ' vurrent varibales:',bjnc.variables.keys()7509 print ' current varibales:', objnc.variables.keys() 7510 7510 quit(-1) 7511 7511
Note: See TracChangeset
for help on using the changeset viewer.