Releases: VirtualPlanetaryLaboratory/vplanet
Releases · VirtualPlanetaryLaboratory/vplanet
v2.1.2
Fixed examples/EarthClimate.
v2.1.1: Merge pull request #195 from VirtualPlanetaryLaboratory/dev
Fixed issue where examples/CassiniStates failed to run.
v2.1.0
Version used in Wilhelm et al. (2021): https://arxiv.org/abs/2112.03372
v2.0.8
Added climate-obliquity-precession output parameter.
Units Patch
This release fixes bugs with converting some units.
Mass Units Patch
Fixed bug when the user requests either grams or kilograms for the default mass unit.
v2.0.5
Small fix for outputting orbital period and mean motion.
Improved Orbit Data Error Handling
- Added helpful exit if user requests an sFileOrbitData file that has the incorrect number of columns.
- Updated sFileOrbitData long help.
- Improved error messages for sFileOrbitData that have cadences that do not match dTimeStep.
gcc compatibility
Compilation with gcc v4.4.7 and higher is now available.
Windows Logging
This patch fixes an issue with logging in Python and VPLanet. Thanks to Joe Renaud for the patch!