Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 803 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 803 Bytes

eWaterCycle plugin for the WALRUS model

Note: the WALRUS BMI is barely implemented and relies on "faking it"; .update() actually doesn't update the model: it ran the entire simulation already on .initialize().

This plugin is only to demonstrate communication between eWaterCycle and an R-based model inside a container.

Installation

Install this package alongside your eWaterCycle installation

pip install ewatercycle-walrus

Then WALRUS becomes available as one of the eWaterCycle models

from ewatercycle.models import WALRUS

License

ewatercycle-walrus is distributed under the terms of the Apache-2.0 license.