danielkoll / PyRADS

A line-by-line longwave radiation code for planetary atmospheres.
MIT License
30 stars 9 forks source link

OpticalThickness.py/compute_tau_H2ON2_CO2dilute #2

Closed aromanro closed 6 years ago

aromanro commented 6 years ago

On line 63, in compute_tau_H2ON2_CO2dilute, kappaCO2 = getKappa_HITRAN is called with "H2O". Shouldn't be called with "CO2"?

danielkoll commented 6 years ago

That's correct! Fixed now. Note, there's a number of other issues that should still be fixed, I'll open an issue.