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 10226 for NEMO/trunk/cfgs – NEMO

Changeset 10226 for NEMO/trunk/cfgs


Ignore:
Timestamp:
2018-10-25T14:27:40+02:00 (5 years ago)
Author:
aumont
Message:

namelist and xml files updated for the sediment module

Location:
NEMO/trunk/cfgs
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/ORCA2_ICE_PISCES/EXPREF/context_nemo.xml

    r9930 r10226  
    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> 
    188<!-- Fields definition --> 
    19     <field_definition src="./field_def_nemo-oce.xml"/>    <!--  NEMO ocean dynamics     --> 
    20     <field_definition src="./field_def_nemo-ice.xml"/>    <!--  NEMO sea-ice model      --> 
    21     <field_definition src="./field_def_nemo-pisces.xml"/> <!--  NEMO ocean biology      --> 
     9    <field_definition src="./field_def_nemo-oce.xml"/>   <!--  Ocean biology                     --> 
     10    <field_definition src="./field_def_nemo-pisces.xml"/>   <!--  Ocean biology                     --> 
    2211 
    2312<!-- Files definition --> 
    24     <file_definition src="./file_def_nemo-oce.xml"/>     <!--  NEMO ocean dynamics      --> 
    25     <file_definition src="./file_def_nemo-ice.xml"/>     <!--  NEMO sea-ice model       --> 
    26     <file_definition src="./file_def_nemo-pisces.xml"/>  <!--  NEMO ocean biology       --> 
     13    <file_definition src="./file_def_nemo.xml"/>     <!--  NEMO ocean dynamics                     --> 
    2714    <!--  
    2815============================================================================================================ 
     
    3219     
    3320    <axis_definition> 
    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"              /> 
     21      <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" /> 
     22      <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" /> 
     23      <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" /> 
     24      <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" /> 
     25      <axis id="profsed" long_name="Vertical S levels" unit="cm" positive="down" /> 
     26      <axis id="nfloat" long_name="Float number"      unit="-"                 /> 
     27      <axis id="icbcla"  long_name="Iceberg class"      unit="1"               /> 
     28      <axis id="ncatice" long_name="Ice category"       unit="1"               /> 
     29      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"            /> 
     30      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"            /> 
    4331    </axis_definition> 
    4432  
     
    4634   
    4735    <grid_definition src="./grid_def_nemo.xml"/> 
    48  
     36     
    4937</context> 
  • NEMO/trunk/cfgs/ORCA2_OFF_PISCES/EXPREF/context_nemo.xml

    r9930 r10226  
    2323      <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" /> 
    2424      <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" /> 
     25      <axis id="profsed" long_name="Vertical S levels" unit="cm" positive="down" /> 
    2526      <axis id="nfloat" long_name="Float number"      unit="-"                 /> 
    2627      <axis id="icbcla"  long_name="Iceberg class"      unit="1"               /> 
  • NEMO/trunk/cfgs/SHARED/field_def_nemo-pisces.xml

    r9539 r10226  
    115115 
    116116     </field_group> 
     117 
     118     <!-- SEDIMENT variables on T sediment grid  --> 
     119     <field_group id="sed_T" grid_ref="grid_T_3DS"> 
     120       <field id="SedDIC"          long_name="Dissolved inorganic Concentration"        unit="mmol/m3" /> 
     121       <field id="SedAlkalini"     long_name="Total Alkalinity Concentration"           unit="mmol/m3" /> 
     122       <field id="SedO2"           long_name="Oxygen Concentration"                     unit="mmol/m3" /> 
     123       <field id="SedCaCO3"        long_name="Calcite Concentration"                    unit="%" /> 
     124       <field id="SedPOS"          long_name="Semi-ref POC Concentration"               unit="%" /> 
     125       <field id="SedPOR"          long_name="Refractory POC Concentration"             unit="%" /> 
     126       <field id="SedPO4"          long_name="Phosphate Concentration"                  unit="mmol/m3" /> 
     127       <field id="SedPOC"          long_name="Labile POC Concentration"                 unit="%" /> 
     128       <field id="SedSil"          long_name="Silicate Concentration"                   unit="mmol/m3" /> 
     129       <field id="SedFe2"          long_name="Fe2+ Concentration"                       unit="mmol/m3" /> 
     130       <field id="SedBSi"          long_name="Biogenic Silicate Concentration"          unit="%" /> 
     131       <field id="SedNO3"          long_name="Nitrate Concentration"                    unit="mmol/m3" /> 
     132       <field id="SedNH4"          long_name="Ammonium Concentration"                   unit="mmol/m3" /> 
     133       <field id="SedH2S"          long_name="H2S Concentration"                        unit="mmol/m3" /> 
     134       <field id="SedSO4"          long_name="SO4 Concentration"                        unit="mmol/m3" /> 
     135       <field id="SedClay"         long_name="Clay Concentration"                       unit="%" /> 
     136       <field id="SedFeO"          long_name="Fe(OH)3 Concentration"                    unit="%" /> 
     137       <field id="SedFeS"          long_name="FeS Concentration"                        unit="%" /> 
     138       <field id="SedpH"           long_name="PH"                                       unit="1"          /> 
     139       <field id="SedCO3por"       long_name="Bicarbonates"                             unit="mol/m3" /> 
     140     </field_group> 
     141 
     142     <!-- SEDIMENT additional variables on T sediment grid  --> 
     143     <field_group id="Diag_S" grid_ref="grid_T_2D"> 
     144       <field id="FlxSi"       long_name="Si sediment flux"                        unit="mol/cm2/s"     /> 
     145       <field id="FlxO2"       long_name="O2 sediment flux"                        unit="mol/cm2/s"     /> 
     146       <field id="FlxDIC"      long_name="DIC sediment flux"                       unit="mol/cm2/s"     /> 
     147       <field id="FlxNO3"      long_name="NO3 sediment flux"                       unit="mol/cm2/s"     /> 
     148       <field id="FlxPO4"      long_name="PO4 sediment flux"                       unit="mol/cm2/s"     /> 
     149       <field id="FlxAlkalini" long_name="Alkalinity sediment flux"                unit="mol/cm2/s"     /> 
     150       <field id="FlxNH4"      long_name="Ammonium sediment flux"                  unit="mol/cm2/s"     /> 
     151       <field id="FlxH2S"      long_name="H2S sediment flux"                       unit="mol/cm2/s"     /> 
     152       <field id="FlxSO4"      long_name="SO4 sediment flux"                       unit="mol/cm2/s"     /> 
     153       <field id="FlxFe2"      long_name="Fe2+ sediment flux"                      unit="mol/cm2/s"     /> 
     154       <field id="Flxtot"      long_name="Sediment net burial rate"                unit="cm/s"     /> 
     155       <field id="dzdep"       long_name="Sedimentation rate"                      unit="cm/s"     /> 
     156       <field id="sflxclay"    long_name="Clay sedimentation rate"                 unit="g/m2/s"     /> 
     157       <field id="sflxcal"     long_name="Calcite sedimentation rate"              unit="mol/m2/s"     /> 
     158       <field id="sflxbsi"     long_name="BSi Sedimentation rate"                  unit="mol/m2/s"     /> 
     159       <field id="sflxpoc"     long_name="POC Sedimentation rate"                  unit="mol/m2/s"     /> 
     160       <field id="sflxfeo"     long_name="Fe(OH)3 Sedimentation rate"              unit="mol/m2/s"     /> 
     161</field_group> 
    117162 
    118163     <!-- PISCES additional diagnostics on T grid  --> 
  • NEMO/trunk/cfgs/SHARED/grid_def_nemo.xml

    r9930 r10226  
    1515         <domain id="grid_T" /> 
    1616         <axis id="deptht" /> 
     17       </grid> 
     18        <!--  --> 
     19       <grid id="grid_T_3DS" > 
     20         <domain id="grid_T" /> 
     21         <axis id="profsed" /> 
    1722       </grid> 
    1823        <!--  --> 
  • NEMO/trunk/cfgs/SHARED/namelist_pisces_ref

    r10111 r10226  
    1717  ln_p5z    = .false.        !  PISCES QUOTA model used 
    1818  ln_ligand = .false.        !  Enable  organic ligands 
     19  ln_sediment = .false.      !  Enable sediment module 
    1920/ 
    2021!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.