Changeset 750 in lmdz_wrf


Ignore:
Timestamp:
May 4, 2016, 11:33:48 AM (9 years ago)
Author:
lfita
Message:

working ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r749 r750  
    1210512105        varname = values.split(',')[1]
    1210612106        oper = values.split(',')[2]     
    12107         if not searchInlist(operations, oper):
     12107        if not gen.searchInlist(operations, oper):
    1210812108            print errormsg
    1210912109            print '  ' + fname + ": operation '" + oper + "' not ready!!"
Note: See TracChangeset for help on using the changeset viewer.