cmip6_downscaling.data.cmip.get_gcm

Contents

cmip6_downscaling.data.cmip.get_gcm#

cmip6_downscaling.data.cmip.get_gcm(scenario: str, member_id: str, table_id: str, grid_label: str, source_id: str, variable: str | list[str], time_slice: slice) xr.Dataset[source]#

Load historical or future GCM into one dataset.

Parameters:
scenariostr

Name of scenario

member_idstr

Name of member ID

table_idstr

Name of table ID

grid_labelstr

Name of grid_label

source_idstr

Name of source_id

variablestr

Name of variable to load

time_sliceslice

Time period that you’re hoping to load

Returns:
ds_gcmxr.Dataset

A dataset containing either historical or future GCM data