#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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
12138 | smasson | 2019-12-10T12:26:06+01:00 | trunk: minor AGRIF bugfix, see #2322 |
11800 | gsamson | 2019-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 5 years ago by gsamson
comment:2 Changed 5 years ago by smasson
In 12138:
comment:3 Changed 5 years ago by smasson
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 3 years ago by nemo
- Keywords v4.0 added
In 11800: