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.
namp5zprod in NEMO/branches/2019/dev_r10973_AGRIF-01_jchanut_small_jpi_jpj/doc/namelists – NEMO

source: NEMO/branches/2019/dev_r10973_AGRIF-01_jchanut_small_jpi_jpj/doc/namelists/namp5zprod @ 11564

Last change on this file since 11564 was 11564, checked in by jchanut, 5 years ago

#2199, merged with trunk

  • Property svn:mime-type set to text/x-fortran
File size: 950 bytes
Line 
1!-----------------------------------------------------------------------
2&namp5zprod    !   parameters for phytoplankton growth for PISCES quota- ln_p5z
3!-----------------------------------------------------------------------
4   pislopen   =  3.       ! P-I slope
5   pislopep   =  3.       ! P-I slope for picophytoplankton
6   pisloped   =  3.       ! P-I slope  for diatoms
7   excretn    =  0.05     ! excretion ratio of phytoplankton
8   excretp    =  0.05     ! excretion ratio of picophytoplankton
9   excretd    =  0.05     ! excretion ratio of diatoms
10   xadap      =  0.       ! Adaptation factor to low light
11   bresp      =  0.02     ! Basal respiration rate
12   thetannm   =  0.25     ! Maximum Chl/N in nanophytoplankton
13   thetanpm   =  0.25     ! Maximum Chl/N in picophytoplankton
14   thetandm   =  0.3      ! Maximum Chl/N in diatoms
15   chlcmin    =  0.004    ! Minimum Chl/c in phytoplankton
16   grosip     =  0.131    ! mean Si/C ratio
17/
Note: See TracBrowser for help on using the repository browser.