GEOS-ESM / swell

Workflow system for coupled data assimilation applications
https://geos-esm.github.io/swell/
Apache License 2.0
15 stars 4 forks source link

LGETKF: add function to tune horizontal localization for each observer #437

Open metdyn opened 1 month ago

metdyn commented 1 month ago

Description

This PR adds a mechanism to customize horizontal localization (e.g., Gaspari-Cohn) for obs in LGETKF.

Dependencies

Impact

metdyn commented 1 month ago

Offline for improvement

Dooruk commented 6 days ago

A quick question, did we confirm having localization in observation YAMLs break the Variational applications?

metdyn commented 5 days ago

A quick question, did we confirm having localization in observation YAMLs break the Variational applications? @Dooruk, the added directory jedi/interfaces/geos_atmosphere/observations/localization is used by local ensemble da only. And other modifications are in

M       src/swell/tasks/run_jedi_local_ensemble_da_executable.py
M       src/swell/test/suite_tests/localensembleda-tier1.yaml

This PR does not affect variational runs.