
#2519 closed Bug (fixed)
User defined straight open boundary segments and halo size does not work
Reported by: | jchanut | Owned by: | ![]() |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | BDY | Version: | trunk |
Severity: | minor | Keywords: | |
Cc: | Branch review: | failed | |
MP ready?: | no | Task progress: | Unspecified |
Description
Context
User defined straight open boundary segments (nambdy_seg block) is broken with recent halo size change
Analysis
Boundary indexes in that case should be shifted by nn_hls
Default definition (on domain edges) still rely on global sizes (with variable halo)
Fix
…
Commit History (3)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
13565 | jchanut | 2020-10-05T16:18:53+02:00 | #2222, 1) Added parent bathymetry volume consistency check 2) Added velocity extrapolation in update 3) Corrected bdy issue #2519 |
13541 | smasson | 2020-09-29T14:07:03+02:00 | |
13537 | smasson | 2020-09-29T12:09:41+02:00 | trunk: bugfix for BDY defined with segments, see #2519 |
Change History (8)
comment:1
Changed 5 months ago by smasson
comment:2
Changed 5 months ago by smasson
In 13541:
comment:3
Changed 5 months ago by smasson
take Jerome's version that is better…
comment:4
Changed 5 months ago by smasson
take Jerome's version that is better…
comment:5
Changed 5 months ago by smasson
- Resolution set to fixed
- Status changed from new to closed
comment:6
Changed 5 months ago by smasson
- Resolution fixed deleted
- Status changed from closed to reopened
comment:7
Changed 5 months ago by smasson
- Resolution set to fixed
- Status changed from reopened to closed
comment:8
Changed 5 months ago by jchanut
In 13565:
In 13537: