pywfm.IWFMModel.get_stream_gain_from_groundwater#
- IWFMModel.get_stream_gain_from_groundwater(stream_gain_conversion_factor=1.0)#
Return gain from groundwater for every stream node for the current timestep
- Parameters:
stream_gain_conversion_factor (float) – conversion factor for gain from groundwater from the simulation units of volume to a desired unit of volume
- Returns:
gain from groundwater for all stream nodes for the current simulation timestep
- Return type:
np.ndarray
Note
This method is designed for use when is_for_inquiry=0 to return gain from groundwater at the current timestep during a simulation.
stream nodes with gain from groundwater will be + stream nodes with loss to groundwater will be -
See also
IWFMModel.get_stream_tributary_inflowsReturn small watershed inflows at every stream node for the current timestep
IWFMModel.get_stream_rainfall_runoffReturn rainfall runoff at every stream node for the current timestep
IWFMModel.get_stream_return_flowsReturn agricultural and urban return flows at every stream node for the current timestep
IWFMModel.get_stream_pond_drainsReturn drainage from rice and refuge ponds into every stream node for the current timestep
IWFMModel.get_stream_tile_drain_flowsReturn tile drain flows into every stream node for the current timestep
IWFMModel.get_stream_riparian_evapotranspirationReturn riparian evapotranspiration from every stream node for the current timestep
IWFMModel.get_stream_gain_from_lakesReturn gain from lakes for every stream node for the current timestep
IWFMModel.get_net_bypass_inflowsReturn net bypass inflows for every stream node for the current timestep
IWFMModel.get_actual_stream_diversions_at_some_locationsReturn actual diversion amounts for a list of diversions during a model simulation