query_namanl: Query NAM-ANL catalog for opendap resources by date

Description Usage Arguments Value

View source: R/nam_anl.R

Description

Query NAM-ANL catalog for opendap resources by date

Usage

1
2
3
4
5
6
query_namanl(
  dates = c("2020-05-15", "2020-05-18"),
  ftime = c("0000", "0600", "1200", "1800"),
  ahead = c("000", "006"),
  threshold = namanl_threshold_date()
)

Arguments

dates

Date or castable to Date, the date(s) to query

ftime

character or integer, one or more 4 digit forecast hour (or castable to such).

ahead

character or integer, one or more 4 digit forecast ahead hours (or castable to such)

threshold

Date or castable to Date, the division date betwene "old" and "recent"

Value

one or more URL for .grb2 (opendap) resources, possibly including NA


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