source: trunk/UTIL/corrk_exo_k/README.md @ 3605

Last change on this file since 3605 was 3605, checked in by afalco, 5 days ago

exo_k tools to generate corrk.
AF

File size: 915 bytes
Line 
1This folder contains multiple scripts to download and create LMDZ corrk.
2You can install dependencies using:
3
4    ./install_dependencies.sh
5
6# Download opacities
7/
8From exomol:
9
10    python download_exomol.py
11
12From DACE:
13
14    python download_dace.py
15
16
17# Convert opacities to LMDZ format using exo_k
18
19exo_k is a python package that enables users to read opacities in different formats (cross-sections, correlated-k tables).
20For more information about exo_k: https://perso.astrophy.u-bordeaux.fr/~jleconte/exo_k-doc/
21
22From exomol - cross-sections (TauREx) or ktables (petitRADTRANS, nemesis, arcis):
23
24    python lmdz_corrk_from_exomol.py
25
26Create LMDZ opacities from high-res data (DACE):
27
28    python lmdz_corrk_from_dace.py
29
30
31# Other utilities
32
33Convert opacities from cross-sections to correlated-k tables using:
34
35    python xsec_to_corrk.py
36
37To bin (molecular/atom) correlated-k tables, use:
38
39    python bin_corrk.py
Note: See TracBrowser for help on using the repository browser.