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/2018/dev_r9956_ENHANCE05_ZAD_AIMP/cfgs/AMM12/EXPREF – NEMO

source: NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/cfgs/AMM12/EXPREF/iodef.xml @ 11036

Last change on this file since 11036 was 9957, checked in by acc, 6 years ago

New development branch for the adaptive-implicit vertical advection (05_Gurvan-Vertical_advection)

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