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

Ignore:
Timestamp:
2009-01-13T19:54:08+01:00 (15 years ago)
Author:
cetlod
Message:

clean TOP model routines to avoid warning when compiling, see ticket:303

File:
1 edited

Legend:

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

    r1152 r1264  
    8282           
    8383      CALL p4z_sink ( kt, jnt )     ! vertical flux of particulate organic matter 
    84  
    8584      CALL p4z_opt  ( kt, jnt )     ! Optic: PAR in the water column 
    86  
    8785      CALL p4z_lim  ( kt, jnt )     ! co-limitations by the various nutrients 
    88  
    8986      CALL p4z_prod ( kt, jnt )     ! phytoplankton growth rate over the global ocean.  
    9087      !                             ! (for each element : C, Si, Fe, Chl ) 
    91  
    9288      CALL p4z_rem  ( kt, jnt )     ! remineralization terms of organic matter+scavenging of Fe 
    93  
    9489      CALL p4z_mort ( kt, jnt )     ! phytoplankton mortality 
    95  
    9690      !                             ! zooplankton sources/sinks routines  
    9791      CALL p4z_micro( kt, jnt )           ! microzooplankton 
Note: See TracChangeset for help on using the changeset viewer.