run_ibis: Run Agro-IBIS and copy model output and restart files

View source: R/run_ibis.R

run_ibisR Documentation

Run Agro-IBIS and copy model output and restart files

Description

Run Agro-IBIS and copy model output and restart files

Usage

run_ibis(
  model_path = ".",
  compile_flag = F,
  copy_output_path = NULL,
  copy_restart_path = NULL,
  diagnostic_plots = F
)

Arguments

model_path

Path to the model directory.

compile_flag

If set to TRUE, it will compile the model before running.

copy_output_path

Path to copy the output directory.

copy_restart_path

Path to copy the restart directory.

diagnostic_plots

If set to TRUE, it will create interactive plots in the output directory.

Author(s)

Bryan Petersen - bryan20@iastate.edu


bpetersen18/ibisR documentation built on April 9, 2022, 7:34 p.m.