Changeset 480 in lmdz_wrf for trunk/tools
- Timestamp:
- Jun 12, 2015, 11:43:24 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r479 r480 913 913 print errormsg 914 914 print ' ' + fname + ": Operation to modify values '" + modins + \ 915 "' is not defined !! '915 "' is not defined !!" 916 916 quit(-1) 917 917 elif modins == 'upthres@oper': … … 929 929 print errormsg 930 930 print ' ' + fname + ": Operation to modify values '" + modins + \ 931 "' is not defined !! '931 "' is not defined !!" 932 932 quit(-1) 933 933 elif modins == 'potc':
Note: See TracChangeset
for help on using the changeset viewer.