AMO-Tools-Suite is an energy efficiency calculation library in C++ with optional Nan Node add-on bindings for the Department of Energy Advanced Manufacturing Office (DOE AMO) Desktop, also known as MEASUR.
Entered field value 8500 becomes 8501. What calculations are happening here?
8500 gal is given to the suite as input. When it's passed back as output the value appears to be in ft3 (1136.36363636 ft3). MEASUR then converts this back to gal using our global conversion resulting in 8500.58 rounded to 8501 gal.
Issue overview
see #6802
Add more decimal precision.
From original issue: From @AlexBotts
Entered field value 8500 becomes 8501. What calculations are happening here?
8500 gal is given to the suite as input. When it's passed back as output the value appears to be in ft3 (1136.36363636 ft3). MEASUR then converts this back to gal using our global conversion resulting in 8500.58 rounded to 8501 gal.
CompressedAir.cpp line 111