openmodelingfoundation / meillionen

tools for coupling simulation models
https://openmodelingfoundation.github.io/meillionen
Other
3 stars 2 forks source link

more useful interface for overlandflow / soil water infiltration wrapper #52

Open cpritcha opened 3 years ago

cpritcha commented 3 years ago

How the model currently works:

Takes a daily weather data frame (with has a precipitation (mm) value). Rain is assumed to fall uniformly on the elevation grid over the course of a half hour. Infiltration values (in mm) are reported for each grid cell for each day. Number of days to run is simply determined by the number of rows of the weather dataframe.

Parameters needed to make model more useful:

Improvements to LandLabGridHandler: