Ignore:
Timestamp:
08/13/18 12:49:23 (6 years ago)
Author:
cetlod
Message:

updating NEMO_v6 configurations

Location:
CONFIG/UNIFORM/v6/NEMO_v6/GENERAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER/xios.driver

    r3961 r3992  
    2424    fi 
    2525 
     26   # Add include of nemo context in iodef.xml 
     27    # In iodef.xml add on next line after "COMPONENT CONTEXT" 
     28    #  <context id="nemo" src="./context_nemo.xml"/> 
     29    echo '<context id="nemo" src="./context_nemo.xml"/>' > add.tmp 
     30    if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
     31        echo '<context id="nemo" src="./ping_nemo.xml"/>' >> add.tmp 
     32        echo '<context id="nemo" src="./dr2xml_opa9.xml"/>' >> add.tmp 
     33    fi 
     34    cp iodef.xml iodef.xml.tmp 
     35    sed -e "/ALL CONTEXT/r add.tmp" \ 
     36        iodef.xml.tmp > iodef.xml 
     37    rm iodef.xml.tmp add.tmp 
     38 
    2639    IGCM_debug_PopStack "IOS_Update" 
    2740} 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/XML/iodef.xml

    r3961 r3992  
    2828        <variable_group id="parameters" > 
    2929          <variable id="using_server" type="bool">true</variable> 
    30           <variable id="info_level" type="int">100</variable> 
    31           <variable id="print_file" type="bool">true</variable> 
     30          <variable id="info_level" type="int">1</variable> 
     31          <variable id="print_file" type="bool">false</variable> 
    3232          <variable id="using_oasis" type="bool">false</variable> 
    3333          <variable id="oasis_codes_id" type="string" >oceanx</variable> 
    3434        </variable_group> 
     35        <variable id="activate_non_distributed_transformation" type="bool">true</variable> 
     36        <variable id="recv_field_timeout" type="double">3000.0</variable> 
    3537 
    3638    </variable_definition> 
     
    4244  <!-- =========================================================================================================== --> 
    4345 
    44       <context id="nemo" src="./context_nemo.xml"/> 
    45       <context id="nemo" src="./ping_nemo.xml"/> 
    46       <context id="nemo" src="./dr2xml_opa9.xml"/> 
     46  <!-- ALL CONTEXT : the context will be add automatically by xios.driver               --> 
    4747   
    4848</simulation> 
Note: See TracChangeset for help on using the changeset viewer.