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

Ignore:
Timestamp:
2021-01-07T23:09:56+01:00 (3 years ago)
Author:
aumont
Message:

numerous updates to PISCES, PISCES-QUOTA and the sediment module

File:
1 edited

Legend:

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

    r13233 r14276  
    110110 
    111111      ! Update of the size of the different phytoplankton groups 
    112       sized(:,:,:) = sizeda(:,:,:) 
    113       sizen(:,:,:) = sizena(:,:,:) 
     112      sized(:,:,:) = MAX(1.0, sizeda(:,:,:) ) 
     113      sizen(:,:,:) = MAX(1.0, sizena(:,:,:) ) 
    114114      IF (ln_p5z) THEN 
    115          sizep(:,:,:) = sizepa(:,:,:) 
     115         sizep(:,:,:) = MAX(1.0, sizepa(:,:,:) ) 
    116116      ENDIF 
    117117      !                                                             ! 
Note: See TracChangeset for help on using the changeset viewer.