Ignore:
Timestamp:
12/03/22 10:29:50 (17 months ago)
Author:
ssenesi
Message:

house-keeping scripts hanlde CESMEP outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_CESMEP/AA_purge_simulation

    r1525 r1567  
    171171fi 
    172172 
     173IGCM_card_DefineVariableFromOption ${prefix}config.card Post Cesmep 
     174if [ ${config_Post_Cesmep} != FALSE ]; then 
     175    echo -e "\033[1;32mDo you want to erase the CESMEP atlas and dedicated CliMAF cache) ?" 
     176    echo -n -e " Your answer (y/n) : \033[m" 
     177    read reponse 
     178    case ${reponse} in 
     179        oui|OUI|o|y|yes|YES) 
     180            $SUBMIT_DIR/cesmep_lite/libIGCM_clean.sh 
     181            ;; 
     182    esac 
     183fi 
     184 
    173185exit 0 
Note: See TracChangeset for help on using the changeset viewer.