Changeset 6885
- Timestamp:
- 06/26/24 16:19:33 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/DRIVER/orchidee.driver
r6859 r6885 84 84 IGCM_comp_modifyDefFile nonblocker orchidee.def RIVER_ROUTING y 85 85 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 86 90 elif [ X${orchidee_UserChoices_ROUTING} = Xhighres ]; then 87 91 # ROUTING=highres is set in orchidee.card … … 213 217 214 218 # Add inclusion of file context_routing_orchidee.xml if this file exists 215 if [ -f context_routing_orchidee.xml ]; then219 if [ X${orchidee_UserChoices_ROUTING} = Xsimple ]; then 216 220 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 217 224 fi 218 225
Note: See TracChangeset
for help on using the changeset viewer.