Skip to contents

Run Hector up through the specified time. This function does not return the results of the run. To get results, run fetch.

Usage

run(core, runtodate = -1)

Arguments

core

Handle to the Hector instance that is to be run.

runtodate

Date to run to. The default is to run to the end date configured in the input file used to initialize the core.

Value

The Hector instance handle

See also

Other main user interface functions: fetchvars(), get_tracking_data(), newcore(), reset(), setvar(), shutdown()