| fnc_get_clim | R Documentation | 
This function creates Climate Data in the format required by run_LWFB90 and run_multisite_LWFB90. Output is a list for direct use as input, not via clim_args and args_function.
fnc_get_clim(
  df.ids,
  mindate = as.Date("1961-01-01"),
  maxdate = as.Date("2020-12-31"),
  path_std = "R:/klima/whh/brook90_input/locations",
  clim_dir = "R:/klima/whh/brook90_input/uhh_historische_referenz_v2020/rds/"
)
df.ids | 
 a data frame containing the following columns: 
  | 
mindate | 
 first day of modelling time period as   | 
maxdate | 
 last day of modelling time period as   | 
path_std | 
 path to standard locations directory  | 
path_climdb | 
 path to climate-rds files  | 
Returns a named list (names from df.ids$ID_custom) of climate data
fnc_get_clim(df.ids = test.ids.bds, mindate = as.Date("2010-01-01"), maxdate = as.Date("2011-12-31"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.