
Opened 13 months ago
Closed 13 months ago
#2421 closed Bug (fixed)
ICE_AGRIF does not run if compiled with debug options
Reported by: | smasson | Owned by: | ![]() |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | USR | Version: | trunk |
Severity: | minor | Keywords: | |
Cc: | Branch review: | failed | |
MP ready?: | no | Task progress: | Unspecified |
Description
Context
jpk = 1 in ICE_AGRIF. This generates out-of-bounds in domzgr at this line
bathy (ji,jj) = gdepw_0(ji,jj,ikb+1)
Analysis
the model is not designed to ru with jpk = 1. It needs at least 2 levels to be able to define the surface and the bottom at W levels:
— W jk = 1 — surface — T jk = 1 — — W jk = 2 — bottom — T jk = 2 —
Fix
define jpk = 2 in ICE_AGRIF/MY_SRC/usrdef_nam and remove a few small tricks added to run with jpk = 1
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
12597 | smasson | 2020-03-25T09:57:21+01:00 | trunk: ice_agrif bugfix, see #2421 |
Change History (2)
comment:1
Changed 13 months ago by smasson
comment:2
Changed 13 months ago by smasson
- Resolution set to fixed
- Status changed from new to closed
fixed in [12597]
Note: See
TracTickets for help on using
tickets.
In 12597: