Opened 5 years ago
Closed 5 years ago
#2089 closed Defect (fixed)
NESTING TOOLS AGRIF: bathymetry connection done even if open boundary lies over land
Reported by: | jchanut | Owned by: | jchanut |
---|---|---|---|
Priority: | low | Milestone: | 2018 WP |
Component: | AGRIF | Version: | trunk |
Severity: | minor | Keywords: | AGRIF NESTING TOOLS |
Cc: |
Description
Context
NESTING TOOLS, agrif_create_bathy step.
Analysis
agrif_create_bathy tool performs a connection between child and parent bathymetries all around the child grid domain. This lead to a child grid bathymetry update even if there is no flow at the open boundary (for instance in bays extending close to the nested grid domain).
Recommendation
Remove bathymetry connection if nearest point interpolation of parent grid bathymetry on the outermost child grid is 0. Other choices are possible.
...
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
9628 | jchanut | 2018-05-24T11:16:05+02:00 | Remove bathymetry connection if open boundary is closed, #2089 |
Change History (1)
comment:1 Changed 5 years ago by jchanut
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 9628: