From bd26413fefe2c352450d276ff5818faa6ebc334a Mon Sep 17 00:00:00 2001 From: Joseph Zhang Date: Wed, 4 Dec 2024 11:34:05 -0500 Subject: [PATCH] update manual --- docs/known_issues.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/known_issues.md b/docs/known_issues.md index 3f88c36e3..23fb670ce 100644 --- a/docs/known_issues.md +++ b/docs/known_issues.md @@ -4,14 +4,14 @@ injection places; (3) baroclinic model. The main symptom is that the freshwater injection points and does not flow out as expected. The reason is that insufficient number of vertical layers cannot properly set up an exchange flow (that -requires stratification), and as a result, the fresh/salt water interface oscillates instead of tilting as expects. +requires stratification), and as a result, the fresh/salt water interface oscillates instead of tilting as expected. Some work-arounds are: 1. Change to open boundary condition approach 2. Better salinity initial condition. If the salt intrusion should never reach the injection place, create a freswater zone near the injection in the I.C. -3. Use more vertical layers near injection (one way to do this is to deepen the local depths to allow more layers) -4. Nudge (inu_SAL=1 or 2) strongly in a region near injection +3. Use more vertical layers near injection (one way to do this is to deepen the local depths to allow for more layers) +4. Nudge (inu_tr(2)=1 or 2) strongly in a region near injection ## Numerical dispersion with WENO @@ -27,6 +27,8 @@ Figure [1](#figure_weno1) shows the result of disperion symptom from WENO, in th elements in close proximity in those upriver regions (note that `h_tvd`=5m in this case). Making those upriver elements upwind via `tvd.prop` resolves this issue; cf. Fig. [2](#figure_weno2). +There are scripts in Utility/ that can be used to create appropriate `tvd.prop` for cross-scale applications. +
WENO1
Numerical dispersion in WENO led to high surface salinity in Chesapeake Bay (circled area).