Rename Tguess
in PTE solver and document temp[0]
usage
#423
Labels
clean-up
Changes that don't affect code execution but make the code cleaner
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
In our PTE solvers, we actually use
temp[0]
as the starting point for the sovler (if I'm reading our code correctly).Tguess
seems to really just be a ballpark value used to rescale the temperatures for numerical niceness.I think we need to
temp[0]
in our PTE solvers and note that the PTE solver benefits from a sane valueTguess
to something that more appropriately describes its functionThe text was updated successfully, but these errors were encountered: