Changeset 6943


Ignore:
Timestamp:
10/16/24 17:18:07 (3 months ago)
Author:
acosce
Message:

Add possibility to run xios with several server - taking in account automatically in xios.driver.
If we are running with inca in other chemistry than GES, we need to update xios buffer size

File:
1 edited

Legend:

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

    r6662 r6943  
    77    echo INITIALIZE IOS !!! 
    88 
     9 
     10     
    911    IGCM_debug_PopStack "IOS_Initialize" 
    1012} 
     
    2325       IGCM_comp_modifyXmlFile force iodef.xml using_server2 NONE true 
    2426    fi 
     27    if [ ${IOS_PROC_MPI} -ne 1 ] ; then 
     28        IGCM_comp_modifyXmlFile force iodef.xml using_server2 NONE true 
    2529 
     30        if [ X${config_ListOfComponents_CHM} = Xinca ] ; then    #si inca est present il faut augmenter la taille du buffer 
     31            if [ X${ConfChem} != XGES ] ; then 
     32                echo "Debug Anne " X${ConfChem} 
     33                IGCM_comp_modifyXmlFile force iodef.xml buffer_size_factor NONE 8.0 
     34            fi 
     35        fi  
     36 
     37    fi 
     38 
     39 
     40     
    2641    if [ -f namcouple ] ; then 
    2742       if [ "X${config_ListOfComponents_ICO}" = "X" ] ; then 
Note: See TracChangeset for help on using the changeset viewer.