Description Usage Arguments Value Author(s)
This function performs IDW interpolation of climate data to subbasin
centroids (e.g. created with the lumpR
package) using the
function externalInputLocationsTable
from the package
geostat
which is available from the echse_tools repository: https://github.com/echse/echse_tools.
Extreterrestrial radiation is calculated employing function extrat
.
1 2 3 |
file_target_locs |
Mandatory argument |
file_source_locs |
Mandatory argument |
file_result |
Mandatory argument for |
file_ts |
Named vector of file names. Required are the four files 'precip',
'temper', 'rhum', and 'glorad'. Each file is expected to hold time series of one
of the former variables for the various source locations (as named columns) given in
|
output_dir |
Character string of the directory for |
resol |
Character string defining the resolution of the WASA-SED time series files. Supported are: 'daily' (default) for daily and 'hourly' for hourly resolution. Note that this affects only the time series file of precipitation and also defines the required resolution of the input time series file! All other variables (temperature, humidity, radiation) will be in daily resolution (and have to be given in daily resolution as well!). |
... |
Additional arguments for |
Function returns nothing. WASA-SED time series files (and the output of
externalInputLocationsTable
) will be created.
Tobias Pilz tpilz@uni-potsdam.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.