eWaterCycle / eWaterCycle/grpc4bmi
C++/Fotran examples on RTD use outdated BMI
Open
- Dominant language
- Python
- Stars
- 5
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
The instructions on adding a BMI server for c++/fortran models uses quite old BMI definitions, which make it confusing.
https://github.com/eWaterCycle/grpc4bmi/blob/main/docs/server/Cpp.rst
For example:
- Latest bmi c++ uses Pascal Case for method names
- Latest bmi c++ uses std:string instead of char*
- Latest bmi fortran uses `bmif_get_conmponent_name` instead of `get_component_name_f`
- Latest bmi c++ heat example uses extensions `.cxx` and `.hxx`. It would be nice to be consistent with the heat example.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.