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 14021 for NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/cfgs/SHARED/axis_def_nemo.xml – NEMO

Ignore:
Timestamp:
2020-12-02T20:53:00+01:00 (3 years ago)
Author:
laurent
Message:

Caught up with trunk rev 14020...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/cfgs/SHARED/axis_def_nemo.xml

    r12377 r14021  
    11<!-- 
    2 ============================================================================================================ 
    3 = Axis definition = = DO NOT CHANGE = 
    4 ============================================================================================================ 
    5     --> 
     2    ============================================================================================================ 
     3    = Axis definition = = DO NOT CHANGE = 
     4    ============================================================================================================ 
     5--> 
    66 
    7     <axis_definition> 
    8       <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" /> 
    9       <!--   Vertical zoom for a 31-levels ORCA2 grid for eORCA1 300m corresponds to n=35 --> 
    10       <axis id="deptht300" axis_ref="deptht" > 
    11          <zoom_axis begin="0" n="19" /> 
    12       </axis> 
    13       <axis id="depthu"  long_name="Vertical U levels" unit="m" positive="down" /> 
    14       <axis id="depthv"  long_name="Vertical V levels" unit="m" positive="down" /> 
    15       <axis id="depthw"  long_name="Vertical W levels" unit="m" positive="down" /> 
    16       <axis id="nfloat"  long_name="Float number"      unit="-"                 /> 
    17       <axis id="icbcla"  long_name="Iceberg class"      unit="1"               /> 
    18       <axis id="ncatice" long_name="Ice category"       unit="1"               /> 
    19       <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"            /> 
    20       <axis id="iax_26C" long_name="26 degC isotherm"   unit="degC"            /> 
    21       <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"            /> 
    22       <axis id="basin"   long_name="Sub-basin mask (1=Global 2=Atlantic 3=Indo-Pacific 4=Indian, 5=Pacific)"  unit="1" /> 
    23       <axis id="nstrait" long_name="Number of straits" unit="1" /> 
    24       <!-- ABL vertical axis definition --> 
    25       <axis id="ght_abl" long_name="ABL Vertical T levels" unit="m" positive="up"   /> 
    26       <axis id="ghw_abl" long_name="ABL Vertical W levels" unit="m" positive="up"   /> 
    27       <axis id="section"     n_glo="16" /> 
    28       <axis id="section_ice" n_glo="4" /> 
    29       <axis id="gau" /> 
    30     </axis_definition> 
     7<axis_definition> 
     8  <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" /> 
     9  <!--   Vertical zoom for a 31-levels ORCA2 grid for eORCA1 300m corresponds to n=35 --> 
     10  <axis id="deptht300" axis_ref="deptht" > 
     11    <zoom_axis begin="0" n="19" /> 
     12  </axis> 
     13  <axis id="depthu"  long_name="Vertical U levels" unit="m" positive="down" /> 
     14  <axis id="depthv"  long_name="Vertical V levels" unit="m" positive="down" /> 
     15  <axis id="depthw"  long_name="Vertical W levels" unit="m" positive="down" /> 
     16  <axis id="nfloat"  long_name="Float number"      unit="-"                 /> 
     17  <axis id="icbcla"  long_name="Iceberg class"      unit="1"               /> 
     18  <axis id="ncatice" long_name="Ice category"       unit="1"               /> 
     19  <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"            /> 
     20  <axis id="iax_26C" long_name="26 degC isotherm"   unit="degC"            /> 
     21  <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"            /> 
     22  <axis id="basin"   long_name="Sub-basin mask (1=Global 2=Atlantic 3=Indo-Pacific 4=Indian, 5=Pacific)"  unit="1" /> 
     23  <axis id="nstrait" long_name="Number of straits" unit="1" /> 
     24  <!-- ABL vertical axis definition --> 
     25  <axis id="ght_abl" long_name="ABL Vertical T levels" unit="m" positive="up"   /> 
     26  <axis id="ghw_abl" long_name="ABL Vertical W levels" unit="m" positive="up"   /> 
     27  <axis id="section"     n_glo="16" /> 
     28  <axis id="section_ice" n_glo="4" /> 
     29  <axis id="gau" /> 
     30</axis_definition> 
Note: See TracChangeset for help on using the changeset viewer.