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.
namp4zlim in NEMO/releases/release-4.0.1/doc/namelists – NEMO

source: NEMO/releases/release-4.0.1/doc/namelists/namp4zlim @ 11699

Last change on this file since 11699 was 11025, checked in by nicolasmartin, 5 years ago

Set mime-type to text/x-fortran to all namelists

  • Property svn:mime-type set to text/x-fortran
File size: 1.4 KB
Line 
1!-----------------------------------------------------------------------
2&namp4zlim     !   parameters for nutrient limitations for PISCES std  - ln_p4z
3!-----------------------------------------------------------------------
4   concnno3   =  1.e-6    ! Nitrate half saturation of nanophytoplankton
5   concdno3   =  3.E-6    ! Nitrate half saturation for diatoms
6   concnnh4   =  1.E-7    ! NH4 half saturation for phyto
7   concdnh4   =  3.E-7    ! NH4 half saturation for diatoms
8   concnfer   =  1.E-9    ! Iron half saturation for phyto
9   concdfer   =  3.E-9    ! Iron half saturation for diatoms
10   concbfe    =  1.E-11   ! Iron half-saturation for DOC remin.
11   concbnh4   =  2.E-8    ! NH4 half saturation for DOC remin.
12   concbno3   =  2.E-7    ! Nitrate half saturation for DOC remin.
13   xsizedia   =  1.E-6    ! Minimum size criteria for diatoms
14   xsizephy   =  1.E-6    ! Minimum size criteria for phyto
15   xsizern    =  3.0      ! Size ratio for nanophytoplankton
16   xsizerd    =  3.0      ! Size ratio for diatoms
17   xksi1      =  2.E-6    ! half saturation constant for Si uptake
18   xksi2      =  20E-6    ! half saturation constant for Si/C
19   xkdoc      =  417.E-6  ! half-saturation constant of DOC remineralization
20   qnfelim    =  7.E-6    ! Optimal quota of phyto
21   qdfelim    =  7.E-6    ! Optimal quota of diatoms
22   caco3r     =  0.3      ! mean rain ratio
23   oxymin     =  1.E-6    ! Half-saturation constant for anoxia
24/
Note: See TracBrowser for help on using the repository browser.