Flux Inversion#
FluxProblem#
Constructor#
|
Atmospheric flux inversion problem. |
Attributes#
Prior state vector. |
|
Observation vector. |
|
Return the fitted estimator (raises if not solved). |
Methods#
|
Solve the flux inversion problem using specified estimator. |
|
Get block from a component (Vector or Matrix). |
FluxInversionPipeline#
Constructor#
|
Abstract pipeline for atmospheric flux inversions. |
Attributes#
The estimator to use for solving the inverse problem, either as a class or a string identifier. |
Methods#
Filter state space by removing intervals with insufficient observations. |
|
|
Run the flux inversion pipeline. |
Print a comprehensive statistical summary of the inversion results. |
FluxPlotter#
Constructor#
|
Plotting interface for FluxInversion results. |
Attributes#
|
Plot prior and posterior flux maps. |
|
Plot observed, prior, and posterior concentrations. |
Transport Backends#
Warning
The STILT transport backend is experimental and not production-ready.
This module depends on the stilt package, which is:
Not available on PyPI
Only available on GitHub at jmineau/stilt
Subject to rapid changes and breaking updates
Not guaranteed to be stable or backwards-compatible
Use this module at your own risk. The API may change without notice.
The STILT transport backend provides the JacobianBuilder class for
constructing forward operators from STILT atmospheric transport simulations.
See the source code for implementation details.