picket_fence#
- exo_skryer.vert_Tp.picket_fence(p_lev: Array, params: Dict[str, Array]) Tuple[Array, Array][source]#
Generate a Parmentier & Guillot (2014,2015) picket fence T-P profile.
This profile uses a picket fence approximation for radiative transfer, treating opacity as a combination of discrete spectral bins.
- Parameters:
- p_lev
ndarray, shape (nlev,) Pressure at atmospheric levels.
- paramsdict[str,
ndarray] Parameter dictionary containing:
T_int,T_eqfloatInternal and equilibrium temperatures in Kelvin.
log_10_k_ir,log_10_gam_vfloatLog₁₀ infrared opacity (cm² g⁻¹) and log₁₀ visible-to-IR ratio.
log_10_R,BetafloatPicket-fence parameters (dimensionless).
log_10_gfloatLog₁₀ surface gravity in cm s⁻².
f_hemfloatHemispheric redistribution factor (dimensionless).
- p_lev
- Returns: