From 8d3e97df7614226c5d0134886ec7a0a01c5b8c08 Mon Sep 17 00:00:00 2001 From: kumdonoaa Date: Tue, 10 Sep 2024 20:06:20 +0000 Subject: [PATCH] clean up --- .../troute/routing/fast_reach/hybrid_routing_reach.pyx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/troute-routing/troute/routing/fast_reach/hybrid_routing_reach.pyx b/src/troute-routing/troute/routing/fast_reach/hybrid_routing_reach.pyx index 90f844816..b20233f9d 100644 --- a/src/troute-routing/troute/routing/fast_reach/hybrid_routing_reach.pyx +++ b/src/troute-routing/troute/routing/fast_reach/hybrid_routing_reach.pyx @@ -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. @@ -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 ----------