This folder contains multiple scripts to download and create LMDZ corrk. You can install dependencies using: ./install_dependencies.sh # Download opacities / From exomol: python download_exomol.py From DACE: python download_dace.py # Convert opacities to LMDZ format using exo_k exo_k is a python package that enables users to read opacities in different formats (cross-sections, correlated-k tables). For more information about exo_k: https://perso.astrophy.u-bordeaux.fr/~jleconte/exo_k-doc/ From exomol - cross-sections (TauREx) or ktables (petitRADTRANS, nemesis, arcis): python lmdz_corrk_from_exomol.py Create LMDZ opacities from high-res data (DACE): python lmdz_corrk_from_dace.py # Other utilities Convert opacities from cross-sections to correlated-k tables using: python xsec_to_corrk.py To bin (molecular/atom) correlated-k tables, use: python bin_corrk.py