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 14204 – NEMO

Changeset 14204


Ignore:
Timestamp:
2020-12-17T19:12:24+01:00 (3 years ago)
Author:
techene
Message:

#2385 SWG bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/SWG/MY_SRC/usrdef_zgr.F90

    r13752 r14204  
    215215      END DO 
    216216      ! mask the lonely corners 
    217       DO jj = 2, jpim1 
     217      DO jj = 2, jpjm1 
    218218         DO ji = 2, jpim1 
    219219         zcoeff = k_top(ji+1,jj) + k_top(ji,jj+1)   & 
Note: See TracChangeset for help on using the changeset viewer.