Changeset 1602


Ignore:
Timestamp:
10/03/23 16:25:45 (8 months ago)
Author:
jgipsl
Message:

Integrate a correction if cesmep was not installed. Done by Stephane Senesi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_purge_simulation

    r1598 r1602  
    172172 
    173173IGCM_card_DefineVariableFromOption ${prefix}config.card Post Cesmep 
     174if ( [ X${config_Post_Cesmep} = X${NULL_STR} ] || [ X${config_Post_Cesmep} = XNONE ] || \ 
     175         [ X${config_Post_Cesmep} = X ] ) ; then 
     176    config_Post_Cesmep=FALSE 
     177fi 
     178 
    174179if [ ${config_Post_Cesmep} != FALSE ]; then 
    175180    echo -e "\033[1;32mDo you want to erase the CESMEP atlas and dedicated CliMAF cache) ?" 
Note: See TracChangeset for help on using the changeset viewer.