Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kumdonoaa committed Sep 10, 2024
1 parent bfde0ac commit 8d3e97d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,6 @@ cpdef object prepare_diffusive_numpy_indices(
Parameters
----------
mx_jorder -- (int) maximum network reach order
param_df --(DataFrame) geomorphic parameters
dbfksegID -- (int) segment ID of fake (ghost) node at network downstream boundary
z_all -- (dict) adjusted altitude dictionary with placeholder values to be replaced
diffusive_reaches_bytw -- (dict) Maps each tailwater segment ID to a list of upstream reaches in a diffusive domain, with each reach containing it own list of stream segment IDs.
tw_segment_id -- (int) -- tailwater segment ID
nondiffusive_segments_bytw -- (dict) Maps each tailwater segment ID to a list of tributary segment IDs that enter the upper boundary of the associated diffusive domain.
Expand All @@ -193,7 +188,6 @@ cpdef object prepare_diffusive_numpy_indices(
diffusive_inputs_bytw -- (dict) Contains the values of input arguments and forcings required for running diffusive Fortran kernel
chxsec_lookuptable_bytw -- (dict) Map each tailwater segment ID to the channel cross-section hydraulic lookup table for all upstream segments within the diffusive domain
chbottom_elevation_bytw -- (dict) Map each tailwater segment ID to the channel bottom elevation for all upstream segments within the diffusive domain.
Returns
----------
Expand Down

0 comments on commit 8d3e97d

Please sign in to comment.