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/ORCA2_SAS_SI3/EXP00 – NEMO

source: NEMO/trunk/cfgs/ORCA2_SAS_SI3/EXP00/iodef.xml @ 9657

Last change on this file since 9657 was 9572, checked in by nicolasmartin, 6 years ago

Global renaming for reference configurations and test cases (./CONFIG): 2 steps for removing symbolic links

  • Folders
    • ORCA2_LIM3_PISCES -> ORCA2_SI3_PISCES
    • ORCA2_SAS_LIM3 -> ORCA2_SAS_SI3
  • CPP keys: key_lim3 -> key_si3
  • Namelists and XML
    • namelist_ice_lim3_ref -> namelist_ice_si3_ref
    • file_def_nemo-opa.xml -> file_def_nemo-oce.xml, file_def_nemo-lim.xml -> file_def_nemo-ice.xml
    • field_def_nemo-opa.xml -> field_def_nemo-oce.xml, field_def_nemo-lim.xml -> field_def_nemo-ice.xml
    • namp.zlim -> namp.zice
  • Cleaning of configurations list in cfg.txt
File size: 1.1 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">true</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
26</simulation>
Note: See TracBrowser for help on using the repository browser.