hydromodpy.pyhelp.bilan#
A script to compare simulated with observed river yearly total and base flow.
- hydromodpy.pyhelp.bilan.calc_yearly_streamflow(help_output, surf_output)[source]#
Calcul the simulated yearly total and base streamflow in mm/year.
- hydromodpy.pyhelp.bilan.plot_sim_vs_obs_yearly_streamflow(sim_qflow, obs_qflow, fig_title, figname=None)[source]#
Plot simulated vs observed yearly total and base streamflow.
Parameters#
- fignamestr, optional
The abolute path of the file where to save the figure to disk. Note that the format of the file is inferred from the extension of “figname”.
- hydromodpy.pyhelp.bilan.plot_streamflow_scatter(sim_qflow, obs_qflow, fig_title, figname=None)[source]#
Create a scatter plot comparing simulated total and base streamflow yearly values with observed values.
Parameters#
- fignamestr, optional
The abolute path of the file where to save the figure to disk. Note that the format of the file is inferred from the extension of “figname”.