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 12164 – NEMO

Changeset 12164


Ignore:
Timestamp:
2019-12-10T18:01:35+01:00 (4 years ago)
Author:
cetlod
Message:

Update ORCA2_ICE_ABL configuration

Location:
NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/ORCA2_ICE_ABL/EXPREF/context_nemo.xml

    r11306 r12164  
    55--> 
    66<context id="nemo"> 
    7 <!-- $id$ --> 
     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 
    821<!-- Fields definition --> 
    9     <field_definition src="./field_def_nemo-oce.xml"/>    <!--  NEMO ocean dynamics     -->  
    10     <field_definition src="./field_def_nemo-ice.xml"/>    <!--  NEMO sea-ice model      -->  
     22    <field_definition src="./field_def_nemo-oce.xml"/>    <!--  NEMO ocean dynamics     --> 
     23    <field_definition src="./field_def_nemo-ice.xml"/>    <!--  NEMO sea-ice model      --> 
    1124 
    1225<!-- Files definition --> 
    13     <file_definition src="./file_def_nemo-oce.xml"/>     <!--  NEMO ocean dynamics      -->  
    14     <file_definition src="./file_def_nemo-ice.xml"/>     <!--  NEMO sea-ice model       -->  
    15     <!--  
    16 ============================================================================================================ 
    17 = grid definition = = DO NOT CHANGE = 
    18 ============================================================================================================ 
    19     --> 
    20      
    21     <axis_definition> 
    22       <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" /> 
    23       <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" /> 
    24       <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" /> 
    25       <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" /> 
    26       <axis id="profsed" long_name="Vertical S levels" unit="cm" positive="down" /> 
    27       <axis id="nfloat" long_name="Float number"      unit="-"                 /> 
    28       <axis id="icbcla"  long_name="Iceberg class"      unit="1"               /> 
    29       <axis id="ncatice" long_name="Ice category"       unit="1"               /> 
    30       <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"            /> 
    31       <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"            /> 
    32       <!-- ABL vertical axis definition --> 
    33       <axis id="ght_abl" long_name="ABL Vertical T levels" unit="m" positive="up"   /> 
    34       <axis id="ghw_abl" long_name="ABL Vertical W levels" unit="m" positive="up"   /> 
    35     </axis_definition> 
     26    <file_definition src="./file_def_nemo-oce.xml"/>     <!--  NEMO ocean dynamics      --> 
     27    <file_definition src="./file_def_nemo-ice.xml"/>     <!--  NEMO sea-ice model       --> 
     28 
     29 
     30<!-- Axis definition --> 
     31    <axis_definition src="./axis_def_nemo.xml"/> 
    3632  
     33<!-- Domain definition --> 
    3734    <domain_definition src="./domain_def_nemo.xml"/> 
     35 
     36<!-- Grids definition --> 
     37    <grid_definition   src="./grid_def_nemo.xml"/> 
    3838   
    39     <grid_definition src="./grid_def_nemo.xml"/> 
    40      
     39 
    4140</context> 
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/SHARED/axis_def_nemo.xml

    r12109 r12164  
    2222      <axis id="basin"   long_name="Sub-basin mask (1=Global 2=Atlantic 3=Indo-Pacific 4=Indian, 5=Pacific)"  unit="1" /> 
    2323      <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"   /> 
    2427      <axis id="section"     n_glo="16" /> 
    2528      <axis id="section_ice" n_glo="4" /> 
Note: See TracChangeset for help on using the changeset viewer.