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/UKMO/r8395_obs_oper_update/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00 – NEMO

source: NEMO/branches/UKMO/r8395_obs_oper_update/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/iodef.xml @ 11350

Last change on this file since 11350 was 7443, checked in by clem, 8 years ago

xios added for ORCA2_LIM3_PISCES and GYRE_XIOS

File size: 1.4 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     <!--
13          <variable id="optimal_buffer_size"       type="string">memory</variable>
14          <variable id="buffer_size_factor"        type="double">1.0</variable>
15     -->
16     <variable id="info_level"                type="int">10</variable>
17     <variable id="using_server"              type="bool">true</variable>
18     <variable id="using_oasis"               type="bool">false</variable>
19     <variable id="oasis_codes_id"            type="string" >oceanx</variable>
20   
21      </variable_definition>
22  </context>
23
24<!-- ============================================================================================ -->
25<!-- NEMO  CONTEXT add and suppress the components you need                                       -->
26<!-- ============================================================================================ -->
27
28  <context id="nemo" src="./context_nemo.xml"/>       <!--  NEMO       -->
29  <context id="1_nemo" src="./1_context_nemo.xml"/>
30<!--
31  <context id="2_nemo" src="./2_context_nemo.xml"/> 
32-->
33</simulation>
Note: See TracBrowser for help on using the repository browser.