Skip to contents

Creates ogs6$sim_path directory if it does not exist yet and exports and / or copies all simulation files to it.

Usage

ogs6_export_sim_files(
  ogs6_obj,
  overwrite = T,
  copy_ext_files = F,
  test_mode = F
)

Arguments

ogs6_obj

OGS6: Simulation object

overwrite

flag: Should existing files be overwritten?

copy_ext_files

flag: Should external files that are references in the ogs6_obj be be copied to ogs6_obj$sim_path?

test_mode

flag: If TRUE, Will not check status of ogs6_obj before exporting files. Defaults to FALSE