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 10222 for NEMO/trunk/src/TOP/PISCES/sms_pisces.F90 – NEMO

Ignore:
Timestamp:
2018-10-25T11:42:23+02:00 (6 years ago)
Author:
aumont
Message:

update of the sediment module + enhancement, bug correction in PISCES generating O2 negative values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/PISCES/sms_pisces.F90

    r10068 r10222  
    2424   LOGICAL  ::  ln_p5z            !: Flag to use PISCES  quota model 
    2525   LOGICAL  ::  ln_ligand         !: Flag to enable organic ligands 
     26   LOGICAL  ::  ln_sediment       !: Flag to enable sediment module 
    2627 
    2728   !!*  Time variables 
     
    123124   REAL(wp), ALLOCATABLE, SAVE, DIMENSION(:,:,:) ::   tgfunc2   !: Temp. dependancy of mesozooplankton rates 
    124125 
    125 #if defined key_sed 
    126    LOGICAL, PUBLIC, PARAMETER ::   lk_sed = .TRUE.     !: sediment flag 
    127 #else 
    128    LOGICAL, PUBLIC, PARAMETER ::   lk_sed = .FALSE.     !: sediment flag 
    129 #endif 
    130  
    131126   !!---------------------------------------------------------------------- 
    132127   !! NEMO/TOP 4.0 , NEMO Consortium (2018) 
Note: See TracChangeset for help on using the changeset viewer.