Generate folder structure for parallel SWAT execution

build_model_run(project_path, run_path, n_thread, os, swat_vers, quiet)

Arguments

project_path

Path to the SWAT project folder (i.e. TxtInOut)

run_path

Path where the '.model_run' folder is built. If NULL the executable model is built in the 'project_path'

n_thread

Number of parallel threads that will be created. This number must be in accordance to the number of cores of the PC

swat_vers

Character string that defines the SWAT version. Either "2012" or "plus".

quiet

Logical. Defines if messages should be written or function should be executed quietly.