Custom Query (86 matches)
Results (61 - 63 of 86)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#70 | fixed | Using loop index as part of an equation | ||
Description |
The use of an index variable as part of an equation, such as the following modification in the sample_arrays.mso file: is not allowed in the current version. The index variable should be treated as an integer parameter. |
|||
#72 | fixed | Error messages involving sub-models | ||
Description |
When reporting error or warning messages for sub-model variables, the names of the variables are not correctly reported. In the attached example, the error message: Test.stream.F at lower bound should appears as Test.Fin.F at lower bound. And the warning message: Test.F [m3/s] and ... should appears as Test.Fin.F [m3/s] and .... |
|||
#75 | fixed | Cleaning error messages | ||
Description |
Some times when EMSO reports error messages and then the user corrects the sintax, the error messages of the corrected erros do not desapear from the Problems window. See the sample file attached, by runing once and then comment the line 94 and run again. |