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 14306 for NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/cfgs – NEMO

Ignore:
Timestamp:
2021-01-15T13:35:15+01:00 (3 years ago)
Author:
aumont
Message:

small bug fixes and improvements in the diagenetic module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/cfgs/SHARED/namelist_sediment_ref

    r14276 r14306  
    101101   rcorgr   =  1.E-4   ! Reactivity for refractory POC [an-1] 
    102102   rcnh4    =  1E7     ! Reactivity for O2/NH4 [l.mol-1.an-1] 
    103    rch2s    =  1.6E5   ! Reactivity for O2/H2S [l.mol-1.an-1] 
     103   rch2s    =  2E8     ! Reactivity for O2/H2S [l.mol-1.an-1] 
    104104   rcfe2    =  1E8     ! Reactivity for O2/Fe2+ [l.mol-1.an-1] 
    105    rcfeh2s  =  8E3     ! Reactivity for FEOH/H2S [l.mol-1.an-1] 
     105   rcfeh2s  =  1E4     ! Reactivity for FEOH/H2S [l.mol-1.an-1] 
    106106   rcfes    =  1E6     ! Reactivity for FE2+/H2S [l.mol-1.an-1] 
    107    rcfeso   =  3E5     ! Reactivity for FES/O2 [l.mol-1.an-1] 
     107   rcfeso   =  2E7     ! Reactivity for FES/O2 [l.mol-1.an-1] 
    108108   xksedo2  =  1.E-6   ! Half-saturation constant for oxic remin [mol/l] 
    109109   xksedno3 =  10.E-6  ! Half-saturation constant for denitrification [mol/l]  
    110    xksedfeo =  0.   ! Half-saturation constant for iron remin [%] 
     110   xksedfeo =  0.007   ! Half-saturation constant for iron remin [%] 
    111111   xksedso4 =  2E-3    ! Half-saturation constant for SO4 remin [mol/l] 
    112112/ 
     
    130130   cn_sedrst_outdir = "."          !  directory to which to write output sediment restarts 
    131131/ 
     132!----------------------------------------------------------------------- 
     133&nam_output     !   parameters for outputing the sediment module 
     134!----------------------------------------------------------------------- 
     135   ldefsedpis_avg = .true.            !  write averaged output variables 
     136   cn_sedwri_out  = "output_sed.nc"   !  name of the input restart file name of the sediment module 
     137   nrpfsedpis_avg = 0                 ! Frequency of the averaged outputs 
     138   nwrtsedpis_avg = 24                ! Frequency of the averaged outputs 
     139   ntssedpis_avg  =  1                ! ??? 
     140/ 
Note: See TracChangeset for help on using the changeset viewer.