Quickstart#
Installation#
Install from PyPI
pip install rompy
or from source code
git clone git@github.com:rom-py/rompy.git
cd rompy
pip install - e .
Usage#
Simple example
from rompy import ModelRun
# Initiate a model run
run = ModelRun()
# Execute the model run
run()