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.
namelist_sediment_ref in NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/cfgs/SHARED – NEMO

source: NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/cfgs/SHARED/namelist_sediment_ref @ 12361

Last change on this file since 12361 was 12361, checked in by aumont, 4 years ago

add refernce namelist for the sediment module

  • Property svn:executable set to *
File size: 8.0 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! SEDIMENT reference namelist
3!!              1  - run characteristics                      (nam_run)
4!!              2  - sediment geometry                        (nam_geom)
5!!              3  - prognostic variables                     (nam_trased)
6!!              4  - diagnostic arrays                        (nam_diased)   
7!!              5  - parameters for clay/silicium             (nam_reac)
8!!              6  - parameters for redox reactions           (nam_poc)
9!!              7  - parameters for calcite                   (nam_cal)
10!!              8  - parameters for restarting                (nam_rst)
11!-----------------------------------------------------------------------
12&nam_run      !  Characteristics of the simulation
13!-----------------------------------------------------------------------
14  nrseddt   = 1          ! Nb of iterations for fast species
15  ln_sed_2way = .false.  ! 2 way coupling with pisces
16/
17!-----------------------------------------------------------------------
18&nam_geom     !  Characteristics of the sediment columns
19!-----------------------------------------------------------------------
20  jpksed    = 11       ! Number of vertical layers
21  sedzmin = 0.3        ! Minimum vertical spacing
22  sedhmax = 10.0       ! Maximum depth of the sediment
23  sedkth  = 7.0        ! Default parameters
24  sedacr  = 2.0        ! Default parameters
25  porsurf   = 0.9      ! Sediment porosity at the surface
26  porinf    = 0.75     ! Sediment porosity at infinite depth
27  rhox      = 0.33     ! Length scale of porosity variation (cm)
28/
29!-----------------------------------------------------------------------
30&nam_trased     !   Prognostic variables
31!-----------------------------------------------------------------------
32!                 !           !                                          !             !
33!                 !    name   !           title of the field             !   units     ! initial data from file or not !
34!                 !           !                                          !             !
35   sedsol(1)      = 'SedBSi  ' , 'Biogenic Silicate Concentration        ',  '%'
36   sedsol(2)      = 'SedClay ' , 'Clay Concentration                     ',  '%'
37   sedsol(3)      = 'SedPOC  ' , 'POC Concentration                      ',  '%'
38   sedsol(4)      = 'SedCaCO3' , 'Calcite Concentration                  ',  '%'
39   sedsol(5)      = 'SedPOS  ' , 'Semi-ref POC Concentration             ',  '%'
40   sedsol(6)      = 'SedPOR  ' , 'Refractory POC Concentration           ',  '%'
41   sedsol(7)      = 'SedFeO  ' , 'Fe(OH)3 Concentration                  ',  '%'
42   sedsol(8)      = 'SedFeS  ' , 'FeS Concentration                      ',  '%'
43   sedwat(1)      = 'SedSil  ' , 'Silicate Concentration                 ',  'mol/L'
44   sedwat(2)      = 'SedO2   ' , 'Dissolved Oxygen Concentration         ',  'mol/L'
45   sedwat(3)      = 'SedDIC  ' , 'Dissolved inorganic Concentration      ',  'mol/L'
46   sedwat(4)      = 'SedNO3  ' , 'Nitrates Concentration                 ',  'mol/L'
47   sedwat(5)      = 'SedPO4  ' , 'Phosphate Concentration                ',  'mol/L'
48   sedwat(6)      = 'SedAlkalini' , 'Total Alkalinity Concentration      ',  'eq/L '
49   sedwat(7)      = 'SedNH4  ' , 'Total Ammonium Concentration           ',  'mol/L '
50   sedwat(8)      = 'SedH2S  ' , 'Total H2S Concentration                ',  'mol/L '
51   sedwat(9)      = 'SedSO4  ' , 'Total SO4 Concentration                ',  'mol/L '
52   sedwat(10)     = 'SedFe2  ' , 'Total Fe2+ Concentration               ',  'mol/L '
53/
54!-----------------------------------------------------------------------
55&nam_diased     !  Diagnostic arrays
56!-----------------------------------------------------------------------
57!
58   seddiag3d(1)   = 'SedpH      ' , 'pH                                     ',  '-      '
59   seddiag3d(2)   = 'SedCO3por  ' , 'Dissolved CO3 cocnentration            ',  'mol/L'
60   seddiag2d(1)   = 'FlxSi      ' , 'Silicate flux                          ',  'mol/cm2/s'
61   seddiag2d(2)   = 'FlxO2      ' , 'Dissolved Oxygen Flux                  ',  'mol/L'
62   seddiag2d(3)   = 'FlxDIC     ' , 'Dissolved inorganic carbon flux        ',  'mol/cm2/s'
63   seddiag2d(4)   = 'FlxNO3     ' , 'Nitrates flux                          ',  'mol/cm2/s'
64   seddiag2d(5)   = 'FlxPO4     ' , 'Phosphate flux                         ',  'mol/cm2/s'
65   seddiag2d(6)   = 'FlxAlkalini' , 'Total Alkalinity flux                  ',  'mol/cm2/s'
66   seddiag2d(7)   = 'FlxNH4     ' , 'Total Ammonium flux                    ',  'mol/cm2/s'
67   seddiag2d(8)   = 'FlxH2S     ' , 'Total H2S flux                         ',  'mol/cm2/s'
68   seddiag2d(9)   = 'FlxSO4     ' , 'Total SO4 flux                         ',  'mol/cm2/s'
69   seddiag2d(10)   = 'FlxFe2     ' , 'Total Fe2+ flux                        ',  'mol/cm2/s'
70   seddiag2d(11)  = 'Flxtot     ' , 'Total net sediment burial rate         ',  'cm/s'
71   seddiag2d(12)  = 'dzdep      ' , 'Sedimentation rate                     ',  'cm/s'
72/
73!-----------------------------------------------------------------------
74&nam_inorg     !   Inorganic chemistry in sediments (CacO3, Si)
75!-----------------------------------------------------------------------
76   rcopal   =  0.1      ! Reactivity for clay  [l.mol-1.an-1]
77   dcoef    =  8.0E-6   ! Diffusion coefficient in sediments (in cm**2/s)
78   rccal    =  0.014    ! Dissolution rate of calcite [in yr-1]
79   rcligc   =  0.1      ! Degradation rate of ligands [in yr-1]
80   ratligc  =  1.E-4    ! L/C ratio in POC
81/
82!-----------------------------------------------------------------------
83&nam_poc     !   parameters for the redox reactions of the sediment module
84!-----------------------------------------------------------------------
85   redO2    =  140.    ! Redfield coef for Oxygen
86   redNo3   =  16.     ! Redfield coef for Nitrate
87   redPo4   =  1.      ! Redfield coef for Phosphate
88   redC     =  122.    ! Redfield coef for Carbon
89   redfep   =  0.05    ! Ration of Fe bound P
90   rcorgl   =  10.     ! Reactivity for labile POC [an-1]
91   rcorgs   =  0.1     ! Reactivity for semi-refractory POC [an-1]
92   rcorgr   =  1.E-4   ! Reactivity for refractory POC [an-1]
93   rcnh4    =  1E7     ! Reactivity for O2/NH4 [l.mol-1.an-1]
94   rch2s    =  1E5     ! Reactivity for O2/H2S [l.mol-1.an-1]
95   rcfe2    =  1E8     ! Reactivity for O2/Fe2+ [l.mol-1.an-1]
96   rcfeh2s  =  1E4     ! Reactivity for FEOH/H2S [l.mol-1.an-1]
97   rcfes    =  1E5     ! Reactivity for FE2+/H2S [l.mol-1.an-1]
98   rcfeso   =  3E5     ! Reactivity for FES/O2 [l.mol-1.an-1]
99   xksedo2  =  1.E-6   ! Half-saturation constant for oxic remin [mol/l]
100   xksedno3 =  10.E-6  ! Half-saturation constant for denitrification [mol/l]
101   xksedfeo =  0.6     ! Half-saturation constant for iron remin [%]
102   xksedso4 =  2E-3    ! Half-saturation constant for SO4 remin [mol/l]
103/
104!-----------------------------------------------------------------------
105&nam_btb     !   parameters for bioturbation and bioirrigation
106!-----------------------------------------------------------------------
107   dbiot       =  5.        ! Bioturbation coefficient (in cm2/yr)
108   ln_btbz     =  .false.   ! Depth varying bioturbation
109   dbtbzsc     =  10.0      ! coefficient for btb attenuation. If no variation, depth of the mixed layer
110   adsnh4      =  1.3       ! Adsorption coefficient of NH4
111   ln_irrig    =  .true.   ! Bioirrigation in sediment
112   xirrzsc     =  1.5       ! Vertical scale of the attentuation of bioirrigation [cm]
113/
114!-----------------------------------------------------------------------
115&nam_rst     !   parameters for restarting the sediment module
116!-----------------------------------------------------------------------
117   ln_rst_sed   =  .false.       !  restart flag
118   cn_sedrst_in  = "restart_sed"   !  name of the input restart file name of the sediment module
119   cn_sedrst_indir = "."           !  directory from which to read input sediment restarts
120   cn_sedrst_out = "restart_sed"   !  suffix of pass. [sediment] restart name (output)
121   cn_sedrst_outdir = "."          !  directory to which to write output sediment restarts
122/
Note: See TracBrowser for help on using the repository browser.