Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 829 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 829 Bytes

BMI Live

Code, slides, and Jupyter Notebook examples for the BMI Live clinic held at the 2019 CSDMS Annual Meeting, May 21-23, in Boulder, Colorado.

The Goal

Given a model, wrap it in a Basic Model Interface (BMI) in realtime.

The Plan

  1. Start with a model
  2. View the list of BMI methods and their signatures at http://bmi.readthedocs.io
  3. Together, implement the BMI methods for the model!
  4. Evaluate our results in a Jupyter Notebook (and make a plot, maybe using widgets!)

The Requirements

  • Laptop
  • Text editor
  • Python distribution (we recommend the Anaconda Python 3 distribution)
  • Optionally, a GitHub account, and git or GitHub Desktop