Basic Model Interface (BMI) Lorenz model intended for use with eWaterCycle. See said repo for installation instructions.
Based on old exisiting code from eWaterCycle streaming Data Assimilation
Actual eWatercycle model wrapper can be found on GitHub with accompanying documentation
Feel free to fork/duplicate this repo and publish your own (better) version.
Can also be used as a standalone package in theory - not advised
Be aware of the non-intuitive BMI implementation as this package is designed to run in a docker container.
- adding model
- change names to be pythonic: start_time instead of startTime etc.
- changes to match grpc4bmi
- change grid and time to match ewatercycle expected format
- typo in get_start_time()