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 7190 for branches/CNRS/dev_r6270_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/PISCES/P5Z/p5zrem.F90 – NEMO

Ignore:
Timestamp:
2016-11-04T12:19:19+01:00 (7 years ago)
Author:
aumont
Message:

various important bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CNRS/dev_r6270_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/PISCES/P5Z/p5zrem.F90

    r7180 r7190  
    2424   USE p4zche          !  chemical model 
    2525   USE p5zlim          ! Phytoplankton limitation factors 
     26   USE p5zsink         !  Sinking of particles 
    2627   USE p5zprod         !  Production by phytoplankton 
    2728   USE prtctl_trc      !  print control for debugging 
     
    267268               tra(ji,jj,jk,jpgsi) = tra(ji,jj,jk,jpgsi) - zosil 
    268269               tra(ji,jj,jk,jpsil) = tra(ji,jj,jk,jpsil) + zosil 
    269                ENDIF 
    270270            END DO 
    271271         END DO 
Note: See TracChangeset for help on using the changeset viewer.