mikeio icon indicating copy to clipboard operation
mikeio copied to clipboard

Pfs. String parameters which look like scientific notation floats gets parsed as float!

Open jsmariegaard opened this issue 3 years ago • 0 comments

In a PFS file, strings like this:

ID_A = '1E-3'

which could be interpreted as the scientific notation 1e-3 for 0.001, is parsed incorrectly by MIKE IO. It will be parsed as a scientific float and not as a string. Thanks, @watermain for identifying this problem.

jsmariegaard avatar Nov 22 '22 10:11 jsmariegaard