MODELL.VIC: modell VIC

Description Usage Arguments Value Examples

View source: R/VIC.R

Description

modell VIC

Usage

1
2
## S3 method for class 'VIC'
MODELL(VorIn, VorPa)

Arguments

VorIn

please checke output of EDHMvic::InListMake_VIC()

VorPa

please checke output of EDHMvic::PaListMake_VIC()

Value

Q(flow) of hydrostation, m^3/s

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
ClsNa <- c("PenmanMonteith", "GreenAmpt", "Gash", "ARNO", "G2RES", "VIC")
class(ClsNa) <- tail(ClsNa, 1)
UPMethondList = list("Shipeng", "Shipeng", "Shipeng", "Shipeng")
VICInList <- InListMake(ClsNa,
                            "1989-1-1",
                            "1993-12-31",
                            MetroList,
                            GeoList,
                            GridList,
                            UPMethondList,
                            180,
                            35)
ParamterMax = c(15, 300, 600, 900, 0.9, 2.7, 0.7, 30, 9, 1,1,15,7,7,7,10,10,10,15)
ParamterMin = c(5, 50, 100, 150, 0.1, 1.3, 0.1,9, 0.1, 0.1, 0.1, 3,0.5, 0.5, 0.5 , 0.5,0.5,0.5,0.5)
ParamterModell = 0.5 * (ParamterMax + ParamterMin)
class(ParamterModell) <- ClsNa
VICPaList <- PaListMake(ParamterModell)
Q <- MODELL(VICInList, VICPaList)

MomentVon/EDHMvic documentation built on April 10, 2020, 3:46 p.m.