Description Usage Arguments Value Examples
Make the required list according to the format of the model VIC paramters list.
1 2 | ## S3 method for class 'VIC'
PaListMake(ParamterModell)
|
ParamterModell |
vector of all to be calibrated paramters for VIC.
|
PaList for VIC
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.