Changeset 2606
- Timestamp:
- 07/07/15 11:52:36 (8 years ago)
- Location:
- CONFIG/UNIFORM/v6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/xios.driver
r2352 r2606 18 18 # Activate server mode 19 19 IGCM_comp_modifyXmlFile force iodef.xml using_server NONE true 20 # If lmdz_UserChoices_XIOS=y add LMDZ as component id : 21 if [ X${lmdz_UserChoices_XIOS} = Xy ] ; then 22 IGCM_comp_modifyXmlFile force iodef.xml oasis_codes_id NONE LMDZ,oceanx 23 fi 20 24 21 if [ -f namcouple ] ; then 25 22 sed -e "s/2 LMDZ oceanx/3 LMDZ oceanx ${config_Executable_IOS[1]}/" namcouple > namcouple.tmp -
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/iodef.xml
r2362 r2606 21 21 <variable id="using_server" type="boolean">false</variable> 22 22 <variable id="using_oasis" type="boolean">false</variable> 23 <variable id="oasis_codes_id" type="string" > oceanx</variable>23 <variable id="oasis_codes_id" type="string" >LMDZ,oceanx</variable> 24 24 25 25 </variable_definition> -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/xios.driver
r2352 r2606 18 18 # Activate server mode 19 19 IGCM_comp_modifyXmlFile force iodef.xml using_server NONE true 20 # If lmdz_UserChoices_XIOS=y add LMDZ as component id : 21 if [ X${lmdz_UserChoices_XIOS} = Xy ] ; then 22 IGCM_comp_modifyXmlFile force iodef.xml oasis_codes_id NONE LMDZ,oceanx 23 fi 20 24 21 if [ -f namcouple ] ; then 25 22 sed -e "s/2 LMDZ oceanx/3 LMDZ oceanx ${config_Executable_IOS[1]}/" namcouple > namcouple.tmp -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/iodef.xml
r2369 r2606 21 21 <variable id="using_server" type="boolean">false</variable> 22 22 <variable id="using_oasis" type="boolean">false</variable> 23 <variable id="oasis_codes_id" type="string" > oceanx</variable>23 <variable id="oasis_codes_id" type="string" >LMDZ,oceanx</variable> 24 24 25 25 </variable_definition>
Note: See TracChangeset
for help on using the changeset viewer.