Skip to contents

noaa_stage2

Usage

noaa_stage2(
  cycle = 0,
  version = "v12",
  endpoint = "data.ecoforecast.org",
  verbose = TRUE,
  start_date = ""
)

Arguments

cycle

Hour at which forecast was made, as character string (`"00"`, `"06"`, `"12"` or `"18"`). Only `"00"` (default) has 30 days horizon.

version

GEFS forecast version. Prior versions correspond to forecasts issued before 2020-09-25 which have different ensemble number and horizon, among other changes, and are not made available here. Leave as default.

endpoint

the EFI host address (leave as default)

verbose

logical, displays or hides messages

start_date

forecast start date yyyy-mm-dd format

Author

Alexis Helgeson (taken from neon4cast package)