Description Usage Arguments Value Examples
View source: R/wrf_latestModelRun.R
Scans the directory of WRF model output and returns the most
recent modelRun
string(s). If count > 1
, the most recent
count
will be returned in low-hi order.
On 2020-08-27, available model identifiers include the following:
PNW-4km
1 2 3 4 5 | wrf_latestModelRun(
modelName = NULL,
count = 1,
baseUrl = "http://m2.airfire.org"
)
|
modelName |
Model identifier. |
count |
Number of most recent |
baseUrl |
Base URL for WRF output. |
Timestamp of the latest model run.
1 2 | library(AirFireWRF)
wrf_latestModelRun("PNW-4km")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.