New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
iodef.xml in branches/2017/dev_CNRS_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00 – NEMO

source: branches/2017/dev_CNRS_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/iodef.xml @ 8884

Last change on this file since 8884 was 8882, checked in by flavoni, 6 years ago

dev_CNRS_2017 branch: merged dev_r7881_ENHANCE09_RK3 with trunk r8864

File size: 1.2 KB
RevLine 
[7283]1<?xml version="1.0"?>
[7635]2<simulation>
[7283]3
[7635]4<!-- ============================================================================================ -->
5<!-- XIOS context                                                                                 -->
6<!-- ============================================================================================ -->
[7283]7
[7635]8  <context id="xios" >
[7283]9
[7635]10      <variable_definition>
[7283]11
[7635]12          <variable id="info_level"                type="int">10</variable>
[8882]13          <variable id="using_server"              type="bool">false</variable>
[7635]14          <variable id="using_oasis"               type="bool">false</variable>
15          <variable id="oasis_codes_id"            type="string" >oceanx</variable>
[7283]16
[7635]17      </variable_definition>
18  </context>
[7283]19
[7635]20<!-- ============================================================================================ -->
21<!-- NEMO  CONTEXT add and suppress the components you need                                       -->
22<!-- ============================================================================================ -->
[7283]23
[7635]24  <context id="nemo" src="./context_nemo.xml"/>       <!--  NEMO       -->
[8882]25  <context id="1_nemo" src="./1_context_nemo.xml"/>       <!--  NEMO       -->
[7283]26
27</simulation>
Note: See TracBrowser for help on using the repository browser.