Skip to content

Commit

Permalink
add direction for plotting outlet hydrograph
Browse files Browse the repository at this point in the history
  • Loading branch information
hellkite500 committed Mar 7, 2021
1 parent 1ec6ca8 commit 35d2ae5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ADHydro_training.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,3 +510,14 @@ In this section you will assign parameters like soil and vegetation type to mesh
`adhydro simulation/superfile.ini`
## Plot outlet hydrograph
The `display.nc` output file in the adhydro simulation directory contains several model state vaules that may be of interest. A helper script is provided in `adhydro-tools` to plot stramflow, channel water depth, and channel precipitation at a given channel element number. If there is a USGS NWIS gage at or near the channel element, you can also plot these observations along with the channel states. To generate these hydrographs for the Dead Run simulation, run the following command in the `adhydro-tools` interactive container terminal:
`python /scripts/analysis/mesh_hydrograph.py /data/simulation/ -o /data/simulation -c 108 -g 01589330 `
Now from your host machine, you can open the following plots and inspect the model output
- \<project path\>/training_data/simulation/108_precip.png
- \<project path\>/training_data/simulation/108_depth.png
- \<project path\>/training_data/simulation/108_flow.png

0 comments on commit 35d2ae5

Please sign in to comment.