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_create_ts

    r1205 r1206  
    167167# Test if all was right before proceeding further 
    168168# ------------------------------------------------------------------ 
    169 IGCM_debug_Verif_Exit_Post 
     169IGCM_debug_Verif_Exit 
    170170 
    171171if [ ${StandAlone} = true ] ; then 
     
    238238#D- Test if all was right before entering the loop 
    239239# ------------------------------------------------------------------ 
    240 IGCM_debug_Verif_Exit_Post 
     240IGCM_debug_Verif_Exit 
    241241 
    242242######################################################################## 
     
    492492    if [ X${file} != X${NULL_STR} ] ; then 
    493493      IGCM_sys_Get /l liste_file[*] ${RUN_DIR_PATH}/${comp} 
    494       IGCM_debug_Verif_Exit_Post 
     494      IGCM_debug_Verif_Exit 
    495495    fi 
    496496  done 
     
    671671      # Get selected files 
    672672      IGCM_sys_Get /l liste_file[*] ${RUN_DIR_PATH}/${comp} 
    673       IGCM_debug_Verif_Exit_Post 
     673      IGCM_debug_Verif_Exit 
    674674 
    675675      # Apply IGCM_Patch if needed 
     
    679679            for Patch in $( eval echo \${LISTE_PATCHES_${file}[*]} ); do 
    680680              IGCM_${Patch} ${file_t} 
    681               IGCM_debug_Verif_Exit_Post 
     681              IGCM_debug_Verif_Exit 
    682682            done 
    683683          done 
     
    716716          file_out=${config_UserChoices_JobName}_${DATE_BUILD_END}_${FlagDir}_${var}.nc 
    717717          IGCM_sys_ncrcat --hst -v ${liste_coord}${var} ${file1} ${liste_file_tmp[*]} ${file_out} 
    718           IGCM_debug_Verif_Exit_Post 
     718          IGCM_debug_Verif_Exit 
    719719          # 
    720720          IGCM_sys_Rm ${file1} 
     
    728728          file_out=${config_UserChoices_JobName}_${DATE_BUILD}_${FlagDir}_${var}.nc 
    729729          IGCM_sys_ncrcat --hst -v ${liste_coord}${var} ${liste_file_tmp[*]} ${file_out} 
    730           IGCM_debug_Verif_Exit_Post 
     730          IGCM_debug_Verif_Exit 
    731731        fi 
    732732 
     
    752752            # Put global history attribut 
    753753            IGCM_sys_ncatted -Oh -a history,global,o,c,"build by libIGCM/create_ts" ${file_out_YE} 
    754             IGCM_debug_Verif_Exit_Post 
     754            IGCM_debug_Verif_Exit 
    755755            # 
    756756            eval IGCM_sys_Put_Out ${file_out_YE} \${R_OUT_${comp}}/Analyse/TS_MO_YE/${file_out_YE} 
     
    799799#D- Test if all was right 
    800800# -------------------------------------------------------------------- 
    801 IGCM_debug_Verif_Exit_Post 
     801IGCM_debug_Verif_Exit 
    802802# -------------------------------------------------------------------- 
    803803#D- Submit MONITORING 
Note: See TracChangeset for help on using the changeset viewer.