Ignore:
Timestamp:
10/01/13 11:22:33 (11 years ago)
Author:
acosce
Message:

Some update on surpack tools

1) add a script to move new pack on store and remove old simulation after checking results
2) make some improvement on launch_ipsl_pack.sh and other scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/SURPACK_IPSL/create_config_card.sh

    r2136 r2160  
    5353    rm -rf ${IGCM_DEM_SIMU}/* 
    5454 
    55 ### note dans cette version on ne gere pas les fichiers Analyse / Monitoring ils sont deja la ou il faut et comme il faut 
     55    STORE_CP=${IGCM_DEM_SIMU}/store_cp 
     56    mkdir -p ${STORE_CP} 
     57 
     58### note dans cette version on ne gere pas les fichiers Monitoring ils sont deja la ou il faut et comme il faut 
    5659    # on recherche le nom du job 
    5760    JobName="" 
    5861     
     62 
     63    # Etablir la liste des fichiers d'Analyse 
     64    grep ${PATH_SIMUL_FULL}/ ${LISTE_DMNFS} | grep Analyse  | awk '{print $3}' |  sort >> ${IGCM_TMP}/${$}.cp_analyse_files.list 
     65    awk -F/ '{if ($(NF)=="Analyse") print $0} ' ${IGCM_TMP}/${$}.cp_analyse_files.list > ${STORE_CP}/cp_files.list 
     66    rm -f ${IGCM_TMP}/${$}.cp_analyse_files.list 
     67 
    5968 
    6069    # Etablir la liste des fichiers de restart 
Note: See TracChangeset for help on using the changeset viewer.