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
The idea is to change the actual behavior of the model, that causes to the model to stop inside inner functions/subroutines, where there is no contextualization of the error, making very difficult to understand the problem.
A very easy example is the "GetData" routines in the ModuleEnterData.
If an error is found while inside them, the model stops, and it is not possible to know which module input file was being read or which keyword/block.
The correct behavior is to the routines to return with the "stat" variable with the error, and so on, up to a higher level, where the context can be show to the user, making easier to it to understand the problem.
The text was updated successfully, but these errors were encountered:
The idea is to change the actual behavior of the model, that causes to the model to stop inside inner functions/subroutines, where there is no contextualization of the error, making very difficult to understand the problem.
A very easy example is the "GetData" routines in the ModuleEnterData.
If an error is found while inside them, the model stops, and it is not possible to know which module input file was being read or which keyword/block.
The correct behavior is to the routines to return with the "stat" variable with the error, and so on, up to a higher level, where the context can be show to the user, making easier to it to understand the problem.
The text was updated successfully, but these errors were encountered: