View source: R/noaa_cfs_grid_download.R
Download a NOAA Climate (Coupled) Forecast System (CFS) gridded forecast for a rectangular region with specified latitude and longitude bounds.
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
)
 | 
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  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.