FormingWorlds / PROTEUS

Coupled atmosphere-interior framework to simulate the temporal evolution of rocky planets.
https://proteus-code.readthedocs.io
Apache License 2.0
11 stars 1 forks source link

Incorrect pressure units in SocRadModel #14

Closed mark-hammond closed 4 years ago

mark-hammond commented 4 years ago

https://github.com/OxfordPlanetaryClimate/couple-interior-atmosphere/blob/9dc781fe2f4e8cfdd46d737247c49673e603dbd9/SocRadModel.py#L28-L29

https://github.com/OxfordPlanetaryClimate/couple-interior-atmosphere/blob/9dc781fe2f4e8cfdd46d737247c49673e603dbd9/SocRadModel.py#L41

The above lines should have the "100x" factor removed, as the pressure units from SocRadConv are now Pa rather than mb. This is partly responsible for the unusual spectra produced by the code.

timlichtenberg commented 4 years ago

Done.