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/branches/2019/dev_r12072_TOP-01_ENHANCE-11_CEthe/tests/OVERFLOW/EXPREF – NEMO

source: NEMO/branches/2019/dev_r12072_TOP-01_ENHANCE-11_CEthe/tests/OVERFLOW/EXPREF/context_nemo.xml @ 12109

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

check out & merge dev_r11643_ENHANCE-11_CEthe_Shaconemo_diags branch onto dev_r12072_TOP-01_ENHANCE-11_CEthe

File size: 1.5 KB
RevLine 
[7635]1<!--
2 ==============================================================================================
3    NEMO context
4==============================================================================================
5-->
6<context id="nemo">
[12109]7    <!-- $id$ -->
[11536]8    <variable_definition>
[12109]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>         
[11536]19    </variable_definition>
[12109]20
[7635]21<!-- Fields definition -->
[9572]22    <field_definition src="./field_def_nemo-oce.xml"/>   <!--  NEMO ocean dynamics                     -->
[7635]23
24<!-- Files definition -->
[9572]25    <file_definition src="./file_def_nemo-oce.xml"/>     <!--  NEMO ocean dynamics                     -->
[12109]26
27<!-- Axis definition -->
28    <axis_definition src="./axis_def_nemo.xml"/>
[7635]29 
[12109]30<!-- Domain definition -->
[7635]31    <domain_definition src="./domain_def_nemo.xml"/>
[12109]32
33<!-- Grids definition -->
34    <grid_definition   src="./grid_def_nemo.xml"/>
[7635]35 
36
37</context>
Note: See TracBrowser for help on using the repository browser.