viewModels: Prints the available stochastic model options

View source: R/controlFileFunctions.R

viewModelsR Documentation

Prints the available stochastic model options

Description

viewModels prints the stochastic model options available for the different hydroclimatic variables in foreSIGHT. These options may be used to create an controlFile for input to function generateScenarios.

Usage

viewModels(variable = NULL)

Arguments

variable

String; the variable name. Type viewModels() without arguments to view the valid variable names.

See Also

writeControlFile, generateScenarios

Examples

# To view the valid variable names use the function without arguments
viewModels()

# Examples to view the model options available for different variables
viewModels("P")
viewModels("Temp")
viewModels("Radn")
viewModels("PET")

foreSIGHT documentation built on Oct. 19, 2023, 9:08 a.m.