Changeset 812 in lmdz_wrf
- Timestamp:
- Jun 7, 2016, 5:50:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r809 r812 1312 1312 modval = float(valsS[1]) 1313 1313 1314 opers = ['sumc', 'subc', 'mulc', 'divc', 'lowthres', 'upthres', 'lowthres@oper', \ 1315 'upthres@oper', 'potc'] 1316 1314 1317 if modins == 'sumc': 1315 1318 varVal[:] = varVal[:] + modval … … 1384 1387 print ' ' + fname + ": Operation to modify values '" + modins + \ 1385 1388 "' is not defined !!" 1389 print ' available:', opers 1386 1390 quit(-1) 1387 1391
Note: See TracChangeset
for help on using the changeset viewer.