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

source: NEMO/branches/2020/ticket2377/doc/namelists/namp5zzoo @ 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&namp5zzoo     !   parameters for microzooplankton
3!-----------------------------------------------------------------------
4   part       =  0.5      ! part of calcite not dissolved in microzoo gutsa
5   grazrat    =  2.75     ! maximal zoo grazing rate
6   bmetexc    =  .true.   ! Metabolic use of excess carbon
7   resrat     =  0.03     ! exsudation rate of zooplankton
8   mzrat      =  0.005    ! zooplankton mortality rate
9   xprefc     =  0.1      ! Microzoo preference for POM
10   xprefn     =  1.       ! Microzoo preference for Nanophyto
11   xprefp     =  1.6      ! Microzoo preference for picophyto
12   xprefd     =  1.0      ! Microzoo preference for Diatoms
13   xprefz     =  0.3      ! Microzoo preference for microzooplankton
14   xthreshdia =  1.E-8    ! Diatoms feeding threshold for microzooplankton
15   xthreshphy =  1.E-8    ! Nanophyto feeding threshold for microzooplankton
16   xthreshpic =  1.E-8
17   xthreshzoo =  1.E-8    ! Nanophyto feeding threshold for microzooplankton
18   xthreshpoc =  1.E-8    ! POC feeding threshold for microzooplankton
19   xthresh    =  3.E-7    ! Food threshold for feeding
20   xkgraz     =  20.E-6   ! half sturation constant for grazing
21   epsher     =  0.5      ! Efficiency of microzoo growth
22   epshermin  =  0.2      ! Minimum efficiency of microzoo growth
23   ssigma     =  0.5      ! Fraction excreted as semi-labile DOM
24   srespir    =  0.2      ! Active respiration
25   unassc     =  0.3      ! non assimilated fraction of C by zoo
26   unassn     =  0.3      ! non assimilated fraction of C by zoo
27   unassp     =  0.3      ! non assimilated fraction of C by zoo
28/
Note: See TracBrowser for help on using the repository browser.