models#

In romtools, a “model” is the primary way in which we interface with an application. A model can be something as simple as an inlined python function, or it can be as complicated as an mpi application running on a cluster.

This set of tutorials will outline the basics of constructing a model