Changeset 6885


Ignore:
Timestamp:
06/26/24 16:19:33 (4 days ago)
Author:
jgipsl
Message:

Added possiblity to switch to ROUTING=native. It is needed to add the corresponding xml files in orchidee.card and make sur that intput file and restart files are set as well in orchidee.card.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/DRIVER/orchidee.driver

    r6859 r6885  
    8484        IGCM_comp_modifyDefFile nonblocker orchidee.def RIVER_ROUTING y 
    8585        IGCM_comp_modifyDefFile nonblocker orchidee.def ROUTING_METHOD  simple 
     86    elif [ X${orchidee_UserChoices_ROUTING} = Xnative ]; then 
     87        # ROUTING=native is set in orchidee.card 
     88        IGCM_comp_modifyDefFile nonblocker orchidee.def RIVER_ROUTING y 
     89        IGCM_comp_modifyDefFile nonblocker orchidee.def ROUTING_METHOD  native 
    8690    elif [ X${orchidee_UserChoices_ROUTING} = Xhighres ]; then 
    8791        # ROUTING=highres is set in orchidee.card 
     
    213217 
    214218    # Add inclusion of file context_routing_orchidee.xml if this file exists 
    215     if [ -f context_routing_orchidee.xml ] ; then 
     219    if [ X${orchidee_UserChoices_ROUTING} = Xsimple ]; then 
    216220        echo '<context id="orchidee" src="./context_routing_orchidee.xml"/>' >> add.tmp 
     221    elif [ X${sechiba_UserChoices_ROUTING} = Xnative ] ; then 
     222        echo '<context id="orchidee" src="./context_routing_native_orchidee.xml"/>' >> add.tmp 
     223        echo '<context id="orchidee_init_routing" src="./context_init_routing_native_orchidee.xml"/>' >> add.tmp 
    217224    fi 
    218225 
Note: See TracChangeset for help on using the changeset viewer.