PyRADS
PyRADS copied to clipboard
A line-by-line longwave radiation code for planetary atmospheres.
By default, PyRADS only implements the dominant isotopologue of each gas. However, minor isotopologues have lines and bands in parts of the spectrum where the main isotopologue doesn't absorb much....
At the moment, `compute_tau_H2ON2_CO2dilute` assumes that CO2 is a trace gas and so doesn't include the partial pressure of CO2 in the calculation. I'm currently running PyRADS with CO2 values...
This PR fixes a couple of the issues in #16 related to unused code and global instances. Changes: 1) `use_numba` option deprecated. I think it might be possible to fix...
The new numba capability reproduces pyrads results identically when I only use HITRAN data from a single species. However, numba appears to fail silently when using line data from multiple...