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_restart.sh

    r1774 r1822  
    3939 
    4040source ${EXE_DIR}/DEM_utilities.sh 
     41 
     42# gpdebug : verif si le present script a ete execute jusqu'au bout ######### 
     43MonitoringInfo="${SCRIPT_NAME}-->OK" 
     44simuMonitoring_check "$MonitoringInfo" "$config_card" 
    4145 
    4246DEM_log -0 "Demarrage de ${SCRIPT_NAME}" 
     
    160164 
    161165cd ${EXE_DIR} 
     166 
     167# gpdebug : le script n'a pas rencontre d'erreur. On l'inscrit dans le fichier de suivi 
     168simuMonitoring_OK "$MonitoringInfo" "$config_card" 
Note: See TracChangeset for help on using the changeset viewer.