grey_const_cloud#

exo_skryer.opacity_cloud.grey_const_cloud(state: Dict[str, Array], params: Dict[str, Array]) Tuple[Array, Array, Array][source]#

Compute a globally constant grey cloud opacity.

Parameters:
statedict[str, ndarray]

State dictionary containing scalar entries nlay and nwl.

paramsdict[str, ndarray]

Parameter dictionary containing:

  • log_10_k_cld_greyfloat

    Log₁₀ of the grey cloud extinction coefficient in cm² g⁻¹.

Returns:
k_cldndarray, shape (nlay, nwl)

Grey cloud extinction coefficient in cm² g⁻¹ in every layer.

ssandarray, shape (nlay, nwl)

Single-scattering albedo (zeros; pure absorption).

gndarray, shape (nlay, nwl)

Asymmetry parameter (zeros).