Changeset 1672 in lmdz_wrf


Ignore:
Timestamp:
Oct 23, 2017, 10:59:15 PM (7 years ago)
Author:
lfita
Message:

Fixing error message issues

Location:
trunk/tools
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r1669 r1672  
    75027502                if not gen.searchInlist(Dddv.keys(), dimn):
    75037503                    if not objnc.variables.has_key(dimn):
    7504                         print erorrmsg
     7504                        print errormsg
    75057505                        print '  ' + fname + ": no variable '" + dimn + "' found!!"
    75067506                        print '    for the operation the dimension-variable is ' +   \
    75077507                          'required but it is not in file !'
    75087508                        print '    Could you think in adding it?'
    7509                         print '      vurrent varibales:', bjnc.variables.keys()
     7509                        print '      current varibales:', objnc.variables.keys()
    75107510                        quit(-1)
    75117511
Note: See TracChangeset for help on using the changeset viewer.