Skip to contents

A wrapper for running the Java application. Runs the application in batch mode.

Usage

run_dynamo_hia(
  simulation_filename,
  app_filename,
  log_filename = "run_dynamo_hia.log"
)

Arguments

simulation_filename

Path to the simulation batch file. Each line of this file must contain a directory name of a simulation that should be run. This file should be located in the "working directory", i.e., a directory that contains the Reference_Data and Simulations subdirectories.

app_filename

Path to the Java application.

log_filename

Path to a log file. The default filename is run_dynamo_hia.log. Can also be FALSE to disable logging.

Value

Returns TRUE if the simulations ran successfully. Otherwise, it will forward the exception returned by the Java application.