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 9751 for NEMO/trunk/src/TOP/PISCES/P4Z/p4zbio.F90 – NEMO

Ignore:
Timestamp:
2018-06-06T15:00:58+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Fix for OFF_PISCES ref cfg in DEBUG mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/PISCES/P4Z/p4zbio.F90

    r9598 r9751  
    9999      ENDIF 
    100100      ! 
    101       CALL p4z_agg  ( kt, knt )     ! Aggregation of particles 
     101      CALL p4z_agg     ( kt, knt )     ! Aggregation of particles 
    102102      CALL p4z_rem     ( kt, knt )     ! remineralization terms of organic matter+scavenging of Fe 
    103103      CALL p4z_poc     ( kt, knt )     ! Remineralization of organic particles 
    104       IF( ln_ligand ) THEN 
    105         CALL p4z_ligand( kt, knt ) 
    106       ENDIF 
     104      ! 
     105      IF( ln_ligand )  & 
     106      & CALL p4z_ligand( kt, knt ) 
    107107      !                                                             ! 
    108108      IF(ln_ctl)   THEN  ! print mean trends (used for debugging) 
Note: See TracChangeset for help on using the changeset viewer.