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.
#2322 (MInimum size of mpp subdomain uncorrectly set for AGRIF zooms) – NEMO

Opened 4 years ago

Closed 4 years ago

Last modified 2 years ago

#2322 closed Defect (fixed)

MInimum size of mpp subdomain uncorrectly set for AGRIF zooms

Reported by: jchanut Owned by: systeam
Priority: low Milestone:
Component: AGRIF Version: v4.0
Severity: minor Keywords: v4.0
Cc:

Description

Context

AGRIF does not work for too small mpp subdomains (defined as the sum of the ghosts cells + the sponge layer width + one line/column of zeros)

Analysis

Uncomplete stop statement in agrif_nemo_init

Recommendation

Modify stop in agrif_user routine such that:

jpi/jpj > 1 + nbghostcells + (nn_sponge_len * raf + 1)


e.g., since nn_sponge = 2 and nbghost = 3, if raf=1 (as in the 1st zoom of AGRIF_DEMO reference configuration), jpi/jpj > 7
This restriction will be relaxed in the forthcoming release.

Commit History (2)

ChangesetAuthorTimeChangeLog
12138smasson2019-12-10T12:26:06+01:00

trunk: minor AGRIF bugfix, see #2322

11800gsamson2019-10-25T17:06:36+02:00

adjust AGRIF decomposition domains (from 32 to 16 procs) in SETTE REPRO tests to avoid zoom domain sizes < 8 pts (see #2322 for details) -> all SETTE ref configs tests OK with trunk @ r11761 in O0 at Mercator

Change History (4)

comment:1 Changed 4 years ago by gsamson

In 11800:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:2 Changed 4 years ago by smasson

In 12138:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:3 Changed 4 years ago by smasson

  • Resolution set to fixed
  • Status changed from new to closed

comment:4 Changed 2 years ago by nemo

  • Keywords v4.0 added
Note: See TracTickets for help on using tickets.