Changeset 6678 for modipsl/trunk


Ignore:
Timestamp:
11/20/23 11:59:55 (6 months ago)
Author:
jgipsl
Message:

Added possible sub configurations ad decided during the platform boual 17 of nov.

  • IPSLCM(also called IPSLCM-ico) : Fully coupled model but without INCA
  • IPSLCM-reg : Fully coupled model without INCA and without DYNAMICO
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/model

    r6671 r6678  
    6060    ( IPSLCM7* ) 
    6161    # subconfiguration is optional 
    62     if [ ${sub_conf} == "LMDZOR" ] ; then 
     62    if [ ${sub_conf} == "IPSLCM" ] || [ ${sub_conf} == "IPSLCM-ico" ] ; then 
     63        comp_to_exclude="INCA" 
     64    elif [ ${sub_conf} == "IPSLCM-reg" ] ; then 
     65        comp_to_exclude="INCA DYNAMICO" 
     66    elif [ ${sub_conf} == "LMDZOR" ] ; then 
    6367        comp_to_exclude="NEMO OASIS INCA DYNAMICO" 
    6468    elif [ ${sub_conf} == "LMDZORINCA" ] ; then 
     
    502506 
    503507case ${m_n} in ( IPSLCM7* ) 
    504                if [ ${sub_conf} == "LMDZOR" ] ; then 
     508               if [ ${sub_conf} == "IPSLCM" ] || [ ${sub_conf} == "IPSLCM-ico" ] ; then 
     509                   rm -fr ../config/IPSLCM7*/EXPERIMENTS/*INCA* 
     510               elif [ ${sub_conf} == "IPSLCM-reg" ] ; then 
     511                   rm -fr ../config/IPSLCM7*/EXPERIMENTS/IPSLCM-ico 
     512                   rm -fr ../config/IPSLCM7*/EXPERIMENTS/*INCA* 
     513                   rm -fr ../config/IPSLCM7*/EXPERIMENTS/ICO* 
     514               elif [ ${sub_conf} == "LMDZOR" ] ; then 
    505515                   rm -fr ../config/IPSLCM7*/EXPERIMENTS/IPSLCM* 
    506516                   rm -fr ../config/IPSLCM7*/EXPERIMENTS/ICOLMDZ* 
Note: See TracChangeset for help on using the changeset viewer.