mesmer.io.load_cmipng_tas#

mesmer.io.load_cmipng_tas(esm, scen, cfg)#

Load ESM tas runs from cmip-ng archive at ETHZ.

Parameters:
  • esm (str) – Earth System Model (e.g., “CanESM2” or “CanESM5”)

  • scen (str) – future scenario (e.g., “rcp85” or “ssp585”)

  • cfg (module) – config file containing metadata

Returns:

  • tas (dict) – 2-m air temperature anomaly dictionary with keys

    • [run] (3d array (time, lat, lon) of variable)

  • GSAT (dict) – area-weighted global mean 2-m air temperature anomaly dictionary with keys

    • [run] (1d array of globally-averaged tas anomaly time series)

  • lon (dict) – longitude dictionary with key

    • [“c”] (1d array with longitudes at center of grid cell)

  • lat (dict) – latitude dictionary with key

    • [“c”] (1d array with latitudes at center of grid cell)

  • time (np.ndarray) – 1d array of years