View source: R/change_settings.E3D.R
change_settings.E3D | R Documentation |
This function changes the settings for E3D models in the *.par file
change_settings.E3D(
path = NA,
filename = "model/run.par",
module = NA,
setting = NA,
value = NA,
setpath = TRUE
)
path |
folder path in which file will be written |
filename |
name of created file, should be *.par |
module |
character vector, defines sub module in which setting will be changed |
setting |
character vector, defines setting to be changed |
value |
character vector, defines value to be changed to |
setpath |
boolean, shortcut to set working directory for E3D - if TRUE the path will be written as project path for rain, DEM, soil and result |
none, *.par file is written
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.