You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.