Changeset 1628 in lmdz_wrf
- Timestamp:
- Sep 10, 2017, 9:03:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/model_graphics.py
r1623 r1628 892 892 try: 893 893 with gen.Capturing() as output: 894 ncvar.WRF_to CF(values, ifilen)894 ncvar.WRF_to_newCF(values, ifilen, 'all') 895 895 except: 896 896 print errmsg 897 print 'WRF_to CF('+ values +', ' + ifilen +')'897 print 'WRF_to_newCF('+ values +', ' + ifilen + ',all')' 898 898 for s1out in output: print s1out 899 899 # Removing file in order to make sure that it will be redone
Note: See TracChangeset
for help on using the changeset viewer.