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 3475 for branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zmort.F90 – NEMO

Ignore:
Timestamp:
2012-09-13T19:00:23+02:00 (12 years ago)
Author:
cetlod
Message:

branch:2012/dev_r3438_LOCEAN15_PISLOB last updates from PISCES, hopefully... see ticket #972

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zmort.F90

    r3446 r3475  
    3232   REAL(wp), PUBLIC :: mprat  = 0.01_wp   !: 
    3333   REAL(wp), PUBLIC :: mprat2 = 0.01_wp   !: 
    34    REAL(wp), PUBLIC :: mpratm = 0.01_wp   !: 
    3534 
    3635 
     
    239238      !!---------------------------------------------------------------------- 
    240239 
    241       NAMELIST/nampismort/ wchl, wchld, wchldm, mprat, mprat2, mpratm 
     240      NAMELIST/nampismort/ wchl, wchld, wchldm, mprat, mprat2 
    242241 
    243242      REWIND( numnatp )                     ! read numnatp 
     
    250249         WRITE(numout,*) '    quadratic mortality of phytoplankton      wchl      =', wchl 
    251250         WRITE(numout,*) '    maximum quadratic mortality of diatoms    wchld     =', wchld 
    252          WRITE(numout,*) '    maximum quadratic mortality of diatoms    wchld     =', wchldm 
     251         WRITE(numout,*) '    maximum quadratic mortality of diatoms    wchldm    =', wchldm 
    253252         WRITE(numout,*) '    phytoplankton mortality rate              mprat     =', mprat 
    254253         WRITE(numout,*) '    Diatoms mortality rate                    mprat2    =', mprat2 
    255          WRITE(numout,*) '    Phytoplankton minimum mortality rate      mpratm    =', mpratm 
    256254      ENDIF 
    257255 
Note: See TracChangeset for help on using the changeset viewer.