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 9787 for NEMO/trunk – NEMO

Changeset 9787 for NEMO/trunk


Ignore:
Timestamp:
2018-06-13T11:23:24+02:00 (6 years ago)
Author:
clem
Message:

set nbghostcells=3 by default instead of 1. The nesting tools are already defined for 3 ghosts

Location:
NEMO/trunk
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/par_oce.F90

    r9598 r9787  
    4343   ! global domain size for AGRIF     !!! * total AGRIF computational domain * 
    4444   INTEGER, PUBLIC            ::   nbug_in_agrif_conv_do_not_remove_or_modify = 1 - 1 
    45    INTEGER, PUBLIC, PARAMETER ::   nbghostcells = 1                             !: number of ghost cells 
     45   INTEGER, PUBLIC, PARAMETER ::   nbghostcells = 3                             !: number of ghost cells 
    4646   INTEGER, PUBLIC            ::   nbcellsx   ! = jpiglo - 2 - 2*nbghostcells   !: number of cells in i-direction 
    4747   INTEGER, PUBLIC            ::   nbcellsy   ! = jpjglo - 2 - 2*nbghostcells   !: number of cells in j-direction 
  • NEMO/trunk/tests/VORTEX/EXPREF/AGRIF_FixedGrids.in

    r8703 r9787  
    111 
    2 21 40 21 40 3 3 3  
     219 38 19 38 3 3 3  
    330 
Note: See TracChangeset for help on using the changeset viewer.