set_cloud_nk_data#

exo_skryer.registry_cloud.set_cloud_nk_data(wl: Array, n: Array, k: Array) None[source]#

Store cloud refractive index data in the global registry.

This function caches wavelength-dependent complex refractive index arrays (n, k) for use in cloud opacity calculations. The data is stored globally and can be accessed by any cloud scheme that consumes cached n,k.

Parameters:
wlndarray, shape (nwl,)

Wavelength grid in microns. MUST match the model wavelength grid.

nndarray, shape (nwl,)

Real part of refractive index (dimensionless).

kndarray, shape (nwl,)

Imaginary part of refractive index (dimensionless).