wasim.read.Run: Read WaSiM data for a model run

Description Usage Arguments Details Value Author(s) References Examples

Description

Functionality to process input data and results for a WaSiM model run.

Usage

1

Arguments

files

vector of paths to a WaSiM \$\$\$-files (The parsed control file).

Details

ToDo: Check if correct for wasim.read.Run A data.frame defining the data to be read must be stored as wasim.data.types. RHydro comes with a default definition for this data.frame

If files points to multiple WaSiM \$\$\$-files, each is added as seperate run.

Value

A HydroRun object is returned.

Author(s)

Dominik Reusser, University of Potsdam

References

thePaper,

Schulla, J. & Jasper, K. Model Description WaSiM-ETH 2001

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
library(RHydroWasimData)
file=system.file("controllfile.$$$", package="RHydroWasimData")

object <- wasim.read.Run(file)
plot(object, hydro.plot.type="rainfall-runoff")
plot(object, hydro.plot.type="balance")

## End(Not run)

RHydro documentation built on May 2, 2019, 6:24 p.m.