Description Usage Arguments Value Examples
Make the required list according to the format of the model VIC input list.
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## S3 method for class 'VIC'
InListMake(
ClsName,
infoStarDay,
infoEndDay,
MetData,
GeoData,
GridData,
UPMethondList,
UHPeriodN = 180,
UHUnitTranslate,
...
)
|
ClsName |
chr, chr vector, all the methonds of hydrology modul. e.g.ClsNa <- c("VIC", "PenmanMonteith", "GreenAmpt", "Gash", "ARNO", "G2RES") |
infoStarDay |
chr, the start day, e.g. "1989-1-1" |
infoEndDay |
chr, the end day, e.g. "1993-12-31" |
MetData |
list, num, list of metrol data. For VIC Model should contain at least the following 8 data: (The field names must be the same as listed in the following list because they will be the only index.)
Each data is a 2-array(periodN, gridN). |
GeoData |
list, geological data, For VIC Model should contain at least the following 4 data: (The field names must be the same as listed in the following list because they will be the only index.)
Location field names, for VIC Model should contain at least the following 2 data: (The field names must be the same as listed in the following list because they will be the only index.)
SoilParam field names, for VIC Model should contain at least the following 12 data (The field names must be the same as listed in the following list because they will be the only index.)
LanduseParam field names, for VIC Model should contain at least the following 28 data (The field names must be the same as listed in the following list because they will be the only index.)
|
GridData |
4-list of grid-data used to calculate confluence(route) (The field names must be the same as listed in the following list because they will be the only index.)
TypeGridID: 4-list (The field names must be the same as listed in the following list because they will be the only index.)
|
UPMethondList |
four methonds Name for IUH, e.g. c("Shipeng", "Shipeng", "Shipeng", "Shipeng") |
UHPeriodN |
howmany Period have in Discrete unit hydrograph |
UHUnitTranslate |
Transformation parameters from mm to m^3/s |
... |
other paramters |
InList for VIC
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.