Closed DougSchmidt-AI closed 4 years ago
Some FlowTracker2 files don't actually set the Stations[i].Calculations.FractionOfTotalDischarge property, which gets treated as a double.NaN value.
Stations[i].Calculations.FractionOfTotalDischarge
double.NaN
The AQTS framework validation then complains with:
Total Discharge Portion must be a valid number
Allow the plugin to detect this condition and keep going.
Either set the value to 0, or try to infer the percentage when not specified.
AMES1009.FlowTracker2.ft.zip
Fixed by #39 in v19.2.7
Some FlowTracker2 files don't actually set the
Stations[i].Calculations.FractionOfTotalDischarge
property, which gets treated as adouble.NaN
value.The AQTS framework validation then complains with:
Allow the plugin to detect this condition and keep going.
Either set the value to 0, or try to infer the percentage when not specified.
AMES1009.FlowTracker2.ft.zip