-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update to Bmi class in bmipy 2.0 #62
Conversation
Otherwise v1.28.0rc3 is installed, which is a pre-release
Also switched to unstructured grid model based on https://bmi.readthedocs.io/en/latest/model_grids.html#unstructured-grids
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was about to do this to fix the documentation
Due to the new and improved C++ BMI interface, our BmiCppExtension is redundant. The wrapper itself can stay, it should just wrap the C struct into the BMI C++ class |
Got a bit further, now the |
|
I will try to fix this |
Nice |
See https://github.com/csdms/bmi-python/blob/v2.0/bmipy/bmi.py
Fixes #61