earth2mip.xarray package#

Submodules#

earth2mip.xarray.metrics module#

earth2mip.xarray.metrics.global_average(x, lat)#
earth2mip.xarray.metrics.properscoring_with_cupy()#

A context manager that makes proper-scoring compatible with cupy arrays

Not thread safe.

earth2mip.xarray.metrics.score_ensemble(ensemble, obs, lat, ensemble_keys)#

Set of standardized scores for ensembles

Includes: - crps - mse of ensemble mean - variance about ensemble mean - MSE of the first ensemble member

Return type:

Mapping[str, DataArray]

Module contents#