Skip to content

Quickstart

Installation

Install from PyPI

pip install rompy

Install 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()