Skip to content
Snippets Groups Projects
iodef.xml 1.12 KiB
Newer Older
Guillaume Samson's avatar
Guillaume Samson committed
<?xml version="1.0"?>
<simulation> 

<!-- ============================================================================================ -->
<!-- XIOS context                                                                                 -->
<!-- ============================================================================================ -->

  <context id="xios">

      <variable_definition>
	
	  <variable id="info_level"                type="int">0</variable>
	  <variable id="using_server"              type="bool">false</variable>
	  <variable id="using_oasis"               type="bool">false</variable>
	  <variable id="oasis_codes_id"            type="string" >oceanx</variable>
	
      </variable_definition>
               
  </context>

<!-- ============================================================================================ -->
<!-- NEMO  CONTEXT add and suppress the components you need                                       -->
<!-- ============================================================================================ -->

  <context id="nemo" src="./context_nemo.xml"/>       <!--  NEMO       -->
  
</simulation>