Skip to contents

initialize_hardcal() initializes a template hard calibration project. The template project provides a template simulation 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_hardcal(project_name, path, model_path, start_new_session = FALSE)

Arguments

project_name

Name of the hard calibration project.

path

Path where the hard 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+ hard calibration.

Examples

if (FALSE) {
initialize_hardcal('hardcal_test', '~/', 'Path:/to/txt_inout')
}