load_nasa9_cache#

exo_skryer.rate_jax.load_nasa9_cache(nasa9_dir: str) NASA9ThermoJAX[source]#

Load NASA-9 polynomial coefficient files into the global NASA-9 cache.

This function should be called once during initialization (e.g., in run_retrieval.py) to load and cache the Gibbs free energy data before running forward models or retrievals.

Parameters:
nasa9_dirstr

Directory containing NASA-9 coefficient files

Returns:
nasa9NASA9ThermoJAX

The loaded NASA-9 thermo table (also cached globally)