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.
namlobzoo 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/namlobzoo @ 11317

Last change on this file since 11317 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.0 KB
Line 
1!-----------------------------------------------------------------------
2&namlobzoo     !   biological parameters for zooplankton
3!-----------------------------------------------------------------------
4   rppz    = 0.8        ! zooplankton nominal preference for phytoplancton food  [%]
5   taus    = 9.26E-6    ! specific zooplankton maximal grazing rate              [s-1]
6!                       ! 0.75/86400 s-1=8.680555E-6    1/86400 = 1.15e-5
7   aks     = 1.         ! half-saturation constant for total zooplankton grazing [mmolN.m-3]
8   rpnaz   = 0.3        ! non-assimilated phytoplankton by zooplancton           [%]
9   rdnaz   = 0.3        ! non-assimilated detritus by zooplankton                [%]
10   tauzn   = 8.1e-7     ! zooplancton specific excretion rate                    [0.1/86400 s-1=10 days]
11   fzoolab = 0.5        ! NH4 fraction of zooplankton excretion
12   fdbod   = 0.5        ! zooplankton mortality fraction that goes to detritus
13   tmminz  = 2.31e-6    ! minimal zooplankton mortality rate                     [(mmolN/m3)-1 d-1]
14/
Note: See TracBrowser for help on using the repository browser.