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 5288 for branches/CNRS/dev_r4826_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p5zbio.F90 – NEMO

Ignore:
Timestamp:
2015-05-22T18:22:18+02:00 (9 years ago)
Author:
aumont
Message:

various bug fixes and updates of PISCES quota

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CNRS/dev_r4826_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p5zbio.F90

    r5285 r5288  
    66   !! History :   1.0  !  2004     (O. Aumont) Original code 
    77   !!             2.0  !  2007-12  (C. Ethe, G. Madec)  F90 
    8    !!             3.0  !  2015-05  (O. Aumont) PISCES QUOTA 
     8   !!             3.6  !  2015-05  (O. Aumont) PISCES quota 
    99   !!---------------------------------------------------------------------- 
    1010#if defined key_pisces_quota 
     
    8282      CALL p4z_opt  ( kt, jnt )     ! Optic: PAR in the water column 
    8383      CALL p5z_sink ( kt, jnt )     ! vertical flux of particulate organic matter 
    84       DO jk = 1, jpk 
    85         DO jj = 1, jpj 
    86           DO ji = 1, jpi 
    87             IF (mig(ji) == 72 .and. mjg(jj) == 74 .and. jk == 5) THEN 
    88             DO jn = 1, jptra 
    89             write(0,*) 'plante ',trn(ji,jj,jk,jn)*1E6 
    90             END DO 
    91             ENDIF 
    92           END DO 
    93         END DO 
    94       END DO 
    9584      CALL p4z_fechem(kt, jnt )     ! Iron chemistry/scavenging 
    9685      CALL p5z_lim  ( kt, jnt )     ! co-limitations by the various nutrients 
Note: See TracChangeset for help on using the changeset viewer.