constant_mu#

exo_skryer.vert_mu.constant_mu(params: Dict[str, Array], nlay: int) Array[source]#

Return a constant mean molecular weight (μ) profile.

Parameters:
paramsdict[str, ndarray]

Parameter dictionary containing:

  • mufloat

    Mean molecular weight in g mol⁻¹

nlayint

Number of atmospheric layers.

Returns:
mu_layndarray, shape (nlay,)

Mean molecular weight profile in g mol⁻¹.