Skip to content

Usage

Rompy provides a framework for ocean model configuration and setup. Here are some usage examples:

Basic Model Run

from rompy import ModelRun

# Create a model run instance
run = ModelRun()

# Execute the model run
run()