PaListMake.VIC: Make the required PaList for VIC

Description Usage Arguments Value Examples

View source: R/VIC.R

Description

Make the required list according to the format of the model VIC paramters list.

Usage

1
2
## S3 method for class 'VIC'
PaListMake(ParamterModell)

Arguments

ParamterModell

vector of all to be calibrated paramters for VIC.

  • ZoneDepth = ParamterModell[1:4],

  • paCoefficientFreeThroughfall = ParamterModell[5],

  • paExponentARNOBase = ParamterModell[6],

  • paSoilMoistureVolumeARNOBaseThresholdRadio = ParamterModell[7],

  • paDrainageLossMax = ParamterModell[8],##*## #mm

  • paDrainageLossMin = ParamterModell[9], ##*## #mm

  • paSoilMoistureCapacityB = ParamterModell[10],

  • paInfiltrationRateB = ParamterModell[11],

  • paClappHornbergerB = ParamterModell[12],

  • UPPaList = ParamterModell[13:19]

Value

PaList for VIC

Examples

1
2
3
4
5
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) <- "VIC"
VICPaList <- PaListMake(ParamterModell)

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