pyPDAF.PDAF.get_local_type¶
- pyPDAF.PDAF.get_local_type(self, /)¶
The routine returns the information on the localization type of the selected filter.
With this one can distinguish filters using * domain localization (LESTKF, LETKF, LSEIK, LNETF), * covariance localization (LEnKF), or * covariance localization with observation handling like domain localization (ENSRF/EAKF).
- Returns:
localtype –
no localization; global filter
domain localization (LESTKF, LETKF, LNETF, LSEIK)
covariance localization (LEnKF)
covariance loc. but observation handling like domain localization (ENSRF)
- Return type:
int