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.
context_nemo.xml in NEMO/trunk/cfgs/GYRE_BFM/EXPREF – NEMO

source: NEMO/trunk/cfgs/GYRE_BFM/EXPREF/context_nemo.xml @ 12276

Last change on this file since 12276 was 12276, checked in by cetlod, 4 years ago

trunk : merge in some cmip6 diagnostics into the trunk before copying it to release-4.0.2(-head). SETTE tests are OK and the is no difference with the revision 12248

File size: 1.6 KB
Line 
1<!--
2 ==============================================================================================
3    NEMO context
4==============================================================================================
5-->
6<context id="nemo">
7    <!-- $id$ -->
8    <variable_definition>
9       <!-- Year/Month/Day of time origin for NetCDF files; defaults to 1800-01-01 -->
10       <variable id="ref_year"  type="int"> 1900 </variable>
11       <variable id="ref_month" type="int"> 01 </variable>
12       <variable id="ref_day"   type="int"> 01 </variable>
13       <variable id="rau0"      type="float" > 1026.0 </variable>
14       <variable id="cpocean"   type="float" > 3991.86795711963 </variable>
15       <variable id="convSpsu"  type="float" > 0.99530670233846  </variable>
16       <variable id="rhoic"     type="float" > 917.0 </variable>
17       <variable id="rhosn"     type="float" > 330.0 </variable>
18       <variable id="missval"   type="float" > 1.e20 </variable>
19    </variable_definition>
20
21<!-- Fields definition -->
22    <field_definition src="./field_def_nemo-oce.xml"/>      <!--  NEMO ocean dynamics                     -->
23    <field_definition src="./field_def_nemo-pisces.xml"/>   <!--  NEMO ocean dynamics                     -->
24
25
26<!-- Files definition -->
27    <file_definition src="./file_def_nemo.xml"/>     <!--  NEMO ocean dynamics                     -->
28
29<!-- Axis definition -->
30    <axis_definition src="./axis_def_nemo.xml"/>
31 
32<!-- Domain definition -->
33    <domain_definition src="./domain_def_nemo.xml"/>
34
35<!-- Grids definition -->
36    <grid_definition   src="./grid_def_nemo.xml"/>
37 
38
39</context>
Note: See TracBrowser for help on using the repository browser.