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.
Changeset 13233 for NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/PISCES/P4Z/p5zmeso.F90 – NEMO

Ignore:
Timestamp:
2020-07-02T20:34:16+02:00 (4 years ago)
Author:
aumont
Message:

update of the PISCES comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/PISCES/P4Z/p5zmeso.F90

    r12759 r13233  
    5252   REAL(wp), PUBLIC ::  grazflux     !: mesozoo flux feeding rate 
    5353   REAL(wp), PUBLIC ::  xfracmig     !: Fractional biomass of meso that performs DVM 
     54   REAL(wp), PUBLIC ::  xsigma2      !: Width of the predation window 
     55   REAL(wp), PUBLIC ::  xsigma2del   !: Maximum width of the predation window at low food density 
    5456   LOGICAL,  PUBLIC ::  bmetexc2     !: Use of excess carbon for respiration 
    5557   LOGICAL , PUBLIC ::  ln_dvm_meso  !: Boolean to activate DVM of mesozooplankton 
     
    189191               ! ---------------------------------------------------------- 
    190192               zsigma = 1.0 - zdenom**2/(0.05**2+zdenom**2) 
    191                zsigma = 0.5 + 1.0 * zsigma 
     193               zsigma = xsigma2 + xsigma2del * zsigma 
    192194               ! Nanophytoplankton and diatoms are the only preys considered 
    193195               ! to be close enough to have potential interference 
Note: See TracChangeset for help on using the changeset viewer.