grey_profile_cloud#
- exo_skryer.opacity_cloud.grey_profile_cloud(state: Dict[str, Array], params: Dict[str, Array]) Tuple[Array, Array, Array][source]#
Compute grey cloud opacity masked by the vertical cloud profile.
- Parameters:
- statedict[str,
ndarray] Atmospheric state dictionary containing:
nlayintNumber of atmospheric layers.
nwlintNumber of wavelength points.
q_c_layndarray, shape (nlay,)Cloud mass mixing ratio per layer from the selected
vert_cloudkernel. Layers with values greater than zero receive grey opacity.
- paramsdict[str,
ndarray] Parameter dictionary containing:
log_10_k_cld_greyfloatLog10 grey cloud extinction coefficient in cm² g⁻¹.
- statedict[str,
- Returns: