Skip to content

Commit

Permalink
add reg/unreg flow disclaimer to API ref text
Browse files Browse the repository at this point in the history
  • Loading branch information
ehinman committed Oct 2, 2023
1 parent a26353b commit ce3b823
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hyswap/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ def plot_duration_hydrograph(percentiles_by_day, df, data_col, doy_col,
minimum discharge recorded for each day. This function, however, allows
the user to plot a custom list of percentiles.
Note: For some streams, flow statistics may have been computed from
mixed regulated and unregulated flows; this can affect depictions
of flow conditions.
Parameters
----------
percentiles_by_day : pandas.DataFrame
Expand Down Expand Up @@ -422,6 +426,10 @@ def plot_cumulative_hydrograph(cumulative_percentiles, target_years,
of record; the mean-daily cumulative flow for each day; the minimum
cumulative discharge during recorded for each day.
Note: For some streams, flow statistics may have been computed from
mixed regulated and unregulated flows; this can affect depictions
of flow conditions.
Parameters
----------
cumulative_percentiles : pandas.DataFrame
Expand Down

0 comments on commit ce3b823

Please sign in to comment.