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 5288 for branches/CNRS/dev_r4826_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p5zmort.F90 – NEMO

Ignore:
Timestamp:
2015-05-22T18:22:18+02:00 (9 years ago)
Author:
aumont
Message:

various bug fixes and updates of PISCES quota

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CNRS/dev_r4826_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p5zmort.F90

    r5266 r5288  
    66   !! History :   1.0  !  2002     (O. Aumont)  Original code 
    77   !!             2.0  !  2007-12  (C. Ethe, G. Madec)  F90 
     8   !!             3.6  !  2015-05  (O. Aumont) PISCES quota 
    89   !!---------------------------------------------------------------------- 
    910#if defined key_pisces_quota 
     
    338339         WRITE(numout,*) '    quadratic mortality of phytoplankton      wchl      =', wchl 
    339340         WRITE(numout,*) '    quadratic mortality of picophyto.         wchlp     =', wchlp 
    340          WRITE(numout,*) '    maximum quadratic mortality of diatoms    wchld     =', wchld 
    341          WRITE(numout,*) '    maximum quadratic mortality of diatoms    wchldm    =', wchldm 
    342          WRITE(numout,*) '    phytoplankton mortality rate              mprat     =', mprat 
     341         WRITE(numout,*) '    quadratic mortality of diatoms            wchld     =', wchld 
     342         WRITE(numout,*) '    Additional quadratic mortality of diatoms wchldm    =', wchldm 
     343         WRITE(numout,*) '    nanophyto. mortality rate                 mprat     =', mprat 
    343344         WRITE(numout,*) '    picophyto. mortality rate                 mpratp    =', mpratp 
    344345         WRITE(numout,*) '    Diatoms mortality rate                    mprat2    =', mprat2 
Note: See TracChangeset for help on using the changeset viewer.