isothermal#

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

Generate an isothermal temperature profile.

Parameters:
p_levndarray, shape (nlev,)

Pressure at atmospheric levels.

paramsdict[str, ndarray]

Parameter dictionary containing:

  • T_isofloat

    Isothermal temperature in Kelvin.

Returns:
T_levndarray, shape (nlev,)

Temperature at levels in Kelvin.

T_layndarray, shape (nlev-1,)

Temperature at layer midpoints in Kelvin.