rNOMADS (version 2.5.3)

NOMADSRealTimeList: Models available for download through rNOMADS

Description

Scans the NOMADS Real Time web site to generate a list of available model products. Users can refer to this list to find out more information about the available models, and rNOMADS uses the abbreviations to determine which URLs to scan and download.

Usage

NOMADSRealTimeList(url.type, abbrev = NULL)

Value

abbrevs

An abbreviation for each model

names

A full name for each model

urls

The web address of the download page for each model

Arguments

url.type

Determine whether to return a URL for extracting GRIB files ("grib") or for getting ascii format data directly from the server ("dods").

abbrev

Return information about the model that this abbreviation refers to. Defaults to NULL, in which case information about all the models available through rNOMADS.

Author

Daniel C. Bowman danny.c.bowman@gmail.com

See Also

WebCrawler, ParseModelPage, NOMADSArchiveList, GribGrab, DODSGrab

Examples

Run this code

if (FALSE) {
#Grib filter
model.list <- NOMADSRealTimeList("grib")

#DODS interface
model.list <- NOMADSRealTimeList("dods")
}

Run the code above in your browser using DataLab