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 12955 for NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/src/NST/agrif_oce_interp.F90 – NEMO

Ignore:
Timestamp:
2020-05-20T16:08:51+02:00 (4 years ago)
Author:
smasson
Message:

Clem's branch: merge with trunk@12926

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/src/NST/agrif_oce_interp.F90

    r12816 r12955  
    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.