Ignore:
Timestamp:
07/19/12 16:02:21 (12 years ago)
Author:
aclsce
Message:

Modifications done by Guillaume P :

  • error handling for the whole script
  • check of nco version
  • restart tool for list script
  • progress visualization for both scripts
  • "force" option -f added for both scripts
  • timing information added for pack script
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/PACK_IPSL/archive_debug.sh

    r1763 r1822  
    2222 
    2323source ${EXE_DIR}/DEM_utilities.sh 
     24 
     25# gpdebug : verif si le present script a ete execute jusqu'au bout ######### 
     26MonitoringInfo="${SCRIPT_NAME}-->OK" 
     27simuMonitoring_check "$MonitoringInfo" "$config_card" 
    2428 
    2529DEM_log -0 "Demarrage de ${SCRIPT_NAME}" 
     
    167171 
    168172cd ${EXE_DIR} 
     173 
     174# gpdebug : le script n'a pas rencontre d'erreur. On l'inscrit dans le fichier de suivi 
     175simuMonitoring_OK "$MonitoringInfo" "$config_card" 
Note: See TracChangeset for help on using the changeset viewer.