evaluateWegen: Function to assess the weather generator skill

Description Usage Arguments

View source: R/evaluateWegen.R

Description

Function to assess the weather generator skill

Usage

1
2
3
4
5
6
7
8
9
evaluateWegen(
  daily.sim = NULL,
  daily.obs = NULL,
  output.path = NULL,
  variables = NULL,
  variable.labels = NULL,
  variable.units = NULL,
  realization.num = NULL
)

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

Placeholder


tanerumit/gridwegen documentation built on Jan. 14, 2022, 6:40 p.m.