Changeset 872 in lmdz_wrf for trunk


Ignore:
Timestamp:
Jun 18, 2016, 2:52:03 PM (8 years ago)
Author:
lfita
Message:

Adding error message in `netcdf_fold_concatenate' when no file is found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r871 r872  
    96869686
    96879687    print '  ' + fname +': concatenating:', Nfiles, 'files'
     9688    if Nfiles == 0:
     9689        print errormsg
     9690        print '  ' + fname + ": there are no files as '" + fold + '/' + ncfile + "*' !!"
     9691        quit(-1)
    96889692    print confiles
    96899693
Note: See TracChangeset for help on using the changeset viewer.