Previous PR copied outgassing (SolveVol) functions from spider.py to surface_gases.py, however, it did not remove the code from spider.py - thereby duplicating it. This PR removes the functions from spider.py and leaves them only in the new file. This has been tested to behave identically (it's the same code anyway).
Updated default pure-steam case with more reasonable H inventory
Debugging prints
Moved example from tests/ into examples/ and removed tests/. Will avoid confusion for when we add unit tests.
tests/
intoexamples/
and removedtests/
. Will avoid confusion for when we add unit tests.I've put the example on the OSF page: https://osf.io/6jc9m/.