rNOMADS (version 2.4.1)

NOMADSArchiveList: Archived models available for download through rNOMADS

Description

A list of abbreviations, names and URLs for the NOMADS models archived on the NCDC web site.. Users can refer to this list to find out more information about the available models, and rNOMADS uses the abbreviations to determine how to access the archives.

Usage

NOMADSArchiveList(url.type, abbrev = NULL)

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.

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

See Also

NOMADSRealTimeList

Examples

Run this code
# NOT RUN {
#The archived model list in rNOMADS

archived.model.list <- NOMADSArchiveList("grib")

# }

Run the code above in your browser using DataLab