atmosphere_type_dict#

VSPEC.config.atmosphere_type_dict = {'CH4': 6, 'CO': 5, 'CO2': 2, 'H2': 45, 'H2O': 1, 'HNO3': 12, 'HO2NO2': 'SEC[26404-66-0] Peroxynitric acid', 'He': 0, 'N2': 22, 'N2O': 4, 'N2O5': 'XSEC[10102-03-1] Dinitrogen pentoxide', 'NO': 8, 'NO2': 10, 'O': 'KZ[08] Oxygen', 'O2': 7, 'O3': 3, 'OH': 'EXO[OH]', 'SO2': 9}#

A dictionary mapping molecular species to the default database to use to create opacities. These are all internal to PSG, but must be set by VSPEC.

Integers mean that we want to use data from the HITRAN database, which for a number N is represented in PSG by HIT[N]. Strings are sent straight to PSG as is.

Type:

dict