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.
namp5zmes 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/namp5zmes @ 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.7 KB
Line 
1!-----------------------------------------------------------------------
2&namp5zmes     !   parameters for mesozooplankton
3!-----------------------------------------------------------------------
4   part2      =  0.75     ! part of calcite not dissolved in mesozoo guts
5   grazrat2   =  0.85     ! maximal mesozoo grazing rate
6   bmetexc2   =  .true.   ! Metabolic use of excess carbon
7   resrat2    =  0.005    ! exsudation rate of mesozooplankton
8   mzrat2     =  0.02     ! mesozooplankton mortality rate
9   xpref2d    =  1.       ! zoo preference for phyto
10   xpref2p    =  1.       ! zoo preference for POC
11   xpref2z    =  1.       ! zoo preference for zoo
12   xpref2m    =  0.2      ! meso preference for zoo
13   xpref2c    =  0.3      ! zoo preference for poc
14   xthresh2zoo = 1E-8     ! zoo feeding threshold for mesozooplankton
15   xthresh2dia = 1E-8     ! diatoms feeding threshold for mesozooplankton
16   xthresh2phy = 1E-8     ! nanophyto feeding threshold for mesozooplankton
17   xthresh2mes = 1E-8     ! meso feeding threshold for mesozooplankton
18   xthresh2poc = 1E-8     ! poc feeding threshold for mesozooplankton
19   xthresh2    =  3E-7     ! Food threshold for grazing
20   xkgraz2     =  20.E-6   ! half sturation constant for meso grazing
21   epsher2     =  0.5      ! Efficicency of Mesozoo growth
22   epsher2min  =  0.2     ! Minimum efficiency of mesozoo growth
23   ssigma2     =  0.5     ! Fraction excreted as semi-labile DOM
24   srespir2    =  0.2     ! Active respiration
25   unass2c     =  0.3     ! non assimilated fraction of P by mesozoo
26   unass2n     =  0.3     ! non assimilated fraction of N by mesozoo
27   unass2p     =  0.3     ! non assimilated fraction of P by mesozoo
28   grazflux   =  3.e3     ! flux-feeding rate
29/
Note: See TracBrowser for help on using the repository browser.