Description Usage Arguments Value References Examples
Transforms observed data such that the changes in summary statistics of variables at custom time scales are similar to those obtained from climate model simulation. Number of functions can be used to summarize the variables.
1 2 3 | msTrans_dif(dta, model = "const", model_par = list(NULL), agg_by = month,
wet_int_thr = 0.1, maxiter = 10, tol = 1e-04, period = c("G1", "Y1",
"M1", "D1"), qstep = 0.001)
|
dta |
List with components |
model |
One of |
model_par |
optional parameters of the |
agg_by |
Function for specification of the period (season, month) to be additionaly included in output, see Details |
wet_int_thr |
Numeric value specifying the minimum depth to be considered wet |
maxiter |
Maximum number of iterations, see Details |
tol |
Stoping criterion of the iteration cycle, see Details |
period |
Specification of the aggregation lengths the correction is applied at with 'D' - day(s), 'M' - month(s), 'Y' - year(s) and 'G1' - the overall mean |
qstep |
A numeric value between 0 and 1. The ecdf is calculated only for the quantiles defined by quantile(0, 1, probs = seq(0, 1, by = qstep). |
transformed data.table
Hanel, M., Kozin, R., 2016. Bias and projected changes in climate model simulations at multiple time scales: consequences for hydrological impact assessment. Environmental Modelling and Software, submitted.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.