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 10322 for NEMO/branches/UKMO/dev_r9950_GO8_package/src/TOP/PISCES/sms_pisces.F90 – NEMO

Ignore:
Timestamp:
2018-11-16T16:06:47+01:00 (5 years ago)
Author:
davestorkey
Message:

UKMO/dev_r9950_GO8_package: Update to be relative to rev 10321 of NEMO4_beta_mirror branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/dev_r9950_GO8_package/src/TOP/PISCES/sms_pisces.F90

    r9950 r10322  
    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   !!---------------------------------------------------------------------- 
    132    !! NEMO/TOP 3.3 , NEMO Consortium (2018) 
     127   !! NEMO/TOP 4.0 , NEMO Consortium (2018) 
    133128   !! $Id$ 
    134    !! Software governed by the CeCILL licence     (./LICENSE) 
     129   !! Software governed by the CeCILL license (see ./LICENSE) 
    135130   !!---------------------------------------------------------------------- 
    136131CONTAINS 
Note: See TracChangeset for help on using the changeset viewer.