You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MSX doesn't appear to be able to handle expressions in the form of 10^-x. It handles expressions in the the form of 10^x fine. We discovered this when trying to incorporate temperature dependent equilibrium constants in a chloramine decay model. The following 3 files are in the attached .zip folder, which highlight the issue.
chloramine.inp - EPANET input file for the simple example network provided with the manual
chloramine_temp_issue.msx - MSX input file that produces the error discussed above
chlormaine_temp_issue.rep - report file generated from running 'chloramine.inp' with 'chloramine_temp_issue.msx'. This shows the errors generated when including expressions in the form of 10^-x
I ran across something similar working on a paper on temp, chlorine decay, and DBP formation. The work-around was to use extra parentheses e.g. ( 10^(-x)) instead of 10^-x.
MSX doesn't appear to be able to handle expressions in the form of 10^-x. It handles expressions in the the form of 10^x fine. We discovered this when trying to incorporate temperature dependent equilibrium constants in a chloramine decay model. The following 3 files are in the attached .zip folder, which highlight the issue.
chloramine.inp - EPANET input file for the simple example network provided with the manual
chloramine_temp_issue.msx - MSX input file that produces the error discussed above
chlormaine_temp_issue.rep - report file generated from running 'chloramine.inp' with 'chloramine_temp_issue.msx'. This shows the errors generated when including expressions in the form of 10^-x
Negative_Power_Issue.zip
The text was updated successfully, but these errors were encountered: