Skip to contents

Dependent on whether esco (and epco) were used in the calibration runs, plot_esco_epco() plots the simulatated water yield ratios over the parameter ranges to support the manual selection of parameter values/ranges.

Usage

plot_esco_epco(sim, wyr_target, rel_wyr_limit = 0.05)

Arguments

sim

The simulation results water balance data. Including:

precip

Variable out of 'basin_wb_aa' output file.

surq_cha

Variable out of 'basin_wb_aa' output file.

surq_res

Variable out of 'basin_wb_aa' output file.

latq_cha

Variable out of 'basin_wb_aa' output file.

latq_res

Variable out of 'basin_wb_aa' output file.

qtile

Variable out of 'basin_wb_aa' output file.

flo

Variable out of ''basin_aqu_aa' output file.

wyr_target

A numeric value representing the target water yield ratio.

rel_wyr_limit

A numeric value specifying the relative range for acceptable error.

Value

A ggplot object.