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 12857 for NEMO – NEMO

Changeset 12857 for NEMO


Ignore:
Timestamp:
2020-05-02T18:06:55+02:00 (4 years ago)
Author:
jchanut
Message:

Correct swapped conditionnal statement in corners (hence undetected without corners) introduced in previous commit, #2440

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/src/NST/agrif_oce_interp.F90

    r12737 r12857  
    9696      i1 =  1   ;   i2 = nlci 
    9797      j1 =  1   ;   j2 = nlcj 
    98       IF( l_Northedge )   j1 = 2 + nbghostcells 
    99       IF( l_Southedge )   j2 = nlcj - nbghostcells - 1 
     98      IF( l_Southedge )   j1 = 2 + nbghostcells 
     99      IF( l_Northedge )   j2 = nlcj - nbghostcells - 1 
    100100      IF( l_Westedge )    i1 = 2 + nbghostcells  
    101101      IF( l_Eastedge )    i2 = nlci - nbghostcells - 1 
Note: See TracChangeset for help on using the changeset viewer.