Skip to content

maahn/pyOptimalEstimation

Repository files navigation

PyPI version Documentation Status Build Status Coverage Status Downloads

"pyOptimalEstimation" Package

Python package to solve an inverse problem using Optimal Estimation and an arbitrary Forward model following Rodgers, 2000.

Tested with Python >=3.6. The last version supporting Python 2.7 was 1.1

Installation

Change to the folder containing the project and do

  python -m pip install .

in the terminal.

Reference

Please reference to our paper if you use the pyOptimalEstimation package

Maahn, M., D. D. Turner, U. Löhnert, D. J. Posselt, K. Ebell, G. G. Mace, and J. M. Comstock, 2020: Optimal Estimation Retrievals and Their Uncertainties: What Every Atmospheric Scientist Should Know. Bull. Amer. Meteor. Soc., doi:https://doi.org/10.1175/BAMS-D-19-0027.1

Examples

API documentation

See https://pyoptimalestimation.readthedocs.io/en/latest/ for documentation.