Changeset 718 for trunk


Ignore:
Timestamp:
10/16/12 12:43:09 (12 years ago)
Author:
sdipsl
Message:
  • For a given pack period : if we don't find any files matching the search criteria we will consider that the file has not been produced instead of considering that a problem occured.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_pack_output

    r712 r718  
    340340        done 
    341341 
    342         if ( [ X${StandAlone} = Xtrue ] && [ ${nbfile} = 0 ] ) ; then 
    343           IGCM_debug_Print 1 "We found ${nbfile} files to process" 
     342        if [ ${nbfile} = 0 ] ; then 
     343          IGCM_debug_Print 1 "We found no file to process" 
    344344          IGCM_debug_Print 1 "We should have found ${NbPeriodPerFrequency} files" 
    345           IGCM_debug_Print 1 "As we are in StandAlone mode we consider the job has been done and move to the next file type" 
     345          IGCM_debug_Print 1 "As some files can be produced only for some selected period we consider we can move to the next file type" 
    346346          continue 
    347347        fi 
Note: See TracChangeset for help on using the changeset viewer.