build_constant_vmr_kernel#
- exo_skryer.vert_chem.build_constant_vmr_kernel(species_order: tuple[str, ...])[source]#
Build a constant-VMR chemistry kernel for an explicit species ordering.
This is a thin wrapper around
constant_vmrkept for backwards compatibility with older documentation and configs.- Parameters:
- species_ordertuple[str, …]
Ordered tuple of trace species names.
- Returns:
- kernelcallable
Chemistry kernel function returning VMR profiles.