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/calcul_size_simul.sh

    r1714 r1822  
    1717SCRIPT_NAME=$(basename ${0} ) 
    1818source ${EXE_DIR}/DEM_utilities.sh 
     19 
     20# gpdebug : verif si le present script a ete execute jusqu'au bout ######### 
     21MonitoringInfo="${SCRIPT_NAME}-->OK" 
     22simuMonitoring_check "$MonitoringInfo" "$config_card" 
     23 
    1924DEM_log -0 "Demarrage de ${SCRIPT_NAME}" 
    2025 
     
    4449 
    4550fi 
     51 
     52# gpdebug : le script n'a pas rencontre d'erreur. On l'inscrit dans le fichier de suivi 
     53simuMonitoring_OK "$MonitoringInfo" "$config_card" 
     54 
    4655DEM_log -0 "Fin de ${SCRIPT_NAME}" 
Note: See TracChangeset for help on using the changeset viewer.