1.5.0
This version of STEMMUS_SCOPE is only compatible with PyStemmusScope 0.4.0.
Changed:
- The STEMMUS_SCOPE Matlab Runtime executable now needs version
R2023a
(#208).
Added:
- STEMMUS_SCOPE 'BMI'-like mode (#208):
- The executable can be run in an "interactive" mode.
In this mode the model's initialization, time update, and finalization can be called upon separately. - The model now will write away BMI-required variables to a state file, which can be used for the Python BMI.
- The executable can be run in an "interactive" mode.
- A dockerfile for the BMI-enabled STEMMUS_SCOPE model, to make the setup easier.
Fixed:
- use
any()
function insolveTridiagonalMatrixEquations.m
in
#203