NOAA-OWP / cfe

CFE is a conceptual rainfall-runoff model with an implementation of the Basic Model Interface.
Other
20 stars 21 forks source link

Nash Cascade based surface runoff #112

Closed ajkhattak closed 5 months ago

ajkhattak commented 5 months ago

Added a new scheme for the surface runoff that is based on Nash Cascade approach. The CFE will now support two schemes for surface runoff: 1) GIUH-based scheme, and 2) NASH_CASCADE-based scheme. Also, with these changes we will have now one Nash cascade model for the surface and one for the subsurface lateral flow. The two Nash models are slight different and hence implemented differently, but the hope is to merge them later. The changes in this PR don't change results of the existing tests.

Additions

Removals

Changes

Testing

  1. All existing tests passed

Checklist