Changeset 656


Ignore:
Timestamp:
04/17/12 12:00:29 (12 years ago)
Author:
sdipsl
Message:
  • During pack_output StandAlone? mode relax the constraint when nbfile=0 (ie job has been partially done)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_pack_output

    r653 r656  
    315315          fi 
    316316        done 
     317 
     318        if ( [ X${StandAlone} = Xtrue ] && [ ${nbfile} = 0 ] ) ; then 
     319          IGCM_debug_Print 1 "We found ${nbfile} files to process" 
     320          IGCM_debug_Print 1 "We should have found ${NbPeriodPerFrequency} files" 
     321          IGCM_debug_Print 1 "As we are in StandAlone mode we consider the job has been done and move to the next file type" 
     322          continue 
     323        fi 
     324 
    317325        # Select list of variables to work with 
    318326        list_var=$( cat liste_variables_${myType}_${date_begin_pack}_${date_end_pack}.txt | sort | uniq -c | awk -v nbfile=$nbfile '{if ($1 != nbfile) {print $2}}' | paste -s -d ',' ) 
Note: See TracChangeset for help on using the changeset viewer.