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 13233 for NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/PISCES/P4Z/p4zbio.F90 – NEMO

Ignore:
Timestamp:
2020-07-02T20:34:16+02:00 (4 years ago)
Author:
aumont
Message:

update of the PISCES comments

File:
1 edited

Legend:

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

    r12759 r13233  
    6666 
    6767      ! ASSIGN THE SHEAR RATE THAT IS USED FOR AGGREGATION 
    68       ! OF PHYTOPLANKTON AND DETRITUS 
     68      ! OF PHYTOPLANKTON AND DETRITUS. Shear rate is supposed to equal 1 
     69      ! in the mixed layer and 0.1 below the mixed layer. 
    6970      xdiss(:,:,:) = 1. 
    7071      DO jk = 2, jpkm1 
     
    8081      CALL p4z_fechem  ( kt, knt )     ! Iron chemistry/scavenging 
    8182      ! 
    82       IF( ln_p4z ) THEN 
     83      IF( ln_p4z ) THEN  ! PISCES standard 
     84         ! Phytoplankton only sources/sinks terms 
    8385         CALL p4z_lim  ( kt, knt )     ! co-limitations by the various nutrients 
    8486         CALL p4z_prod ( kt, knt )     ! phytoplankton growth rate over the global ocean.  
    8587         !                             ! (for each element : C, Si, Fe, Chl ) 
    8688         CALL p4z_mort ( kt      )     ! phytoplankton mortality 
    87          !                             ! zooplankton sources/sinks routines  
     89         ! zooplankton sources/sinks routines  
    8890         CALL p4z_micro( kt, knt )     ! microzooplankton 
    8991         CALL p4z_meso ( kt, knt )     ! mesozooplankton 
    90       ELSE 
     92      ELSE  ! PISCES-QUOTA 
     93         ! Phytoplankton only sources/sinks terms 
    9194         CALL p5z_lim  ( kt, knt )     ! co-limitations by the various nutrients 
    9295         CALL p5z_prod ( kt, knt )     ! phytoplankton growth rate over the global ocean.  
    9396         !                             ! (for each element : C, N, P, Si, Fe, Chl ) 
    9497         CALL p5z_mort ( kt      )     ! phytoplankton mortality 
    95          !                             ! zooplankton sources/sinks routines  
     98         ! zooplankton sources/sinks routines  
    9699         CALL p5z_micro( kt, knt )     ! microzooplankton 
    97100         CALL p5z_meso ( kt, knt )     ! mesozooplankton 
     
    99102      ! 
    100103      CALL p4z_agg     ( kt, knt )     ! Aggregation of particles 
    101       CALL p4z_rem     ( kt, knt )     ! remineralization terms of organic matter+scavenging of Fe 
     104      CALL p4z_rem     ( kt, knt )     ! remineralization terms of organic matter 
    102105      CALL p4z_poc     ( kt, knt )     ! Remineralization of organic particles 
    103106      ! 
Note: See TracChangeset for help on using the changeset viewer.