Description Usage Arguments Details Value
View source: R/monthly_downscaling.R
Convert inputs received from the cassandra component to the format expected
by monthly_downscaling
and pass the converted arguments.
1 | downscaling_component_api(alpha, fld_data, coords, time, var, ncore = 4)
|
alpha |
Name of monthly fraction dataset to use. |
fld_data |
List of matrices of annual field data to downscale to monthly. |
coords |
Coordinate matrix for the field data, such as the one
produced by |
time |
Vector of years for the input field matrices. |
var |
String indicating the variable being downscaled. Either 'tas' or 'pr'. |
ncore |
Number of cores to use for parallel processing of grid cell data. |
The conversions performed are
Dataset is looked up by name.
The downscaling function wants a single matrix. This function accepts a list of matrices and calls the downscaling function on each one sequentially.
The matrix of coordinate data is converted to a data frame, and the index column is added.
No conversion.
No conversion.
List of matrices of downscaled data. Grid cells are in columns, months in rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.