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 14786 for NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/src/TOP/PISCES/sms_pisces.F90 – NEMO

Ignore:
Timestamp:
2021-05-05T09:09:10+02:00 (3 years ago)
Author:
aumont
Message:

Various bug fixes in PISCES

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/src/TOP/PISCES/sms_pisces.F90

    r14416 r14786  
    4242   REAL(wp) ::   wsbio2max        !: Maximum sinking speed of the largest particles 
    4343   REAL(wp) ::   wsbio2scale      !: Length scale for the variations of wsbio2 
     44   REAL(wp) ::   oxymin           !:  half saturation constant for anoxia 
    4445   REAL(wp) ::   xkmort           !: Mortality half-saturation constant 
    4546   REAL(wp) ::   feratz           !: Fe/C in microzooplankton 
     
    5051   REAL(wp) ::   no3rat3          !: C/N ratio of zooplankton 
    5152   REAL(wp) ::   po4rat3          !: C/P ratio of zooplankton 
    52    REAL(wp) ::  oxymin            !:  half saturation constant for anoxia 
    53    REAL(wp) ::  caco3r            !:  mean rainratio 
    5453 
    5554   !!*  diagnostic parameters  
     
    6766   LOGICAL  ::  ln_check_mass     !: Flag to check mass conservation 
    6867   LOGICAL, PUBLIC ::   ln_ironice   !: boolean for Fe input from sea ice 
     68 
     69   !!* Diurnal cycle in PISCES 
     70   LOGICAL  ::  ln_p4z_dcyc       !: Flag to activate diurnal cycle in PISCES 
    6971 
    7072   !!*  Biological fluxes for light : variables shared by pisces & lobster 
Note: See TracChangeset for help on using the changeset viewer.