View source: R/GetArchiveGrib.R
CheckNOMADSArchive | R Documentation |
This function checks to see if data exists for a given date and model. It checks for both GRIB1 or GRIB2 files.
CheckNOMADSArchive(abbrev, model.date = NULL)
abbrev |
Model abbreviation per |
model.date |
The year, month, and day to check for data, in YYYYMMDD format.
If |
available.models$date |
What date the file is for, in YYYYMMDD format. |
available.models$model.run |
At what hour (GMT) the model was run. |
available.models$pred |
What predictions are available |
available.models$file.name |
List of file names for available model dates, runs, and predictions |
Daniel C. Bowman danny.c.bowman@gmail.com
https://www.ncei.noaa.gov/data/
NOMADSArchiveList
, ArchiveGribGrab
#See what is available 365 days before today
abbrev <- "gfsanl"
model.date <- paste0(format(Sys.time() - 24 * 60 * 60 * 365, "%Y%m%d"))
## Not run:
gfs.available.models <- CheckNOMADSArchive(abbrev, model.date)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.