Guillot#

exo_skryer.vert_Tp.Guillot(p_lev: Array, params: Dict[str, Array]) Tuple[Array, Array][source]#

Generate a Guillot (2010) analytical temperature profile.

This profile combines internal heating and external irradiation using a two-stream approximation with separate visible and infrared opacities.

Parameters:
p_levndarray, shape (nlev,)

Pressure at atmospheric levels.

paramsdict[str, ndarray]

Parameter dictionary containing:

  • T_intfloat

    Internal temperature in Kelvin.

  • T_eqfloat

    Equilibrium temperature in Kelvin.

  • log_10_k_irfloat

    Log₁₀ infrared opacity in cm² g⁻¹.

  • log_10_gam_vfloat

    Log₁₀ visible-to-IR opacity ratio (dimensionless).

  • log_10_gfloat

    Log₁₀ surface gravity in cm s⁻².

  • f_hemfloat

    Hemispheric redistribution factor (dimensionless).

Returns:
T_levndarray, shape (nlev,)

Temperature at levels in Kelvin.

T_layndarray, shape (nlev-1,)

Temperature at layer midpoints in Kelvin.