LICENSE
README.md
pyproject.toml
romda.egg-info/PKG-INFO
romda.egg-info/SOURCES.txt
romda.egg-info/dependency_links.txt
romda.egg-info/requires.txt
romda.egg-info/top_level.txt
src/__init__.py
src/data_assimilation.py
src/observations.py
src/utils.py
src/bias_estimators/__init__.py
src/bias_estimators/aux.py
src/bias_estimators/bias.py
src/bias_estimators/constantbias.py
src/bias_estimators/esn.py
src/estimators/__init__.py
src/estimators/base.py
src/estimators/deterministic.py
src/estimators/ensembles.py
src/estimators/inflation.py
src/models/__init__.py
src/models/data_driven/__init__.py
src/models/data_driven/esn.py
src/models/data_driven/esn_config.py
src/models/data_driven/linear_model.py
src/models/data_driven/pod_esn.py
src/models/data_driven/autoencoders/__init__.py
src/models/data_driven/autoencoders/pod.py
src/models/data_driven/autoencoders/pod_utils.py
src/plotting/__init__.py
src/plotting/annular.py
src/plotting/cylinder.py
src/plotting/plot_results.py
src/plotting/pod.py
src/plotting/utils_plotting.py
tests/test_bias_estimators.py
tests/test_deterministic.py
tests/test_estimator_config.py
tests/test_estimator_da.py
tests/test_history_reset_last_states.py
tests/test_inflation.py
tests/test_linear_model_kf.py
tests/test_models_shim.py
tests/test_observations.py
tests/test_pod_esn.py
tests/test_pod_spod.py