HSSModel implements a basic NOx-HOx steady state model that can be used to compute NOx lifetime, ozone production efficency, and other quantities for theoretical conditions.
See the full documentation at https://joshua-laughner.github.io/HSSModel/.
Currently, this package is only available to install from GitHub. From the Julia REPL:
julia> ]add https://github.com/joshua-laughner/HSSModel.git
Since this will track the master branch, you may also wish to pin this package
so that it does not update until you want it to:
julia> ]pin HSSModel