Description Usage Arguments Value Examples
View source: R/wrf_downloaded.R
List downloaded WRF model run files
1 2 3 4 5 6 | wrf_downloaded(
WRFDataDir = getWRFDataDir(),
pattern = ".nc",
full = FALSE,
...
)
|
WRFDataDir |
Directory in which model run files are located. |
pattern |
A regex pattern to use for filtering model files. |
full |
Logical. Show the full path of the model (used for local loading). |
... |
Additional arguments to be passed to |
A list of downloaded model run files
1 2 3 4 5 6 | library(AirFireWRF)
setWRFDataDir("~/Data/WRF")
modelRun <- wrf_latestModelRun("PNW-4km")
filePath <- wrf_download("PNW-4km", modelRun, 7)
wrf_downloaded()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.