write_run_info: write_run_info

write_run_infoR Documentation

write_run_info

Description

Write a text file containing metadata for each RHESSys run, including date and time, RHESSys binary used, input files used, and if output files were created and where they are located. Defaulting to write the file where your output is.

Usage

write_run_info(
  rhessys_version,
  world_file,
  world_hdr_file,
  tec_file,
  flow_file,
  start_date,
  end_date,
  output_path = NULL,
  input_parameters,
  output_filter = NULL,
  run_metadata_basename = "run_metadata",
  command_options,
  prefix_command = NULL,
  return_cmd = FALSE
)

ryanrbart/rhessysR documentation built on March 29, 2024, 4:30 p.m.