uclchem / UCLCHEM

UCLCHEM - A gas-grain chemical code for Astrochemistry.
MIT License
29 stars 14 forks source link

Precision #14

Closed jonholdship closed 1 year ago

jonholdship commented 4 years ago

We're using high precision real variables for most arrays. However, is there an issue with ODE calculations where a high rate of change term results in later terms being rounded off as the are added?

GijsVermarien commented 1 year ago

I think this issue was resolved by capping all numbers are ~1e-30? Correct me and reopen the issue if I am wrong.