View source: R/fnc_get_climate_args.R
fnc_get_climate_args | R Documentation |
When climate data, as needed in run_multisite_LWFB90
, isn't provided as a list (which takes up ram if too many points are modelled), but as a list of climate arguments to be read out by fnc_read_climdb
, this function quickly creates the argument list.
fnc_get_climate_args(df.ids, mindate, maxdate, store_as = NA)
df.ids |
data frame with |
mindate |
used for filtering climate data to certain dates. Date-object, recommended to set to |
maxdate |
used for filtering climate data to certain dates. Date-object, recommended to set to |
store_as |
when the file should be stored somewhere, a complete path with file ending |
list of climate arguments as needed by run_multisite_LWFB90
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.