meta.ESGF: Read metadata from ESGF

View source: R/retrieve.ESGF.R

meta.ESGFR Documentation

Read metadata from ESGF

Description

Read metadata from ESGF

Usage

meta.ESGF(
  url = "https://esgf-data.dkrz.de/esg-search/search/",
  mip = "CMIP6",
  param = "tas",
  freq = "mon",
  expid = "ssp585",
  verbose = FALSE,
  n = NULL
)

Arguments

url

URL

mip

CMIP5 or CMIP6

param

meteorological variable name, e.g., "tas"

freq

temporal frequency, e.g., "mon"=monthly

expid

scenario (ssp for CMIP6, rcp for CMIP5)

verbose

if TRUE print progress

n

number of datasets

See Also

retrieve.ESGF


metno/esd documentation built on April 29, 2024, 3:34 p.m.