vancesteven / PlanetProfile

Construct 1D interior structure models based on planetary properties. Self-consistent thermodynamics are used for fluid, rock, and mineral phases. Sound speeds, attenuation, and electrical conductivities are computed as outputs.
https://vancesteven.github.io/PlanetProfile/
GNU General Public License v3.0
18 stars 13 forks source link

Refprop accommodation needs an upgrade #9

Open itsmoosh opened 6 years ago

itsmoosh commented 6 years ago

Python 3.7 does not seem to come with a required library, as Refprop expects this file and it is not found: /usr/local/lib/libquadmath.0.dylib

Refprop is explicitly intended to use Python 3.2, but this missing library likely betrays a larger problem. Updating to the latest version of Refprop may solve the problem.

itsmoosh commented 6 years ago

Refprop has been removed for the time being.

NH3 solutions will not compile until support is added back in, so I'm closing issue #7 because it overlaps with this.