rfca_naefs_forecast: rfca_naefs_forecast

Description Usage Arguments Value

View source: R/rfca_naefs_forecast.R

Description

Retrieves NAEFS forecast for specified location.

Usage

1
2
rfca_naefs_forecast(forecast_location, forecast_date, forecast_time,
  parameter)

Arguments

forecast_location

The name of the location to retrieve forecast for. See 'rfca_naefs_locations()' for valid options

forecast_date

The date of the forecast in yyyy-mm-dd format. Defaults to today. Archived forecasts are available for the past 30 days.

forecast_time

Forecast validity start. Either "00" (0 zulu) or "12" (12 zulu)

parameter

(Optional) A specific parameter to retrieve from forecast. Defaults to all parameters. See 'rfca_naefs_parameters()' for valid options.

Value

Data frame containing

Timestamp

The timestamp for the corresponding forecast values

Values

Forecast values

Parameter

The parameter corresponding with value

Units

The units for corresponding parameter and value

Model_Id

A number specifying the model in the ensemble associated with the value


rywhale/rforecastca documentation built on May 4, 2019, 7:38 a.m.