weatherbench2.metrics.SpatialCRPSSkill

class weatherbench2.metrics.SpatialCRPSSkill(ensemble_dim='realization')

CRPSSkill without spatial averaging.

Parameters:

ensemble_dim (str) –

__init__(ensemble_dim='realization')
Parameters:

ensemble_dim (str) –

Return type:

None

Methods

__init__([ensemble_dim])

compute(forecast, truth[, region, skipna])

Evaluate this metric on datasets with full temporal coverages.

compute_chunk(forecast, truth[, region, skipna])

CRPSSkill, averaged over space, for a time chunk of data.

Attributes

ensemble_dim