- Timestamp:
- Nov 9, 2016, 8:36:29 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/model_graphics.py
r1294 r1296 920 920 try: 921 921 with gen.Capturing() as output: 922 ncvar. LMDZ_toCF(Tunits + '!since!' + Tref, ifilen)922 ncvar.DYNAMICO_toCF(Tunits + '!since!' + Tref, ifilen) 923 923 except: 924 924 print errmsg 925 print ' LMDZ_toCF('+ Tunits +'!since!'+ Tref+ ', ' + ifilen + ')'925 print 'DYNAMICO_toCF('+Tunits+'!since!'+Tref+ ', ' + ifilen + ')' 926 926 for s1out in output: print s1out 927 927 # Removing file in order to make sure that it will be redone
Note: See TracChangeset
for help on using the changeset viewer.