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 4529 for trunk/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zbio.F90 – NEMO

Ignore:
Timestamp:
2014-03-15T12:00:04+01:00 (10 years ago)
Author:
cetlod
Message:

Bugfix and minor improvment on PISCES, see ticket #1258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zbio.F90

    r3531 r4529  
    8686      CALL p4z_prod ( kt, jnt )     ! phytoplankton growth rate over the global ocean.  
    8787      !                             ! (for each element : C, Si, Fe, Chl ) 
    88       CALL p4z_rem  ( kt, jnt )     ! remineralization terms of organic matter+scavenging of Fe 
    8988      CALL p4z_mort ( kt      )     ! phytoplankton mortality 
    9089      !                             ! zooplankton sources/sinks routines  
    9190      CALL p4z_micro( kt, jnt )           ! microzooplankton 
    9291      CALL p4z_meso ( kt, jnt )           ! mesozooplankton 
    93  
     92      CALL p4z_rem  ( kt, jnt )     ! remineralization terms of organic matter+scavenging of Fe 
    9493      !                             ! test if tracers concentrations fall below 0. 
    9594      xnegtr(:,:,:) = 1.e0 
     
    148147   !!====================================================================== 
    149148END MODULE  p4zbio 
     149 
Note: See TracChangeset for help on using the changeset viewer.