Skip to content

Commit

Permalink
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)

Solves lint problems

Fixes all trailing-whitespace

Co-Authored-By: Nicole M Gasparini <[email protected]>
  • Loading branch information
angelmons and nicgaspar committed Oct 25, 2023
1 parent 9c94ef5 commit 5565e13
Show file tree
Hide file tree
Showing 9 changed files with 1,193 additions and 1,624 deletions.
4 changes: 2 additions & 2 deletions landlab/components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -139,7 +139,7 @@
PrecipitationDistribution,
Profiler,
Radiation,
river_bed_dynamics,
RiverBedDynamics,
SedDepEroder,
SedimentPulserAtLinks,
SedimentPulserEachParcel,
Expand Down
Loading

0 comments on commit 5565e13

Please sign in to comment.