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 .. toctree:: :maxdepth: 1 :caption: Contents: notebooks/basic_model.ipynb notebooks/external_model.ipynb notebooks/external_qoi_model.ipynb