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 7176 for branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zbio.F90 – NEMO

Ignore:
Timestamp:
2016-11-03T16:15:42+01:00 (7 years ago)
Author:
cetlod
Message:

new top interface : merge aggregation routines (p4z & p5z )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zbio.F90

    r7162 r7176  
    2525   USE p5zmicro        !  Sources and sinks of microzooplankton 
    2626   USE p5zmeso         !  Sources and sinks of mesozooplankton 
    27    USE p5zagg          !  Aggregation of particles 
    2827   USE p4zrem          !  Remineralisation of organic matter 
    2928   USE p4zpoc          !  Remineralization of organic particles 
     
    9089         CALL p4z_micro( kt, knt )           ! microzooplankton 
    9190         CALL p4z_meso ( kt, knt )           ! mesozooplankton 
    92          CALL p4z_agg  ( kt, knt )     ! Aggregation of particles 
    9391      ELSE 
    9492         CALL p5z_lim  ( kt, knt )     ! co-limitations by the various nutrients 
     
    9997         CALL p5z_micro( kt, knt )           ! microzooplankton 
    10098         CALL p5z_meso ( kt, knt )           ! mesozooplankton 
    101          CALL p5z_agg  ( kt, knt )     ! Aggregation of particles 
    10299      ENDIF 
    103100      ! 
     101      CALL p4z_agg  ( kt, knt )     ! Aggregation of particles 
    104102      CALL p4z_rem     ( kt, knt )     ! remineralization terms of organic matter+scavenging of Fe 
    105103      CALL p4z_poc     ( kt, knt )     ! Remineralization of organic particles 
Note: See TracChangeset for help on using the changeset viewer.