Skip to content

Commit

Permalink
improve notes a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Nov 14, 2024
1 parent a8e3d69 commit fc11e84
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions _posts/2024-11-14-v2-0-0-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ These notes summarize the more detailed [What's New for version 2.0.0](https://p
The primary new capability introduced is the `FlowGraph` and its related classes.
The `FlowGraph` allow users to combine different kinds flow solutions on `FlowNodes` in
arbitrary order. While `FlowGraph`s may be constructed from scratch, a common use case
(demonstrated in a new example notebook, 06) is to add a reservoir representation
(demonstrated in a new example notebook,
[06_flow_graph_starfit.ipynb](https://github.com/EC-USGS/pywatershed/blob/develop/examples/06_flow_graph_starfit.ipynb))
is to add a reservoir representation
into an existing `FlowGraph` which is equivalent to `PRMSChannel`. The STARFIT
reservoir representation is implemented as `StarfitFlowNode` which can be added into
the `FlowGraph`. Other `FlowNodes` implemented are `PassThroughFlowNode` and
Expand All @@ -38,7 +40,9 @@ Please see the [`FlowGraph` documentation](https://pywatershed.readthedocs.io/en
The `MmrToMf6Dfw` class builds a MF6 1-D channel (CHF) simulation using diffusive wave
DFW) routing from PRMS NHM input files and a few simple assumptions. The
lateral (to-channel) fluxes from a PRMS are used as time varying boundary
conditions. A new example notebook (07) runs the Delaware River Basin using MF6 CFH-DFW.
conditions. A new example notebook
([07_mmr_to_mf6_chf_dfw.ipynb](https://github.com/EC-USGS/pywatershed/blob/develop/examples/07_mmr_to_mf6_chf_dfw.ipynb))
runs the Delaware River Basin using MF6 CFH-DFW.


### Breaking Changes
Expand Down

0 comments on commit fc11e84

Please sign in to comment.