NOMADSArchiveList {rNOMADS} | R Documentation |
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(abbrev = NULL)
Arguments
abbrev |
Return information about the model that this abbreviation refers to.
Defaults to |
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 |
Author(s)
Daniel C. Bowman danny.c.bowman@gmail.com
See Also
Examples
#The archived model list in rNOMADS
archived.model.list <- NOMADSArchiveList()
[Package rNOMADS version 2.5.3 Index]