Check if NOAA forecasts have been downloaded and processed
check_noaa_present.Rd
Check if NOAA forecasts have been downloaded and processed
Usage
check_noaa_present(
lake_directory,
configure_run_file = "configure_run.yml",
config_set_name = "default"
)
Examples
if (FALSE) { # interactive()
dir <- normalizePath(tempdir(), winslash = "/")
lake_directory <- file.path(dir, "extdata")
# Copy files to temporarly directory
dir.create(dir,showWarnings = FALSE)
file.copy(system.file("extdata", package = "FLAREr"),
tempdir(),
recursive = TRUE)
check_noaa_present(lake_directory,
configure_run_file = "configure_run.yml",
config_set_name = "default")
}