-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trap variable is not found with BMI #271
Comments
How are you running the model, I assume on your local machine with Docker? Because then you need to build a new container image with the MATLAB executable file. |
I run it on the ITC server and not using Docker. Usually, I run on the same machine and always the new exe is okay when @SarahAlidoost makes the new exe. So there could be something we miss in how to make the new exe |
@MostafaGomaa93 From your screenshot, I see that the BMI interface returns the error " |
Thanks @SarahAlidoost. After your suggestion and with the new exe, the error is gone but the at KT = 1 -> Trap = 0 @BSchilperoort Just to confirm, I worked on my local branch for STEMMUS_SCOPE_Processing in which I add the |
The BmiVariable in PyStemmusScope needs the |
I am adding it already but still zero
|
can you please commit your change and push it to |
Done |
I just saw this. The size of the variable
|
Many thanks, @SarahAlidoost, I implement them in this PR. |
I also checked the new exe and it works okay. Now both |
I made a new branch with one small edit (adding the
Trap
variable to BMI list here). I asked @Crystal-szj to make a new executable file using the Surf machine, but when I tested the new exe in the BMI notebook. I received this error.The error says the
Trap
variable is not found, so this refers to the discussion that we had last time. We made a new exe but seems the code changes are not recognized in this new exe.The text was updated successfully, but these errors were encountered: