mesmer.io.load_obs.load_obs_tblend

mesmer.io.load_obs.load_obs_tblend(prod, lon, lat, cfg, sel_ref)

Load spatially infilled tblend observations. Currently available: best and cw.

Parameters
  • prod (str) – product (e.g., “best” or “cw”)

  • 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)

  • cfg (module) – config file containing metadata

  • sel_ref (str, optional) – selected reference period, (e.g., “native” (original one) or “esm” (the one of the esm))

Returns

  • var (np.ndarray) – 3d array (time, lat, lon) of blended temperatures

  • time np.ndarray – 1d array of years