Skip to content

Inconsitent noise computation in blending #555

Description

@larsbonnefoy

blending/steps.py hardcodes compute_noise_stddev_adjs(conditional=True), whereas the standalone nowcasts/steps.py uses conditional=self.__config.conditional. Passing conditional=False to steps.forecast() means that the noise coefficients are sized over the rain area (because conditional is always true), while the field statistics use the whole domain.

Same conditional=True for Kalman filter implementation but Object of type EnKFCombinationConfig has no attribute conditional

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions