**Not to be merged but for sharing idea** Diffusive prototype for coastal boundary condition and streamflow DA #544
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Diffusive wave routing model was tested with hypothetical coastal boundary conditions and the results are summarized here: https://docs.google.com/document/d/11si1S2MYhOq9iKrF9aTDIMOack6Lx8BlzZSE8rGA5c4/edit
Also, the diffusive model used observed stream flow data where available to see how streamflow data assimilation can be achieved in diffusive wave.
** These tests used very ad-hoc approach such as reading text input files and temporarily assigned index for stream segments for DA. Code lines below the comment of "TODO for DA" in diffusive.f90 should replace related ad-hoc code lines.
Additions
Removals
Changes
Testing
1. Implementing hypothetical coastal boundary condition in the Lower Colorado River, TX
The results of this test are summarized in this document: https://docs.google.com/document/d/11si1S2MYhOq9iKrF9aTDIMOack6Lx8BlzZSE8rGA5c4/edit
2. Implementing USGS observed flow data for streamflow DA for diffusive wave routing in the Lower Colorado River, TX
The head segment of the diffusive mainstem was chosen to be at the location of USGS 08159200 Colorado Rv at Bastrop, TX. And then, the observed streamflow between 6/1/2020 12:05 and 6/4/2020 12:05 replaced assumed flow values at the bottom node of the reach having the head segment. The following animation shows the propagation of the replacement along downstream. In general, river speed is 0.7 m/s in average, so the travel distance during 3 days might be about 180 km. Indeed, we can see the deviation between DA and no DA curve is beginning at around the distance in the end of the simulation.
The next graph compares the DA-modified streamflow vs. USGS-observed streamflow in the downstream of the USGS Bastrop, TX. The gaga locates at Smithville, TX. As you can see, DA curve begin to converge to observed curve toward the end of 3 days simulation time period.
Screenshots
Notes
Todos
Checklist
Testing checklist
Target Environment support
Accessibility
Other