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

Ignore:
Timestamp:
2020-01-28T17:17:13+01:00 (4 years ago)
Author:
aumont
Message:

update of the quota version of PISCES + some corrections of the GGE of zooplankton

File:
1 edited

Legend:

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

    r10227 r12349  
    105105      IF( ln_ligand )  & 
    106106      & CALL p4z_ligand( kt, knt ) 
     107      ! Update of the size of the organisms 
     108      IF (ln_p5z) THEN 
     109         sized(:,:,:) = sizeda(:,:,:) 
     110         sizen(:,:,:) = sizena(:,:,:) 
     111         sizep(:,:,:) = sizepa(:,:,:) 
     112      ENDIF 
    107113      !                                                             ! 
    108114      IF(ln_ctl)   THEN  ! print mean trends (used for debugging) 
Note: See TracChangeset for help on using the changeset viewer.