set_model_options: Set options for the model wrapper

View source: R/set_model_options.R

set_model_optionsR Documentation

Set options for the model wrapper

Description

Set options for the model wrapper

Usage

set_model_options(
  cores_nb,
  time_display,
  project_path,
  output_path,
  console_path,
  saves_daily_output,
  print_console,
  Var_simule,
  Var_names,
  Param_list,
  console_data
)

Arguments

cores_nb

Number of cores to simulate on

time_display

Flag (TRUE/FALSE) for display of calculation time

project_path

Path to the directory of input files of SQ

output_path

Path where to save results

console_path

Path to the console

saves_daily_output

Boolean to save daily output (if set to "true")

print_console

Boolean to print information on the simulation progression on the console (if set to "false")

Var_simule

Names of variables to simulate used in the output files of SQ

Var_names

Names of variables to simulate used in the observations files

Param_list

A data frame containing the names of parameters to estimate and their types

console_data

Set of lists needed to build the command line

Value

List containing options needed to run the model


aafaf-arharas/SQoptimizR documentation built on March 25, 2022, 12:18 a.m.