Ignore:
Timestamp:
06/05/15 17:28:35 (9 years ago)
Author:
sdipsl
Message:
  • Remove IGCM_debug_Verif_Exit_Post. Only IGCM_debug_Verif_Exit will manage exit cases.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_pack_output

    r1201 r1206  
    136136# Test if all was right before proceeding further 
    137137# ------------------------------------------------------------------ 
    138 IGCM_debug_Verif_Exit_Post 
     138IGCM_debug_Verif_Exit 
    139139 
    140140if [ ${StandAlone} = true ] ; then 
     
    185185# Test if all was right before proceeding further 
    186186# ------------------------------------------------------------------ 
    187 IGCM_debug_Verif_Exit_Post 
     187IGCM_debug_Verif_Exit 
    188188 
    189189IGCM_debug_Print 1 "Check coherence between PackFrequency and PeriodLength" 
     
    192192# Test if all was right before proceeding further 
    193193# ------------------------------------------------------------------ 
    194 IGCM_debug_Verif_Exit_Post 
     194IGCM_debug_Verif_Exit 
    195195 
    196196IGCM_debug_Print 1 "We must process ${NbPeriodPerFrequency} files for each pack" 
     
    263263        # Test if all was right before proceeding further 
    264264        # ------------------------------------------------------------------ 
    265         IGCM_debug_Verif_Exit_Post 
     265        IGCM_debug_Verif_Exit 
    266266        # Save it 
    267267        IGCM_sys_Put_Out ${output} ${R_SAVE}/$( echo $dir | sed "s:${R_BUFR}/::" )/${output} 
     
    271271        # Test if all was right before proceeding further 
    272272        # ------------------------------------------------------------------ 
    273         IGCM_debug_Verif_Exit_Post 
     273        IGCM_debug_Verif_Exit 
    274274        # Clean files used by ncrcat 
    275275        cat liste_pack_${myType}_${date_begin_pack}_${date_end_pack}.txt | xargs rm 
Note: See TracChangeset for help on using the changeset viewer.