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