noaa_stage2: NOAA GEFS forecasts with EFI stage 2 processing Stage2...

View source: R/noaa_gefs.R

noaa_stage2R Documentation

NOAA GEFS forecasts with EFI stage 2 processing Stage2 processing involves the following transforms of the data:
  • Fluxes are standardized to per second rates

  • Variables are renamed to match CF conventions

  • Fluxes and states are interpolated to 1 hour intervals

Description

NOAA GEFS forecasts with EFI stage 2 processing Stage2 processing involves the following transforms of the data:

  • Fluxes are standardized to per second rates

  • Variables are renamed to match CF conventions

  • Fluxes and states are interpolated to 1 hour intervals

Usage

noaa_stage2(
  cycle = 0,
  version = "v12",
  endpoint = NA,
  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


eco4cast/neon4cast documentation built on May 31, 2024, 9:07 a.m.