Skip to content

Commit

Permalink
improve notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Nov 14, 2024
1 parent e6d73af commit a8e3d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-11-14-v2-0-0-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The `FlowGraph` allow users to combine different kinds flow solutions on `FlowNo
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
into an existing `FlowGraph` which is equivalent to `PRMSChannel`. The STARFIT
reservoir representation is implemented as a `FlowNode` which can be added into
reservoir representation is implemented as `StarfitFlowNode` which can be added into
the `FlowGraph`. Other `FlowNodes` implemented are `PassThroughFlowNode` and
`ObsInFlowNode`. The second reproduces the "obsin" capabilities present in PRMS.
Please see the [`FlowGraph` documentation](https://pywatershed.readthedocs.io/en/latest/api/generated/pywatershed.FlowGraph.html#pywatershed.FlowGraph) for additional details.
Expand Down

0 comments on commit a8e3d69

Please sign in to comment.