Skip to content

Commit

Permalink
Adds river flow dynamics
Browse files Browse the repository at this point in the history
Adds the first operating version
  • Loading branch information
angelmons committed Oct 17, 2023
1 parent d72cb61 commit 1075f28
Show file tree
Hide file tree
Showing 7 changed files with 3,014 additions and 3 deletions.
2 changes: 2 additions & 0 deletions landlab/components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
from .priority_flood_flow_router import PriorityFloodFlowRouter
from .profiler import ChannelProfiler, Profiler, TrickleDownProfiler
from .radiation import Radiation
from .river_flow_dynamics import river_flow_dynamics
from .sink_fill import SinkFiller, SinkFillerBarnes
from .soil_moisture import SoilInfiltrationGreenAmpt, SoilMoisture
from .space import Space, SpaceLargeScaleEroder
Expand Down Expand Up @@ -138,6 +139,7 @@
PrecipitationDistribution,
Profiler,
Radiation,
river_flow_dynamics,
SedDepEroder,
SedimentPulserAtLinks,
SedimentPulserEachParcel,
Expand Down
3 changes: 3 additions & 0 deletions landlab/components/river_flow_dynamics/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .river_flow_dynamics import river_flow_dynamics

__all__ = ["river_flow_dynamics"]
Loading

0 comments on commit 1075f28

Please sign in to comment.