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:
duration of rainfall each day
allow multiple rainfall events each day (would need to change input weather data frame format)
support changing the soil type
Improvements to LandLabGridHandler:
needs to support model construction parameters
just asking the model user to construct and landlab model grid object and pickle it is easiest
is supporting asc files need additional information about which nodes should be fixed value and which should be closed
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: