Do bias-correction using quantile mapping ans save the bias-corrected outputs for each weather station.
1 2 3 | DailyQMapAll(stndir, stnfile, qmapdir, prjdir, SimAll, RcpNames, VarNames,
syear_obs, eyear_obs, syear_his, eyear_his, syear_scn, eyear_scn, OWrite,
SRadiation)
|
stndir |
directory path for station information file |
stnfile |
file name for station information |
qmapdir |
directory path for bias-corrected output files |
prjdir |
directory path for project |
SimAll |
logical. TRUE then process goes over all the senarios available |
RcpNames |
Rcp names to be uses such as rcp45, rcp85 |
VarNames |
variable to be used such as prcp(precipitation), tmax/tmin, solor radiation, wind etc |
syear_obs |
start year of observation data |
eyear_obs |
end year of observation data |
syear_his |
start year of historical period |
eyear_his |
end year of historical period |
syear_scn |
start year of climate change scenario |
eyear_scn |
end year of climate change scenario |
OWrite |
Flag for overwriting output files (T: Overwrite, F: Skip) |
SRadiation |
Flag for calculating solar radiation (T: Calculate, F: Skip) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.