Changeset 3828
- Timestamp:
- 05/24/18 15:41:07 (6 years ago)
- Location:
- CONFIG/UNIFORM/v6/IPSLCM6/GENERAL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/xios.driver
r2606 r3828 19 19 IGCM_comp_modifyXmlFile force iodef.xml using_server NONE true 20 20 21 # Activate 2nd server level for CMIP6 type experiments (CMIP6 workflow) 22 if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 23 IGCM_comp_modifyXmlFile force iodef.xml using_server2 NONE true 24 fi 25 21 26 if [ -f namcouple ] ; then 22 27 sed -e "s/2 LMDZ oceanx/3 LMDZ oceanx ${config_Executable_IOS[1]}/" namcouple > namcouple.tmp -
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/iodef.xml
r3802 r3828 15 15 <variable_definition> 16 16 <variable_group id="server"> 17 <variable id="using_server2" type="bool"> true</variable>17 <variable id="using_server2" type="bool">false</variable> 18 18 <variable id="ratio_server2" type="int">50</variable> 19 19 </variable_group> … … 26 26 27 27 <variable_group id="parameters" > 28 <variable id="using_server" type="bool"> true</variable>28 <variable id="using_server" type="bool">false</variable> 29 29 <variable id="info_level" type="int">1</variable> 30 30 <variable id="print_file" type="bool">false</variable>
Note: See TracChangeset
for help on using the changeset viewer.