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 14687 for utils/tools/DOMAINcfg/src/par_oce.f90 – NEMO

Ignore:
Timestamp:
2021-04-09T17:48:50+02:00 (3 years ago)
Author:
jchanut
Message:

#Changes to accomodate AGRIF new grid positionning implemented at r14674 and r14675, #2638

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/DOMAINcfg/src/par_oce.f90

    r14623 r14687  
    5555   ! global domain size for AGRIF     !!! * total AGRIF computational domain * 
    5656   INTEGER, PUBLIC            ::   nbug_in_agrif_conv_do_not_remove_or_modify = 1 - 1 
    57    INTEGER, PUBLIC, PARAMETER ::   nbghostcells = 3 !: number of ghost cells: default value 
     57   INTEGER, PUBLIC, PARAMETER ::   nbghostcells = 4 !: number of ghost cells: default value 
    5858   INTEGER, PUBLIC            ::   nbghostcells_x   !: number of ghost cells in i-direction 
    5959   INTEGER, PUBLIC            ::   nbghostcells_y_s   !: number of ghost cells in j-direction at south 
Note: See TracChangeset for help on using the changeset viewer.