evaluateWegen: Compare observed and simulated climate statistics

View source: R/evaluateWegen.R

evaluateWegenR Documentation

Compare observed and simulated climate statistics

Description

Compare observed and simulated climate statistics

Usage

evaluateWegen(
  daily.sim = NULL,
  daily.obs = NULL,
  output.path = NULL,
  variables = NULL,
  variable.labels = NULL,
  variable.units = NULL,
  realization.num = NULL,
  wet.quantile = 0.2,
  extreme.quantile = 0.8,
  show.title = TRUE
)

Arguments

daily.sim

A matrix of daily time-series of weather variables

daily.obs

A vector of daily time-series of observed weather series

output.path

A character string to define the path of resulting netcdf file

variables

A vector object specifying the names of weather variables

variable.labels

A vector object specifying the names of weather variable labels

variable.units

A vector object specifying the names of weather variable units

realization.num

number of weather realizations

wet.quantile

precip. quantile for calculating monthly wet state threshold

extreme.quantile

precip. quantile for calculating monthly extremely wet state threshold

show.title

PLACEHOLDER


Deltares/weathergenr documentation built on July 25, 2024, 6:15 p.m.