Learn R Programming

rNOMADS (version 1.2.0)

NOMADSList: Models available for download through rNOMADS

Description

A list of abbreviations, names and URLs for the NOMADS models. 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

NOMADSList(abbrev = NULL)

Arguments

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

  • abbrevsAn abbreviation for each model
  • namesA full name for each model
  • urlsThe web address of the download page for each model

See Also

WebCrawler, ParseModelPage, NOMADSList, GribGrab

Examples

Run this code
#The full model list in rNOMADS

model.list <- NOMADSList()

Run the code above in your browser using DataLab