mix_k_tables_rorr#
- exo_skryer.ck_mix_RORR.mix_k_tables_rorr(sigma_values: Array, mixing_ratios: Array, g_points: Array, base_weights: Array) Array[source]#
Mix correlated-k tables across species using RORR.
- Parameters:
- sigma_values
ndarray Cross-sections for all species, shape
(n_species, n_layers, n_wavelength, n_g).- mixing_ratios
ndarray Volume mixing ratios, shape
(n_species, n_layers)or(n_species,). If 1D, it is broadcast across layers.- g_points
ndarray Standard g-points for interpolation, shape
(n_g,).- base_weights
ndarray Quadrature weights, shape
(n_g,).
- sigma_values
- Returns:
ndarrayMixed cross-sections, shape
(n_layers, n_wavelength, n_g).