noaa_gefs_grid_download: Download NOAA GEFS Gridded Forecast

Description Usage Arguments Value

View source: R/noaa_gefs_grid_download.R

Description

Download a NOAA Global Ensemble Forecast System (GEFS) gridded forecast for a rectangular region with specified latitude and longitude bounds.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
noaa_gefs_grid_download(
  lat_list,
  lon_list,
  forecast_time,
  forecast_date,
  model_name_raw,
  output_directory,
  grid_name,
  s3_mode = FALSE,
  bucket = NULL
)

Arguments

lat_list

Vector or range of latitudes to be downloaded (see details).

lon_list

Vector or range of longitudes to be downloaded (see details).

forecast_time

The 'hour' of the requested forecast, one of "00", "06", "12", or "18", see details.

forecast_date

The date, or coercible string, of the requested forecast.

model_name_raw

A string with the model name used as the root of the downloaded directory tree. (Add a default.)

output_directory

Path: directory where the forecast output and logs will be saved.

grid_name

A short grid name used in directory and file name generation.

s3_mode

Logical: save the forecast to a Amazon S3 bucket rather than locally.

bucket

If s3_mode = TRUE, the S3 bucket name to save to.

num_cores

DEPRECATED

Value

None.


rqthomas/noaaGEFSpoint documentation built on Feb. 22, 2022, 4:27 a.m.