query_namcast_archive: Query the namcast resources for archived forecasts (different...

Description Usage Arguments Value

View source: R/query.R

Description

Query the namcast resources for archived forecasts (different than analyses)

Usage

1
2
3
4
5
6
query_namcast_archive(
  day = "20150115",
  ftime = c(0, 6, 12, 18),
  ahead = c(0, 6),
  uri = top_url("archived-forecast")
)

Arguments

day

POSIXct or character in the form of 'YYYYmmdd', Default to today()

ftime

character or numeric, on or more of the forecast time one or more of [0, 6, 12, 18]

ahead

3 character cycle timestamp ('000' now cast, '003 three hours ahead, etc)

uri,

the base uri for NOMADS NCEP DODS NAM server

Value

character vector of uri


BigelowLab/namanl documentation built on Nov. 15, 2021, 3:11 p.m.