Skip to content

Releases: VirtualPlanetaryLaboratory/vplanet

v2.1.2

09 Dec 04:05
69617a8
Compare
Choose a tag to compare

Fixed examples/EarthClimate.

v2.1.1: Merge pull request #195 from VirtualPlanetaryLaboratory/dev

09 Dec 01:42
8401af1
Compare
Choose a tag to compare

Fixed issue where examples/CassiniStates failed to run.

v2.1.0

08 Dec 03:01
123d253
Compare
Choose a tag to compare

Version used in Wilhelm et al. (2021): https://arxiv.org/abs/2112.03372

v2.0.8

13 Nov 00:27
123d253
Compare
Choose a tag to compare

Added climate-obliquity-precession output parameter.

Units Patch

28 Oct 23:22
cbd3f65
Compare
Choose a tag to compare

This release fixes bugs with converting some units.

Mass Units Patch

03 Sep 05:17
a12a7d5
Compare
Choose a tag to compare

Fixed bug when the user requests either grams or kilograms for the default mass unit.

v2.0.5

28 Jul 18:02
2c1cdd7
Compare
Choose a tag to compare

Small fix for outputting orbital period and mean motion.

Improved Orbit Data Error Handling

22 Jul 23:40
75b62c6
Compare
Choose a tag to compare
  • 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

07 Jun 21:32
564ce4a
Compare
Choose a tag to compare

Compilation with gcc v4.4.7 and higher is now available.

Windows Logging

07 Jun 19:49
4bca3b4
Compare
Choose a tag to compare

This patch fixes an issue with logging in Python and VPLanet. Thanks to Joe Renaud for the patch!