Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates RiverBedDynamics
Browse files Browse the repository at this point in the history
Major update based on @mcflugen suggestions and comments. Revised version includes:
Delete unused import
Reformat docstring to make it easier to read
Reshape of docstring outputs
Better use of grid calls
Rename variables starting with capitol, poor described variable names,  and very long variable names
Deleted conda calls in noxfile.py
Adjusted all calls from river_bed_dynamics to RiverBedDynamics (component was renamed)

Co-Authored-By: Nicole M Gasparini <6990475+nicgaspar@users.noreply.github.com>
angelmons and nicgaspar committed Oct 25, 2023
1 parent 9c94ef5 commit 5b5f266
Showing 8 changed files with 1,184 additions and 1,623 deletions.
4 changes: 2 additions & 2 deletions landlab/components/__init__.py
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@
from .priority_flood_flow_router import PriorityFloodFlowRouter
from .profiler import ChannelProfiler, Profiler, TrickleDownProfiler
from .radiation import Radiation
from .river_bed_dynamics import river_bed_dynamics
from .river_bed_dynamics import RiverBedDynamics
from .sink_fill import SinkFiller, SinkFillerBarnes
from .soil_moisture import SoilInfiltrationGreenAmpt, SoilMoisture
from .space import Space, SpaceLargeScaleEroder
@@ -139,7 +139,7 @@
PrecipitationDistribution,
Profiler,
Radiation,
river_bed_dynamics,
RiverBedDynamics,
SedDepEroder,
SedimentPulserAtLinks,
SedimentPulserEachParcel,
Loading

0 comments on commit 5b5f266

Please sign in to comment.