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 6453 for branches/CNRS/dev_r6270_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/PISCES/trcnam_pisces.F90 – NEMO

Ignore:
Timestamp:
2016-04-08T10:10:11+02:00 (8 years ago)
Author:
aumont
Message:

New developments of PISCES (QUOTA, ligands, lability, ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CNRS/dev_r6270_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/PISCES/trcnam_pisces.F90

    r4990 r6453  
    88   !!             1.0  !  2003-08 (C. Ethe)  module F90 
    99   !!             2.0  !  2007-12  (C. Ethe, G. Madec) from trcnam.pisces.h90 
     10   !!             3.6  !  2015-05  (O. Aumont) PISCES quota 
    1011   !!---------------------------------------------------------------------- 
    11 #if defined key_pisces || defined key_pisces_reduced 
     12#if defined key_pisces || defined key_pisces_reduced || defined key_pisces_quota 
    1213   !!---------------------------------------------------------------------- 
    13    !!   'key_pisces'   :                                   PISCES bio-model 
     14   !!   'key_pisces*'  :                                   PISCES bio-model 
    1415   !!---------------------------------------------------------------------- 
    1516   !! trc_nam_pisces       : PISCES model namelist read 
     
    6667#if defined key_pisces 
    6768      IF(lwp) WRITE(numout,*) ' trc_nam_pisces : read PISCES namelist' 
     69#elif defined key_pisces_quota 
     70      IF(lwp) WRITE(numout,*) ' trc_nam_pisces : read PISCES-QUOTA namelist' 
    6871#else 
    6972      IF(lwp) WRITE(numout,*) ' trc_nam_pisces : read LOBSTER namelist' 
     
    123126#if defined key_pisces_reduced 
    124127 
    125       IF( ( .NOT.lk_iomput .AND. ln_diabio ) .OR. lk_trdmxl_trc ) THEN 
     128      IF( ( .NOT.lk_iomput .AND. ln_diabio ) .OR. lk_trdmld_trc ) THEN 
    126129         ! 
    127130         ! Namelist nampisdbi 
Note: See TracChangeset for help on using the changeset viewer.