wrf_latestModelRun: Find latest WRF model run from AirFire

Description Usage Arguments Value Examples

View source: R/wrf_latestModelRun.R

Description

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:

Usage

1
2
3
4
5
wrf_latestModelRun(
  modelName = NULL,
  count = 1,
  baseUrl = "http://m2.airfire.org"
)

Arguments

modelName

Model identifier.

count

Number of most recent modelRun strings to return. Set to Inf to get all of the available model runs.

baseUrl

Base URL for WRF output.

Value

Timestamp of the latest model run.

Examples

1
2

MazamaScience/WRFmet documentation built on Nov. 9, 2020, 8:27 p.m.