Building a Wrapper for Overland FlowΒΆ
Here is a wrapper for the overland flow model
#!/usr/bin/env python3
from .model import main
There are few things to take note of:
The interface definition. It describes the schemas that sinks and sources must conform to. For the overland flow this means access to a rainfall dataframe with a column called
rainfall__depth
that is the miilimeters of daily precipitation