cmip_search: Query CMIP data

View source: R/cmip-search.R

cmip_searchR Documentation

Description

Query CMIP data

Usage

cmip_search(query)

cmip_info(results)

cmip_url_to_list(url)

Arguments

query

A list that defines the search parameters. Optionally, a character vector of instances IDs to be searched.

results

A list of search results from cmip_search().

url

The URL of the JSON query to convert into a list. See details.

Details

The easiest way to get a valid query list is to use the search portal at (https://esgf-node.llnl.gov/search/cmip6/) to make a search that approximates what you are looking for. Then, under the number of results there's a link that reads "return results as JSON". Copy that link and pass it to ⁠[cmip_url_to_list()]⁠. On RStudio you can also use the AddIn.

Value

A data.table of results.


eliocamp/rcmip6 documentation built on Feb. 8, 2025, 4:26 p.m.