From a8e3d69732a6bafe37032cd761ca4c30b4bff38e Mon Sep 17 00:00:00 2001 From: James McCreight Date: Wed, 13 Nov 2024 20:04:23 -0700 Subject: [PATCH] improve notes --- _posts/2024-11-14-v2-0-0-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-11-14-v2-0-0-overview.md b/_posts/2024-11-14-v2-0-0-overview.md index e27e9fb3..d093a7fe 100644 --- a/_posts/2024-11-14-v2-0-0-overview.md +++ b/_posts/2024-11-14-v2-0-0-overview.md @@ -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.