
Opened 13 months ago
Closed 13 months ago
#2422 closed Bug (fixed)
ICE_AGRIF does not run if compiled with debug options
Reported by: | smasson | Owned by: | ![]() |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | USR | Version: | release-4.0-HEAD |
Severity: | minor | Keywords: | |
Cc: | Branch review: | failed | |
MP ready?: | no | Task progress: | Unspecified |
Description
Context
same as #2421 but for r4.0-HEAD
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 |
---|---|---|---|
12598 | smasson | 2020-03-25T10:02:31+01:00 |
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 [12598]
Note: See
TracTickets for help on using
tickets.
In 12598: