compute_mu#

exo_skryer.vert_mu.compute_mu(vmr_lay: Dict[str, Array]) Array[source]#

Compute mean molecular weight from volume mixing ratios.

Parameters:
vmr_laydict[str, ndarray]

Dictionary mapping species symbols to their VMR profiles. Each value should be an array of shape (nlay,).

Returns:
mu_layndarray, shape (nlay,)

Mean molecular weight profile in g mol⁻¹.