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.
namp4zmes in NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namp4zmes @ 11025

Last change on this file since 11025 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&namp4zmes     !   parameters for mesozooplankton for PISCES std       - ln_p4z
3!-----------------------------------------------------------------------
4   part2      =  0.75     ! part of calcite not dissolved in mesozoo guts
5   grazrat2   =  0.75     ! maximal mesozoo grazing rate
6   resrat2    =  0.005    ! exsudation rate of mesozooplankton
7   mzrat2     =  0.03     ! mesozooplankton mortality rate
8   xpref2d    =  1.       ! mesozoo preference for diatoms
9   xpref2n    =  0.3      ! mesozoo preference for nanophyto.
10   xpref2z    =  1.       ! mesozoo preference for microzoo.
11   xpref2c    =  0.3      ! mesozoo preference for poc
12   xthresh2zoo = 1E-8     ! zoo feeding threshold for mesozooplankton
13   xthresh2dia = 1E-8     ! diatoms feeding threshold for mesozooplankton
14   xthresh2phy = 1E-8     ! nanophyto feeding threshold for mesozooplankton
15   xthresh2poc = 1E-8     ! poc feeding threshold for mesozooplankton
16   xthresh2   =  3E-7     ! Food threshold for grazing
17   xkgraz2    =  20.E-6   ! half saturation constant for meso grazing
18   epsher2    =  0.35     ! Efficicency of Mesozoo growth
19   epsher2min =  0.35     ! Minimum efficiency of mesozoo growth
20   sigma2     =  0.6      ! Fraction of mesozoo excretion as DOM
21   unass2     =  0.3      ! non assimilated fraction of P by mesozoo
22   grazflux   =  3.e3     ! flux-feeding rate
23/
Note: See TracBrowser for help on using the repository browser.