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.
Changeset 9152 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/context_nemo.xml – NEMO

Ignore:
Timestamp:
2017-12-21T12:20:19+01:00 (6 years ago)
Author:
clem
Message:

modify and correct xml files for orca2_lim3_pisces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/context_nemo.xml

    r9019 r9152  
    66<context id="nemo"> 
    77<!-- $id$ --> 
     8    <variable_definition> 
     9    <!-- Year of time origin for NetCDF files; defaults to 1800 --> 
     10       <variable id="ref_year" type="int"   > 1800 </variable> 
     11       <variable id="rau0"     type="float" > 1026.0 </variable> 
     12       <variable id="cpocean"  type="float" > 3991.86795711963 </variable> 
     13       <variable id="convSpsu" type="float" > 0.99530670233846  </variable> 
     14       <variable id="rhoic"    type="float" > 917.0 </variable> 
     15       <variable id="rhosn"    type="float" > 330.0 </variable> 
     16       <variable id="missval"  type="float" > 1.e20 </variable> 
     17    </variable_definition> 
    818<!-- Fields definition --> 
    9     <field_definition src="./field_def_nemo-opa.xml"/>    <!--  NEMO ocean dynamics               --> 
    10     <field_definition src="./field_def_nemo-lim.xml"/>    <!--  LIM ice model                     --> 
    11     <field_definition src="./field_def_nemo-pisces.xml"/> <!--  Ocean biology                     --> 
     19    <field_definition src="./field_def_nemo-opa.xml"/>    <!--  NEMO ocean dynamics     --> 
     20    <field_definition src="./field_def_nemo-lim.xml"/>    <!--  NEMO sea-ice model      --> 
     21    <field_definition src="./field_def_nemo-pisces.xml"/> <!--  NEMO ocean biology      --> 
    1222 
    1323<!-- Files definition --> 
    14     <file_definition src="./file_def_nemo-opa.xml"/>     <!--  NEMO ocean dynamics                --> 
    15     <file_definition src="./file_def_nemo-lim.xml"/>     <!--  NEMO ocean dynamics                --> 
    16     <file_definition src="./file_def_nemo-pisces.xml"/>  <!--  NEMO ocean dynamics                --> 
     24    <file_definition src="./file_def_nemo-opa.xml"/>     <!--  NEMO ocean dynamics      --> 
     25    <file_definition src="./file_def_nemo-lim.xml"/>     <!--  NEMO sea-ice model       --> 
     26    <file_definition src="./file_def_nemo-pisces.xml"/>  <!--  NEMO ocean biology       --> 
    1727    <!--  
    1828============================================================================================================ 
     
    2232     
    2333    <axis_definition> 
    24       <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" /> 
    25       <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" /> 
    26       <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" /> 
    27       <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" /> 
    28       <axis id="nfloat" long_name="Float number"      unit="-"                 /> 
    29       <axis id="icbcla"  long_name="Iceberg class"      unit="1"               /> 
    30       <axis id="ncatice" long_name="Ice category"       unit="1"               /> 
    31       <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"            /> 
    32       <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"            /> 
     34      <axis id="deptht"  long_name="Vertical T levels" unit="m" positive="down" /> 
     35      <axis id="depthu"  long_name="Vertical U levels" unit="m" positive="down" /> 
     36      <axis id="depthv"  long_name="Vertical V levels" unit="m" positive="down" /> 
     37      <axis id="depthw"  long_name="Vertical W levels" unit="m" positive="down" /> 
     38      <axis id="nfloat"  long_name="Float number"       unit="-"                 /> 
     39      <axis id="icbcla"  long_name="Iceberg class"      unit="1"                 /> 
     40      <axis id="ncatice" long_name="Ice category"       unit="1"                 /> 
     41      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"              /> 
     42      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"              /> 
    3343    </axis_definition> 
    3444  
Note: See TracChangeset for help on using the changeset viewer.