pyPDAF.PDAF.get_localfilter¶
- pyPDAF.PDAF.get_localfilter(self, /)¶
Return whether a local filter is used.
- Returns:
lfilter – whether the filter is domain-localized (1) or not (0) * 1 for local filters (including ENSRF/EAKF), * 0 for global filters (including LEnKF, which performs covariance localization)
- Return type:
int