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 NEMO/trunk/cfgs/C1D_PAPA/EXPREF – NEMO

source: NEMO/trunk/cfgs/C1D_PAPA/EXPREF/iodef.xml @ 9799

Last change on this file since 9799 was 9799, checked in by cbricaud, 6 years ago

Restore C1D_PAPA configuration, #2061 and #2087

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