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 15119 for NEMO/trunk/tests/CANAL/MY_SRC/usrdef_nam.F90 – NEMO

Ignore:
Timestamp:
2021-07-13T16:43:22+02:00 (3 years ago)
Author:
jchanut
Message:

#2638, changes to accomodate nn_hls=2 and AGRIF zooms crossing cyclic boundaries. E-W case ok, update for North-Fold still needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/CANAL/MY_SRC/usrdef_nam.F90

    r14433 r15119  
    111111         kpj = NINT( rn_domszy / rn_dy ) + 1 
    112112      ELSE                           ! Global Domain size: add nbghostcells + 1 "land" point on each side 
    113          kpi  = nbcellsx + nbghostcells_x   + nbghostcells_x  + 2 
     113         kpi  = nbcellsx + nbghostcells_x_w + nbghostcells_x_e + 2 
    114114         kpj  = nbcellsy + nbghostcells_y_s + nbghostcells_y_n + 2 
    115115      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.