Run the DYNAMO-HIA simulation
run_dynamo_hia.Rd
A wrapper for running the Java application. Runs the application in batch mode.
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
andSimulations
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 beFALSE
to disable logging.