mesmer.io.load_cmip_data_all_esms#

mesmer.io.load_cmip_data_all_esms(esms, scenarios, threshold_land, use_hfds, cfg)#

Load tas and (potentially) hfds for several ESMs from cmip-ng archive at ETHZ

Parameters:
  • esms (list of str) – List of esms to load the data for

  • scenarios (list of str) – List of scenarios to load the data for

  • threshold_land (float) – Minimum land fraction so a grid point is considered.

  • use_hfds (bool) – Whether to load hfds data.

  • cfg (configuration) – Configuration values. Required are cfg.gen, cfg.ref, and cfg.dir_cmipng.

Returns:

time, lon, lat, ls, tas, gsat, ghfds

Notes

ghfds is None if use_hfds is set to False