fuse: fuse: Framework for Understanding Structural Errors

Description Usage Arguments Details Value Examples

Description

Implementation of the framework for hydrological modelling FUSE, based on the Fortran version described in Clark et al. (2008). The package consists of two modules: Soil Moisture Accounting module (fuse.sim) and Gamma routing module (routgamma.sim). It also contains default parameter ranges (see fuse.ranges and routgamma.ranges) and three data objects: fuse_hydrological_timeseries, parameters and modlist.

Usage

1
fuse(DATA, mid, deltim, ParameterSet)

Arguments

DATA

data.frame containing observations. It consists of 3 columns: Rainfall (P), Potential Evapo-Transpiration (E) and Streamflow (Q)

mid

model id number in Model List 2011(see below for details)

deltim

observation time step (days)

ParameterSet

list of parameters

Details

The list of parameters can be generated as follows: ParameterSet <- GeneratePsetsFUSE(1).

Value

Simulated streamflow discharge

Examples

1
2
3
4
5
6
7
## Not run: 
data(fuse_hydrological_timeseries)
set.seed(123)
parameters <- generateParameters(1)
Q <- fuse(fuse_hydrological_timeseries, 60, 1, parameters)

## End(Not run)

cvitolo/fuse documentation built on May 14, 2019, 12:55 p.m.