Changeset 6728 for modipsl/trunk


Ignore:
Timestamp:
01/18/24 17:31:47 (5 months ago)
Author:
jgipsl
Message:

Add ORCHIDEE_OL (ORCHIDEE offline configuration) as possible sub configuration to IPSLCM7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/model

    r6679 r6728  
    7272    elif [ ${sub_conf} == "ICOLMDZORINCA" ] ; then 
    7373        comp_to_exclude="NEMO OASIS" 
     74    elif [ ${sub_conf} == "ORCHIDEE_OL" ] ; then 
     75        comp_to_exclude="NEMO OASIS INCA DYNAMICO LMDZ" 
    7476    elif [ ${sub_conf} == "FULL" ] ; then 
    7577        comp_to_exculde=" " 
    7678    else 
    7779        echo Sub-configuration ${sub_conf} is not supported. 
    78         echo Choose between IPSLCM, IPSLCM-reg, ICOLMDZOR, ICOLMDZORINCA, LMDZOR or LMDZORINCA 
     80        echo Choose between IPSLCM, IPSLCM-reg, ICOLMDZOR, ICOLMDZORINCA, LMDZOR, LMDZORINCA or ORCHIDEE_OL 
    7981        echo For full configuration, do not specify the second argument or choose FULL 
    8082        exit 
Note: See TracChangeset for help on using the changeset viewer.