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/src/OCE – NEMO

Changeset 15119 for NEMO/trunk/src/OCE


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/src/OCE/par_oce.F90

    r15033 r15119  
    4848   INTEGER, PUBLIC            ::   nbug_in_agrif_conv_do_not_remove_or_modify = 1 - 1 
    4949   INTEGER, PUBLIC, PARAMETER ::   nbghostcells = 4   !: number of ghost cells: default value 
    50    INTEGER, PUBLIC            ::   nbghostcells_x     !: number of ghost cells in i-direction 
     50   INTEGER, PUBLIC            ::   nbghostcells_x_w   !: number of ghost cells in i-direction at west 
     51   INTEGER, PUBLIC            ::   nbghostcells_x_e   !: number of ghost cells in i-direction at east 
    5152   INTEGER, PUBLIC            ::   nbghostcells_y_s   !: number of ghost cells in j-direction at south 
    5253   INTEGER, PUBLIC            ::   nbghostcells_y_n   !: number of ghost cells in j-direction at north 
Note: See TracChangeset for help on using the changeset viewer.