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 7981 for trunk/NEMOGCM/NEMO – NEMO

Changeset 7981 for trunk/NEMOGCM/NEMO


Ignore:
Timestamp:
2017-04-27T17:35:40+02:00 (7 years ago)
Author:
cetlod
Message:

trunk : minor correction in p2zopt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/PISCES/P2Z/p2zopt.F90

    r7681 r7981  
    119119      !                                          ! -------------- 
    120120      neln(:,:) = 1                                   ! euphotic layer level 
    121       DO jk = 1, jpk                                  ! (i.e. 1rst T-level strictly below EL bottom) 
     121      DO jk = 1, jpkm1                                  ! (i.e. 1rst T-level strictly below EL bottom) 
    122122         DO jj = 1, jpj 
    123123           DO ji = 1, jpi 
Note: See TracChangeset for help on using the changeset viewer.