Skip to contents

Makes system call to OpenGeoSys 6 and retrieves exit code.

Usage

ogs6_call_ogs6(
  ogs6_obj,
  write_logfile = TRUE,
  ogs6_bin_path,
  verbose = F,
  singularity_opts
)

Arguments

ogs6_obj

OGS6: Simulation object

write_logfile

flag: Should output be written to a logfile? If FALSE, output will be written to console. If TRUE, logfile directory will be created in ogs6$sim_path directory

ogs6_bin_path

string: Optional: Path to OpenGeoSys 6 executable or OpenGeoSys container (singularity image) file. Defaults to options("r2ogs6.default_ogs6_bin_path")

verbose

flag

singularity_opts

string: Optional: Options to singularity exec command. Defaults to options("r2ogs6.singularity_opts")