Changeset 1640 in lmdz_wrf for trunk/tools
- Timestamp:
- Sep 10, 2017, 10:28:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/model_graphics.py
r1639 r1640 968 968 try: 969 969 with gen.Capturing() as output: 970 ncvar.netcdf_fold_concatenation_HMT(odir, ',time ', CFvarn + '_' +\971 headerf + SgP +'_,-,.nc', 'all')970 ncvar.netcdf_fold_concatenation_HMT(odir, ',time,time', CFvarn + \ 971 '_' + headerf + SgP +'_,-,.nc', 'all') 972 972 except: 973 973 print errmsg 974 print 'netcdf_fold_concatenation_HMT('+odir+', time, ' +CFvarn+ '_' +\975 headerf +SgP + '_,-,.nc, all)'974 print 'netcdf_fold_concatenation_HMT('+odir+', time,time ' + CFvarn+ \ 975 '_' + headerf +SgP + '_,-,.nc, all)' 976 976 for s1out in output: print s1out 977 977 quit(-1)
Note: See TracChangeset
for help on using the changeset viewer.