Added support for retrieving free abundances that vary with altitude. The number of abundance nodes can be set with the abund_nodes parameter of AtmosphericRetrieval.run_multinest. The retrieved nodes are interpolated and smoothed. The smoothing can be fixed with the abund_smooth parameter or it can also be retrieved by including the parameter in the bounds dictionary.
Added support for retrieving free abundances that vary with altitude. The number of abundance nodes can be set with the
abund_nodes
parameter ofAtmosphericRetrieval.run_multinest
. The retrieved nodes are interpolated and smoothed. The smoothing can be fixed with theabund_smooth
parameter or it can also be retrieved by including the parameter in thebounds
dictionary.