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 12677 for NEMO/branches – NEMO

Changeset 12677 for NEMO/branches


Ignore:
Timestamp:
2020-04-03T18:06:40+02:00 (4 years ago)
Author:
aumont
Message:

small bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/PISCES/P4Z/p5zmort.F90

    r12537 r12677  
    9191               ! extinction of nanophyto in highly limited areas 
    9292               ! ---------------------------------------------------- 
    93                ztortp = mpratn * xstep  * zcompaphi * trb(ji,jj,jk,jpphy) / ( xkmort + trb(ji,jj,jk,jpphy) ) 
     93               ztortp = mpratn * xstep * zcompaph * trb(ji,jj,jk,jpphy) / ( xkmort + trb(ji,jj,jk,jpphy) ) 
    9494               zmortp = zrespp + ztortp 
    9595 
Note: See TracChangeset for help on using the changeset viewer.