# NOT RUN {
# Load spatial grid landscape object
data("exampleSGL")
#Load meteorological data (the same will be used for all points)
data("examplemeteo")
#Load species parameters
data("SpParamsMED")
# Deactivate extra console output
control = defaultControl()
control$verbose = FALSE
# Run water balance simulation over the grid for five days
# (you can test longer periods)
res <- spwbgrid(exampleSGL, SpParamsMED, examplemeteo[1:5,],
control = control, summaryFreq = "months")
# }
Run the code above in your browser using DataLab