const_profile#
- exo_skryer.vert_cloud.const_profile(p_lay: Array, T_lay: Array, mu_lay: Array, rho_lay: Array, nd_lay: Array, params: Dict[str, Array]) Array[source]#
Constant cloud mass mixing ratio throughout the entire atmosphere.
- Parameters:
- p_lay
ndarray, shape (nlay,) Pressure at layer centers in dyne cm⁻².
- T_lay
ndarray, shape (nlay,) Layer temperatures in K.
- mu_lay
ndarray, shape (nlay,) Mean molecular weight per layer in amu.
- rho_lay
ndarray, shape (nlay,) Mass density per layer in g cm⁻³.
- nd_lay
ndarray, shape (nlay,) Number density per layer in cm⁻³.
- paramsdict[str,
ndarray] Parameter dictionary containing:
log_10_q_cfloatLog₁₀ cloud mass mixing ratio (constant value throughout atmosphere).
- p_lay
- Returns:
- q_c_lay
ndarray, shape (nlay,) Cloud mass mixing ratio per layer (constant value everywhere).
- q_c_lay