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/branches/2019/dev_r11756_SI3restart_XIOS/cfgs/AGRIF_DEMO/EXPREF – NEMO

source: NEMO/branches/2019/dev_r11756_SI3restart_XIOS/cfgs/AGRIF_DEMO/EXPREF/iodef.xml @ 11901

Last change on this file since 11901 was 11901, checked in by andmirek, 4 years ago

Ticket #2323 SI3 restart read/write with XIOS for AGRIF

File size: 2.0 KB
Line 
1<?xml version="1.0"?>
2<simulation>
3
4<!-- ============================================================================================ -->
5<!-- XIOS context                                                                                 -->
6<!-- ============================================================================================ -->
7
8  <context id="xios" >
9
10      <variable_definition>
11
12          <variable id="info_level"                type="int">10</variable>
13          <variable id="using_server"              type="bool">false</variable>
14          <variable id="using_oasis"               type="bool">false</variable>
15          <variable id="oasis_codes_id"            type="string" >oceanx</variable>
16
17      </variable_definition>
18  </context>
19
20<!-- ============================================================================================ -->
21<!-- NEMO  CONTEXT add and suppress the components you need                                       -->
22<!-- ============================================================================================ -->
23
24  <context id="nemo" src="./context_nemo.xml"/>       <!--  NEMO       -->
25  <context id="1_nemo" src="./1_context_nemo.xml"/>   <!--  NEMO       -->
26  <context id="2_nemo" src="./2_context_nemo.xml"/>   <!--  NEMO       -->
27  <context id="3_nemo" src="./3_context_nemo.xml"/>   <!--  NEMO       -->
28  <context id="nemo_rstw" src="./nemo_rstw.xml"/>       <!--  NEMO RESTART -->
29  <context id="1_nemo_rstw" src="./1_nemo_rstw.xml"/>   <!--  NEMO RESTART -->
30  <context id="2_nemo_rstw" src="./2_nemo_rstw.xml"/>   <!--  NEMO RESTART -->
31  <context id="3_nemo_rstw" src="./3_nemo_rstw.xml"/>   <!--  NEMO RESTART -->
32  <context id="si3_rst" src="./si3_rst.xml"/>       <!--  SI3 restart      -->
33  <context id="1_si3_rst" src="./1_si3_rst.xml"/>   <!--  SI3 restart      -->
34  <context id="2_si3_rst" src="./2_si3_rst.xml"/>   <!--  SI3 restart      -->
35  <context id="3_si3_rst" src="./3_si3_rst.xml"/>   <!--  SI3 restart      -->
36</simulation>
Note: See TracBrowser for help on using the repository browser.