Changeset 1713


Ignore:
Timestamp:
05/11/12 10:02:36 (12 years ago)
Author:
acosce
Message:

Add the creation of the listing by the scripts (create_listing.sh)
Now launch_ipsl_pack.sh takes only one argument : liste_simul

Location:
TOOLS/PACK_IPSL
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/PACK_IPSL/launch_ipsl_pack.sh

    r1709 r1713  
    1818 
    1919LISTE_SIMUL=${1} 
    20 LISTE_DMNFS=${2} 
    2120 
    2221#LISTE_SIMUL=${JOB_DIR}/param_SL.txt  
     
    4443rm -rf ${IGCM_TMP}/tmp/* 
    4544rm -f ${DEM_LOG} 
     45 
     46# 0- on cree le listing correspondant au fichier param  
     47# on efface les tests precedents 
     48rm -f ${IGCM_DEM}/Listing.txt 
     49for DIR in $( awk '{print $0}' ${LISTE_SIMUL} ) ; do  
     50    ./create_listing.sh $DIR 
     51done 
     52 
     53LISTE_DMNFS=${IGCM_DEM}/Listing.txt 
    4654 
    4755# 1- A partir de param_list - on recherche l'ensemble des simulations a packer 
Note: See TracChangeset for help on using the changeset viewer.