initialize_softcal()
initializes a template soft calibration project. The
project provides a template workflow in the folder '/workflow'. The folders
'/observation' and '/simulation' are generated for further use in the
simulation workflow. An R project is initialized and loaded in the new folder
structure.
Usage
initialize_softcal(project_name, path, model_path, start_new_session = FALSE)
Arguments
- project_name
Name of the soft calibration project.
- path
Path where the soft calibration project should be initialized.
- model_path
Path to the SWAT+ model.
- start_new_session
Open R project in new or current R session.
Value
Opens a template R project for SWAT+ soft calibration.
Examples
if (FALSE) {
initialize_softcal('softcal_test', '~/', 'Path:/to/txt_inout')
}