noaa_cfs_grid_download: Download NOAA CFS Gridded Forecast

Description Usage Arguments

View source: R/noaa_cfs_grid_download.R

Description

Download a NOAA Climate (Coupled) Forecast System (CFS) gridded forecast for a rectangular region with specified latitude and longitude bounds.

Usage

1
2
3
4
5
6
7
8
9
noaa_cfs_grid_download(
  lat_list,
  lon_list,
  forecast_time,
  forecast_date,
  model_name_raw,
  output_directory,
  grid_name
)

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. ((If omitted all times will be downloaded.))

forecast_date

The date, or coercible string, of the requested forecast. ((Defaults to the most recent date.))

model_name_raw

A string with the model name used as the root of the downloaded directory tree.

output_directory

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

num_cores

DEPRECATED


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