Changeset 1639 in lmdz_wrf


Ignore:
Timestamp:
Sep 10, 2017, 10:14:32 PM (7 years ago)
Author:
lfita
Message:

Fixing input directory for final time-concatenation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/model_graphics.py

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