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.
namp4zzoo in NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/namelists – NEMO

source: NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/namelists/namp4zzoo @ 11042

Last change on this file since 11042 was 11042, checked in by girrmann, 5 years ago

dev_r10984_HPC-13 : update with trunk at revision 11041

  • Property svn:mime-type set to text/x-fortran
File size: 1.2 KB
Line 
1!-----------------------------------------------------------------------
2&namp4zzoo     !   parameters for microzooplankton for PISCES std      - ln_p4z
3!-----------------------------------------------------------------------
4   part       =  0.5      ! part of calcite not dissolved in microzoo guts
5   grazrat    =  3.0      ! maximal zoo grazing rate
6   resrat     =  0.03     ! exsudation rate of zooplankton
7   mzrat      =  0.004    ! zooplankton mortality rate
8   xprefc     =  0.1      ! Microzoo preference for POM
9   xprefn     =  1.       ! Microzoo preference for Nanophyto
10   xprefd     =  0.6      ! Microzoo preference for Diatoms
11   xthreshdia =  1.E-8    ! Diatoms feeding threshold for microzooplankton
12   xthreshphy =  1.E-8    ! Nanophyto feeding threshold for microzooplankton
13   xthreshpoc =  1.E-8    ! POC feeding threshold for microzooplankton
14   xthresh    =  3.E-7    ! Food threshold for feeding
15   xkgraz     =  20.E-6   ! half sturation constant for grazing
16   epsher     =  0.3      ! Efficiency of microzoo growth
17   epshermin  =  0.3      ! Minimum efficiency of microzoo growth
18   sigma1     =  0.6      ! Fraction of microzoo excretion as DOM
19   unass      =  0.3      ! non assimilated fraction of phyto by zoo
20/
Note: See TracBrowser for help on using the repository browser.