
Plot annual overview of simulated climate variables of a SWAT+ simulation
Source:R/plot_climate.R
plot_climate_annual.Rdplot_climate_annual uses the simulated basin averages of pet, the different et fractions, precip, snofall, temperatures, and solar radiation to plot annual sums and averages. The aim of the function is to provide an overview of the simulated variables and help to identify potential issues with the model weather input data.
Arguments
- sim_verify
Simulation output of the function
run_swat_verification(). To plot the climate outputs at least the output optionoutputs = 'wb'must be set inrun_swat_verification().