a unique name to identify the model run. A folder with this name will be created under your current work directory.
startdatetime
start datetime of the model run, should be formated as "YYYY-MM-DD hh:mm:ss". E.g., "2016-06-09 12:00:00".
enddatetime
end datetime of the model run, should be formated as "YYYY-MM-DD hh:mm:ss". E.g., "2016-06-09 13:00:00".
outputinterval
time step for the model outputs, unit: seconds.
internaltimestep
(OPTIONAL) internal integral time step, unit: seconds, default: 30 seconds.
debug
(OPTIONAL) if the debug mode is enabled, a log file (named log.txt) will be generated under the run folder.
rerun
(OPTIONAL) assign TRUE if this is a rerun.
wdbreakpoints
(OPTIONAL) a vector defines how to display the flood depth with different colors (unit: mm). This setting will be only applied to the outputted PNG/PDF files.
workdir
Full path to a user-specified work directory. If not specified, the temporary folder defined by tempdir() will be used.
# NOT RUN {## Load FloodMapper packagelibrary(FloodMapper)
## Refer to Step 1 in the sample code of FM.start():## Step 1. Initiate a new model run with a name of "Lafayette_1km"# }