Changeset 1643 in lmdz_wrf


Ignore:
Timestamp:
Sep 11, 2017, 12:32:39 AM (7 years ago)
Author:
lfita
Message:

Fixing concatenate instruction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/model_graphics.py

    r1640 r1643  
    968968            try:
    969969                with gen.Capturing() as output:
    970                     ncvar.netcdf_fold_concatenation_HMT(odir, ',time,time', CFvarn + \
     970                    ncvar.netcdf_fold_concatenation_HMT(odir+',time,time', CFvarn + \
    971971                      '_' + headerf + SgP +'_,-,.nc', 'all')
    972972            except:
    973973                print errmsg
    974                 print 'netcdf_fold_concatenation_HMT('+odir+', time,time ' + CFvarn+ \
     974                print 'netcdf_fold_concatenation_HMT('+odir+',time,time ' + CFvarn + \
    975975                   '_' + headerf +SgP + '_,-,.nc, all)'
    976976                for s1out in output: print s1out
Note: See TracChangeset for help on using the changeset viewer.