Skip to contents

print_triggered_mgt extracts the triggered management operation which are written into mgt_out.txt and reformats them to resemble the scheduled operations in managment.sch to ease a comparison between them.

Usage

print_triggered_mgt(sim_verify, hru_id, years = 1900:2100)

Arguments

sim_verify

Simulation output of the function run_swat_verification(). To print the management at least the output option outputs = 'mgt' must be set in run_swat_verification()

hru_id

id of the HRU for which the triggered management operations should be printed

years

Integer vector to define the years to be printed.

Value

Prints a tibble with triggered operations to the R console.