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.
namp5zlim in NEMO/branches/2020/ticket2377/doc/namelists – NEMO

source: NEMO/branches/2020/ticket2377/doc/namelists/namp5zlim @ 12749

Last change on this file since 12749 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.6 KB
Line 
1!-----------------------------------------------------------------------
2&namp5zlim     !   parameters for nutrient limitations PISCES QUOTA    - ln_p5z
3!-----------------------------------------------------------------------
4   concnno3   =  3e-6     ! Nitrate half saturation of nanophytoplankton
5   concpno3   =  1e-6
6   concdno3   =  4E-6     ! Phosphate half saturation for diatoms
7   concnnh4   =  1.5E-6   ! NH4 half saturation for phyto
8   concpnh4   =  4E-7
9   concdnh4   =  2E-6     ! NH4 half saturation for diatoms
10   concnpo4   =  3E-6     ! PO4 half saturation for phyto
11   concppo4   =  1.5E-6
12   concdpo4   =  4E-6     ! PO4 half saturation for diatoms
13   concnfer   =  3E-9   ! Iron half saturation for phyto
14   concpfer   =  1.5E-9
15   concdfer   =  4E-9   ! Iron half saturation for diatoms
16   concbfe    =  1.E-11   ! Half-saturation for Fe limitation of Bacteria
17   concbnh4   =  1.E-7    ! NH4 half saturation for phyto
18   concbno3   =  5.E-7    ! Phosphate half saturation for diatoms
19   concbpo4   =  1E-7     ! Phosphate half saturation for bacteria
20   xsizedia   =  1.E-6    ! Minimum size criteria for diatoms
21   xsizephy   =  1.E-6    ! Minimum size criteria for phyto
22   xsizepic   =  1.E-6
23   xsizern    =  1.0      ! Size ratio for nanophytoplankton
24   xsizerp    =  1.0
25   xsizerd    =  4.0      ! Size ratio for diatoms
26   xksi1      =  2.E-6    ! half saturation constant for Si uptake
27   xksi2      =  20E-6  ! half saturation constant for Si/C
28   xkdoc      =  417.E-6  ! half-saturation constant of DOC remineralization
29   caco3r     =  0.35     ! mean rain ratio
30   oxymin     =  1.E-6    ! Half-saturation constant for anoxia
31/
Note: See TracBrowser for help on using the repository browser.