Changeset 1206


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.
Location:
trunk/libIGCM
Files:
1 added
29 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_SE_Checker

    r1114 r1206  
    223223 
    224224    IGCM_sys_MkdirWork ${POST_DIR} 
    225     IGCM_debug_Verif_Exit_Post 
     225    IGCM_debug_Verif_Exit 
    226226    IGCM_sys_QsubPost create_se 
    227227 
  • trunk/libIGCM/AA_TimeSeries_Checker

    r1143 r1206  
    415415                  export Script_Post_Output=create_ts.${PeriodDateEnd}.${TsTask}.${CompToRead}.${NameToRead} 
    416416                  IGCM_sys_MkdirWork ${POST_DIR} 
    417                   IGCM_debug_Verif_Exit_Post 
     417                  IGCM_debug_Verif_Exit 
    418418                  IGCM_sys_QsubPost create_ts 
    419419                  echo 
     
    480480    export Script_Post_Output=create_ts.${PeriodDateEnd}.${TsTask} 
    481481    IGCM_sys_MkdirWork ${POST_DIR} 
    482     IGCM_debug_Verif_Exit_Post 
     482    IGCM_debug_Verif_Exit 
    483483    IGCM_sys_QsubPost create_ts 
    484484    echo 
     
    505505    export Script_Post_Output=create_ts.${PeriodDateEnd}.${TsTask} 
    506506    IGCM_sys_MkdirWork ${POST_DIR} 
    507     IGCM_debug_Verif_Exit_Post 
     507    IGCM_debug_Verif_Exit 
    508508    IGCM_sys_QsubPost create_ts 
    509509    echo 
  • trunk/libIGCM/AA_additionnal

    r1201 r1206  
    9494# Test if all was right before proceeding further 
    9595# ------------------------------------------------------------------ 
    96 IGCM_debug_Verif_Exit_Post 
     96IGCM_debug_Verif_Exit 
    9797 
    9898if [ ${StandAlone} = true ] ; then 
  • trunk/libIGCM/AA_atlas_LMDZ

    r1201 r1206  
    9494# Test if all was right before proceeding further 
    9595# ------------------------------------------------------------------ 
    96 IGCM_debug_Verif_Exit_Post 
     96IGCM_debug_Verif_Exit 
    9797 
    9898if [ ${StandAlone} = true ] ; then 
  • trunk/libIGCM/AA_atlas_ORCA_LIM

    r1201 r1206  
    9494# Test if all was right before proceeding further 
    9595# ------------------------------------------------------------------ 
    96 IGCM_debug_Verif_Exit_Post 
     96IGCM_debug_Verif_Exit 
    9797 
    9898if [ ${StandAlone} = true ] ; then 
  • trunk/libIGCM/AA_atlas_ORCHIDEE

    r1201 r1206  
    9494# Test if all was right before proceeding further 
    9595# ------------------------------------------------------------------ 
    96 IGCM_debug_Verif_Exit_Post 
     96IGCM_debug_Verif_Exit 
    9797 
    9898if [ ${StandAlone} = true ] ; then 
  • trunk/libIGCM/AA_atlas_PISCES

    r1201 r1206  
    9494# Test if all was right before proceeding further 
    9595# ------------------------------------------------------------------ 
    96 IGCM_debug_Verif_Exit_Post 
     96IGCM_debug_Verif_Exit 
    9797 
    9898if [ ${StandAlone} = true ] ; then 
  • trunk/libIGCM/AA_create_multi_se

    r1201 r1206  
    140140# Test if all was right before proceeding further 
    141141# ------------------------------------------------------------------ 
    142 IGCM_debug_Verif_Exit_Post 
     142IGCM_debug_Verif_Exit 
    143143 
    144144if [ ${StandAlone} = true ] ; then 
     
    316316    # 
    317317    IGCM_sys_Get /l liste_file_se[*] ${RUN_DIR_PATH} 
    318     IGCM_debug_Verif_Exit_Post 
     318    IGCM_debug_Verif_Exit 
    319319    # Search of common list of variables to be treated 
    320320    nbfile=0 
     
    402402#D- Test if all was right before ATLAS 
    403403# -------------------------------------------------------------------- 
    404 IGCM_debug_Verif_Exit_Post 
     404IGCM_debug_Verif_Exit 
    405405 
    406406if [ ${config_UserChoices_TagName} = "IPSLCM4_v1_OASIS3" ] || \ 
  • trunk/libIGCM/AA_create_se

    r1201 r1206  
    147147# Test if all was right before proceeding further 
    148148# ------------------------------------------------------------------ 
    149 IGCM_debug_Verif_Exit_Post 
     149IGCM_debug_Verif_Exit 
    150150 
    151151if [ ${StandAlone} = true ] ; then 
     
    341341        # 
    342342        IGCM_sys_Get /l liste_file_se[*] ${RUN_DIR_PATH} 
    343         IGCM_debug_Verif_Exit_Post 
     343        IGCM_debug_Verif_Exit 
    344344 
    345345        # Apply IGCM_Patch if needed 
     
    401401          # 
    402402          IGCM_sys_Get /l liste_file_se[*] ${RUN_DIR_PATH} 
    403           IGCM_debug_Verif_Exit_Post 
     403          IGCM_debug_Verif_Exit 
    404404 
    405405          # Apply IGCM_Patch if needed 
     
    464464          # 
    465465          IGCM_sys_Get /l liste_file_se[*] ${RUN_DIR_PATH} 
    466           IGCM_debug_Verif_Exit_Post 
     466          IGCM_debug_Verif_Exit 
    467467 
    468468          # Apply IGCM_Patch if needed 
     
    560560#D- Test if all was right before ATLAS 
    561561# -------------------------------------------------------------------- 
    562 IGCM_debug_Verif_Exit_Post 
     562IGCM_debug_Verif_Exit 
    563563 
    564564if [ ${config_UserChoices_TagName} = "IPSLCM4_v1_OASIS3" ] || \ 
  • 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 
  • trunk/libIGCM/AA_metrics_LMDZ

    r1203 r1206  
    9595# Test if all was right before proceeding further 
    9696# ------------------------------------------------------------------ 
    97 IGCM_debug_Verif_Exit_Post 
     97IGCM_debug_Verif_Exit 
    9898 
    9999if [ ${StandAlone} = true ] ; then 
  • trunk/libIGCM/AA_monitoring

    r1201 r1206  
    141141# Test if all was right before proceeding further 
    142142# ------------------------------------------------------------------ 
    143 IGCM_debug_Verif_Exit_Post 
     143IGCM_debug_Verif_Exit 
    144144 
    145145if [ ${StandAlone} = true ] ; then 
  • trunk/libIGCM/AA_move-and-rename

    r1059 r1206  
    225225# Test if all was right before proceeding further 
    226226# ------------------------------------------------------------------ 
    227 IGCM_debug_Verif_Exit_Post 
     227IGCM_debug_Verif_Exit 
    228228 
    229229#DEFINE NEW_R_DODS 
  • trunk/libIGCM/AA_pack_debug

    r1201 r1206  
    159159# Test if all was right before proceeding further 
    160160# ------------------------------------------------------------------ 
    161 IGCM_debug_Verif_Exit_Post 
     161IGCM_debug_Verif_Exit 
    162162 
    163163if [ ${StandAlone} = true ] ; then 
     
    225225# Test if all was right before proceeding further 
    226226# ------------------------------------------------------------------ 
    227 IGCM_debug_Verif_Exit_Post 
     227IGCM_debug_Verif_Exit 
    228228 
    229229# Init loop 
     
    262262  # Test if all was right before proceeding cleaning 
    263263  # ------------------------------------------------------------------ 
    264   IGCM_debug_Verif_Exit_Post 
     264  IGCM_debug_Verif_Exit 
    265265  # Clean links 
    266266  cat ${RUN_DIR}/liste_pack_${date_begin_pack}_${date_end_pack}.txt | xargs rm 
  • 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 
  • trunk/libIGCM/AA_pack_restart

    r1201 r1206  
    159159# Test if all was right before proceeding further 
    160160# ------------------------------------------------------------------ 
    161 IGCM_debug_Verif_Exit_Post 
     161IGCM_debug_Verif_Exit 
    162162 
    163163if [ ${StandAlone} = true ] ; then 
     
    218218# Test if all was right before proceeding further 
    219219# ------------------------------------------------------------------ 
    220 IGCM_debug_Verif_Exit_Post 
     220IGCM_debug_Verif_Exit 
    221221 
    222222# Init loop 
     
    262262  # Test if all was right before proceeding cleaning 
    263263  # ------------------------------------------------------------------ 
    264   IGCM_debug_Verif_Exit_Post 
     264  IGCM_debug_Verif_Exit 
    265265  # Clean links 
    266266  cat ${RUN_DIR}/liste_pack_${date_begin_pack}_${date_end_pack}.txt | xargs rm 
  • trunk/libIGCM/AA_rebuild_fromWorkdir

    r1201 r1206  
    170170# Test if all was right before proceeding further 
    171171# ------------------------------------------------------------------ 
    172 IGCM_debug_Verif_Exit_Post 
     172IGCM_debug_Verif_Exit 
    173173 
    174174if [ ${StandAlone} = true ] ; then 
  • trunk/libIGCM/libIGCM_comp/libIGCM_comp.ksh

    r1190 r1206  
    16831683                echo "IGCM_sys_rebuild ${file_in} ${generic_file_name}_[0-9]*.nc" >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
    16841684              fi 
    1685               echo "IGCM_debug_Verif_Exit_Post" >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
     1685              echo "IGCM_debug_Verif_Exit" >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
    16861686            fi 
    16871687            # 
     
    16921692                  echo ". ${libIGCM_POST}/libIGCM_post/IGCM_${Patch}.ksh" >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
    16931693                  echo "IGCM_${Patch} ${file_in}                        " >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
    1694                   echo "IGCM_debug_Verif_Exit_Post                      " >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
     1694                  echo "IGCM_debug_Verif_Exit                           " >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
    16951695                done 
    16961696              fi 
     
    17031703                rebuildedActionsList[${#rebuildedActionsList[*]}]="IGCM_sys_Put_Out ${file_in} ${file_out}" 
    17041704              fi 
    1705               rebuildedActionsList[${#rebuildedActionsList[*]}]="IGCM_debug_Verif_Exit_Post" 
     1705              rebuildedActionsList[${#rebuildedActionsList[*]}]="IGCM_debug_Verif_Exit" 
    17061706              rebuildedActionsList[${#rebuildedActionsList[*]}]="IGCM_sys_Rm ${generic_file_name}_[0-9]*.nc" 
    17071707            fi 
     
    17251725                echo ". ${libIGCM_POST}/libIGCM_post/IGCM_${Patch}.ksh" >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
    17261726                echo "IGCM_${Patch} ${file_in}                        " >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
    1727                 echo "IGCM_debug_Verif_Exit_Post                      " >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
     1727                echo "IGCM_debug_Verif_Exit                           " >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
    17281728              done 
    17291729              # 
     
    17331733                echo "IGCM_sys_Put_Out ${file_in} ${file_out}         " >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
    17341734              fi 
    1735               echo "IGCM_debug_Verif_Exit_Post                        " >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
     1735              echo "IGCM_debug_Verif_Exit                             " >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
    17361736              # 
    17371737            fi 
  • trunk/libIGCM/libIGCM_date/libIGCM_date.ksh

    r1118 r1206  
    886886  *) 
    887887    IGCM_debug_Exit "IGCM_date_DaysInPreviousPeriod " ${Period} " invalid PeriodLength : choose in *Y, *M, *D." 
    888     IGCM_debug_Verif_Exit_Post ;; 
     888    IGCM_debug_Verif_Exit ;; 
    889889  esac 
    890890  echo ${Length} 
     
    946946  *) 
    947947    IGCM_debug_Exit "IGCM_date_DaysInNextPeriod " ${Period} " invalid PeriodLength : choose in *Y, *M, *D." 
    948     IGCM_debug_Verif_Exit_Post ;; 
     948    IGCM_debug_Verif_Exit ;; 
    949949  esac 
    950950  echo ${Length} 
     
    10061006  *) 
    10071007    IGCM_debug_Exit "IGCM_date_DaysInCurrentPeriod " ${Period} " invalid PeriodLength : choose in *Y, *M, *D." 
    1008     IGCM_debug_Verif_Exit_Post ;; 
     1008    IGCM_debug_Verif_Exit ;; 
    10091009  esac 
    10101010  echo ${Length} 
  • trunk/libIGCM/libIGCM_debug/libIGCM_debug.ksh

    r1204 r1206  
    704704function IGCM_debug_Verif_Exit { 
    705705  if ( ${ExitFlag} ) ; then 
    706     # Plan to send an email here with IGCM_sys_SendMail 
    707     if [ X${TaskType} != Xchecking ] ; then 
     706    echo "IGCM_debug_Verif_Exit : Something wrong happened previously." 
     707    # Only computing TaskType stops the job for now. 
     708    if [ X${TaskType} = Xcomputing ] ; then 
    708709      IGCM_card_WriteOption ${SUBMIT_DIR}/run.card Configuration PeriodState "Fatal" 
    709       echo "IGCM_debug_Verif_Exit : Something wrong happened previously." 
    710710      echo "IGCM_debug_Verif_Exit : ERROR and EXIT keyword will help find out where." 
    711711      echo "                        EXIT THE JOB." 
    712712      echo 
    713713      IGCM_debug_CallStack 
    714     fi 
    715  
    716     if [ X${ActivateBigBro} = Xtrue ] ; then 
    717       # RabbitMQ message code "EXIT THE JOBS BECAUSE ERROR(S) HAS BEEN TRIGGERED" 
    718       code=9999 
    719       # RabbitMQ message body 
    720       Body=$( echo "{${genericSimulationID},\"msgCode\":\"${code}\",\"msgUID\":\"$(uuidgen)\",\"msgTimestamp\":\"$( date +"%Y-%m-%dT%H:%M:%S.%N%z" )\"}" ) 
    721       # To be sure we flush message buffer and clean up behind us before the end of the simulation 
    722       FlushAMQP=true 
    723       # Fill the rabbitMQ queue 
    724       IGCM_debug_sendAMQP 
    725     fi 
    726  
    727     # Mail notification 
    728     IGCM_sys_SendMail 
    729  
    730     # And Good Bye 
    731     date 
    732     exit 1 
    733   fi 
    734 } 
    735  
    736 #D-#================================================== 
    737 #D-function IGCM_debug_Verif_Exit_Post 
    738 #D-* Purpose: exit with number 1 if ExitFlag is true for Post-treatment 
    739 #D- 
    740 function IGCM_debug_Verif_Exit_Post { 
    741   if ( ${ExitFlag} ) ; then 
    742     echo "IGCM_debug_Verif_Exit_Post : Something wrong happened." 
    743     # If SpaceName is PROD then we stop if post_processing fails 
    744     # Plan to send an email here with IGCM_sys_SendMail 
    745     if [ X${config_UserChoices_SpaceName} = XPROD ] ; then 
    746       echo "                        EXIT THE JOB." 
    747       echo 
     714 
     715      if [ X${ActivateBigBro} = Xtrue ] ; then 
     716        # RabbitMQ message code "EXIT THE JOBS BECAUSE ERROR(S) HAS BEEN TRIGGERED" 
     717        code=9999 
     718        # RabbitMQ message body 
     719        Body=$( echo "{${genericSimulationID},\"msgCode\":\"${code}\",\"msgUID\":\"$(uuidgen)\",\"msgTimestamp\":\"$( date +"%Y-%m-%dT%H:%M:%S.%N%z" )\"}" ) 
     720        # To be sure we flush message buffer and clean up behind us before the end of the simulation 
     721        FlushAMQP=true 
     722        # Fill the rabbitMQ queue 
     723        IGCM_debug_sendAMQP 
     724      fi 
     725 
    748726      # Mail notification 
    749       #IGCM_sys_SendMailPost 
     727      IGCM_sys_SendMail 
     728 
    750729      # And Good Bye 
    751730      date 
    752731      exit 1 
    753     else 
    754       echo "Either inside config.card the variable SpaceName is not in PROD" 
    755       echo "or inside the main Job the variable JobType is not in RUN mode" 
    756       echo "              SO WE DO NOT EXIT THE JOB." 
    757       echo 
    758       date 
     732 
     733    elif [ X${TaskType} = Xpost-processing ] ; then 
     734      # If SpaceName is PROD then we stop when post_processing failed 
     735      if [ X${config_UserChoices_SpaceName} = XPROD ] ; then 
     736        echo "                        EXIT THE JOB." 
     737        echo 
     738        # Mail notification? 
     739        #IGCM_sys_SendMailPost 
     740        # And Good Bye 
     741        date 
     742        exit 1 
     743      else 
     744        echo "Either inside config.card the variable SpaceName is not in PROD" 
     745        echo "or inside the main Job the variable JobType is not in RUN mode" 
     746        echo "              SO WE DO NOT EXIT THE JOB." 
     747        echo 
     748        date 
     749      fi 
     750    elif [ X${TaskType} = Xchecking ] ; then 
     751      echo "Do nothing at the moment" 
    759752    fi 
    760753  fi 
  • trunk/libIGCM/libIGCM_post/IGCM_Patch_20070220_histcom_time_axis.ksh

    r1045 r1206  
    6262            IGCM_sys_ncatted -O --hst -a associate,${var},m,c,"${ATTNV}" ${file} 
    6363        done 
    64         IGCM_debug_Verif_Exit_Post 
     64        # ------------------------------------------------------------------ 
     65        # Test if all was right before proceeding further 
     66        # ------------------------------------------------------------------ 
     67        IGCM_debug_Verif_Exit 
     68 
    6569        IGCM_sys_Mv ${file} ${1} 
    6670        IGCM_sys_Rm ${file}_ncdump-h 
  • trunk/libIGCM/libIGCM_post/IGCM_Patch_20090317_histcom__Fillvalue.ksh

    r1059 r1206  
    3131    [ ! X${miss} = X ] && IGCM_sys_ncatted -a missing_value,,c,f,${miss} ${file}  
    3232 
     33    # ------------------------------------------------------------------ 
     34    # Test if all was right before proceeding further 
     35    # ------------------------------------------------------------------ 
     36    IGCM_debug_Verif_Exit 
     37 
    3338    IGCM_sys_Mv ${file} ${1} 
    3439     
  • trunk/libIGCM/libIGCM_post/IGCM_Patch_20090407_histcom_time_axis.ksh

    r1059 r1206  
    6262            IGCM_sys_ncatted -O --hst -a associate,${var},m,c,"${ATTNV}" ${file} 
    6363        done 
    64         IGCM_debug_Verif_Exit_Post 
     64        # ------------------------------------------------------------------ 
     65        # Test if all was right before proceeding further 
     66        # ------------------------------------------------------------------ 
     67        IGCM_debug_Verif_Exit 
     68 
    6569        IGCM_sys_Mv ${file} ${1} 
    6670        IGCM_sys_Rm ${file}_ncdump-h 
  • trunk/libIGCM/libIGCM_post/IGCM_Patch_20091030_histcom_time_axis.ksh

    r1059 r1206  
    7676        done 
    7777 
     78        # ------------------------------------------------------------------ 
     79        # Test if all was right before proceeding further 
     80        # ------------------------------------------------------------------ 
     81        IGCM_debug_Verif_Exit 
    7882 
    79         IGCM_debug_Verif_Exit_Post 
    8083        IGCM_sys_Mv ${file} ${1} 
    8184        IGCM_sys_Rm ${file}_ncdump-h 
  • trunk/libIGCM/libIGCM_post/IGCM_Patch_20091116_ncks_ncra.ksh

    r1059 r1206  
    4949       rm -f O*_out.*.nc 
    5050 
     51       # ------------------------------------------------------------------ 
     52       # Test if all was right before proceeding further 
     53       # ------------------------------------------------------------------ 
     54       IGCM_debug_Verif_Exit 
     55 
    5156       #ls -s ${PREFIX}_*_cpl_*.nc  
    5257 
  • trunk/libIGCM/libIGCM_post/IGCM_Patch_20091118_mask.ksh

    r1169 r1206  
    3131        IGCM_debug_Exit "neither here ${R_SAVE}/OCE/Output/${config_UserChoices_JobName}_mesh_mask.nc" 
    3232        IGCM_debug_Exit "nor here ${R_BUFR}/OCE/Output/${config_UserChoices_JobName}_mesh_mask.nc" 
    33         IGCM_debug_Verif_Exit_Post 
     33        IGCM_debug_Verif_Exit 
    3434      fi 
    3535    fi 
     
    140140    IGCM_sys_ncks -Ah -v nav_lon,nav_lat ${filename} file_mask.nc 
    141141 
     142    # ------------------------------------------------------------------ 
     143    # Test if all was right before proceeding further 
     144    # ------------------------------------------------------------------ 
     145    IGCM_debug_Verif_Exit 
     146 
    142147    #============================================ 
    143148    # Cleaning 
    144     IGCM_debug_Verif_Exit_Post 
    145149    IGCM_sys_Mv file_mask.nc ${filename} 
    146150    IGCM_sys_Rm mask3D.nc mask2D.nc file1.nc 
  • trunk/libIGCM/libIGCM_post/libIGCM_post.ksh

    r1113 r1206  
    202202#           fi 
    203203            echo "IGCM_sys_MkdirWork ${POST_DIR}                 " >> ${FunctionPath} 
    204             echo "IGCM_debug_Verif_Exit_Post                     " >> ${FunctionPath} 
     204            echo "IGCM_debug_Verif_Exit                          " >> ${FunctionPath} 
    205205            echo "IGCM_sys_QsubPost create_ts                    " >> ${FunctionPath} 
    206206#           if [ X${MASTER} = Xtitane ] ; then 
     
    237237                    . ${libIGCM_POST}/libIGCM_sys/libIGCM_sys.ksh 
    238238                    IGCM_sys_MkdirWork ${POST_DIR} 
    239                     IGCM_debug_Verif_Exit_Post 
     239                    IGCM_debug_Verif_Exit 
    240240                    IGCM_sys_QsubPost create_ts 
    241241EOF 
     
    318318#             fi 
    319319              echo "IGCM_sys_MkdirWork ${POST_DIR}                 " >> ${FunctionPath} 
    320               echo "IGCM_debug_Verif_Exit_Post                     " >> ${FunctionPath} 
     320              echo "IGCM_debug_Verif_Exit                          " >> ${FunctionPath} 
    321321              echo "IGCM_sys_QsubPost create_ts                    " >> ${FunctionPath} 
    322322#             if [ X${MASTER} = Xtitane ] ; then 
     
    353353                        . ${libIGCM_POST}/libIGCM_sys/libIGCM_sys.ksh 
    354354                        IGCM_sys_MkdirWork ${POST_DIR} 
    355                         IGCM_debug_Verif_Exit_Post 
     355                        IGCM_debug_Verif_Exit 
    356356                        IGCM_sys_QsubPost create_ts 
    357357EOF 
     
    416416#     fi 
    417417      echo "IGCM_sys_MkdirWork ${POST_DIR}                 " >> ${FunctionPath} 
    418       echo "IGCM_debug_Verif_Exit_Post                     " >> ${FunctionPath} 
     418      echo "IGCM_debug_Verif_Exit                          " >> ${FunctionPath} 
    419419      echo "IGCM_sys_QsubPost create_se                    " >> ${FunctionPath} 
    420420#     if [ X${MASTER} = Xtitane ] ; then 
     
    446446            . ${libIGCM_POST}/libIGCM_sys/libIGCM_sys.ksh 
    447447            IGCM_sys_MkdirWork ${POST_DIR} 
    448             IGCM_debug_Verif_Exit_Post 
     448            IGCM_debug_Verif_Exit 
    449449            IGCM_sys_QsubPost create_se 
    450450EOF 
     
    497497    . ${libIGCM_POST}/libIGCM_sys/libIGCM_sys.ksh 
    498498    IGCM_sys_MkdirWork ${POST_DIR} 
    499     IGCM_debug_Verif_Exit_Post 
     499    IGCM_debug_Verif_Exit 
    500500    IGCM_sys_QsubPost ${script} 
    501501    IGCM_debug_Verif_Exit 
     
    525525      . ${libIGCM_POST}/libIGCM_sys/libIGCM_sys.ksh 
    526526      IGCM_sys_MkdirWork ${POST_DIR} 
    527       IGCM_debug_Verif_Exit_Post 
     527      IGCM_debug_Verif_Exit 
    528528      IGCM_sys_QsubPost ${script} 
    529529      IGCM_debug_Verif_Exit 
     
    558558#       fi 
    559559      echo "IGCM_sys_MkdirWork ${POST_DIR}                 " >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
    560       echo "IGCM_debug_Verif_Exit_Post                     " >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
     560      echo "IGCM_debug_Verif_Exit                          " >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
    561561      echo "IGCM_sys_QsubPost ${script}                    " >> ${RUN_DIR}/REBUILD_${PeriodDateBegin}/rebuild.ksh 
    562562#       if [ X${MASTER} = Xtitane ] ; then 
     
    584584        . ${libIGCM_POST}/libIGCM_sys/libIGCM_sys.ksh 
    585585        IGCM_sys_MkdirWork ${POST_DIR} 
    586         IGCM_debug_Verif_Exit_Post 
     586        IGCM_debug_Verif_Exit 
    587587        IGCM_sys_QsubPost ${script} 
    588588        IGCM_debug_Verif_Exit 
     
    638638      . ${libIGCM_POST}/libIGCM_sys/libIGCM_sys.ksh 
    639639      IGCM_sys_MkdirWork ${POST_DIR} 
    640       IGCM_debug_Verif_Exit_Post 
     640      IGCM_debug_Verif_Exit 
    641641      IGCM_sys_QsubPost ${script} 
    642642      IGCM_debug_Verif_Exit 
Note: See TracChangeset for help on using the changeset viewer.