Create vs2dh.fil or vs2dt.fil file
vs2di.createFileDat(engine, model.path, dbg = TRUE)
engine | model engine either 'vs2dh' or 'vs2dt' |
---|---|
model.path | full path to folder containing vs2dh.dat |
dbg | if true text output |
Saves/Overwrites vs2dh.fil in folder model.path
### Location of example vs2dh model contained in "kwb.vs2dh package" model.path <- system.file("extdata", "vs2dh_example/tutorial2", package = "kwb.vs2dh") vs2di.createFileDat(engine = "vs2dh", model.path = model.path)#> Write/Overwrite vs2dh.fil in folder: #> /home/travis/R/Library/kwb.vs2dh/extdata/vs2dh_example/tutorial2 #> Done! #> #> Output files: #> Variables: variables.out #> Mass balance: balance.out #> Observation points: obsPoints.out #>