Skip to content

Basic Model Interface (BMI)

jay edited this page Jul 5, 2019 · 1 revision

pyDeltaRCM_WMT was written to be compliant with the Community Surface Dynamics Modeling System "Basic Model Interface" (BMI) framework. The BMI framework is described and documented at https://bmi-spec.readthedocs.io/en/latest/, and seeks to turn various models into "plug-and-play" components that can be easily integrated with each other.

For pyDeltaRCM_WMT, this BMI interface exists as a wrapper around the pyDeltaRCM model, and contains functions such as initialize or update that call sets of pyDeltaRCM functions.

Clone this wiki locally