You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Before we start running the model we need to configure the model times. This can by done by adding the following line :

Set model times
SetModelTimes(fmModel, datetime(2014,1,1, 12,0,0), datetime(2014,1,8, 12,0,0), time(12,0,0,))

This sets the model start time, end time and timestep to the times used in our timeseries.

Now we can run the model by adding the runmodel statement :

Run the model
RunModel(fmModel)

This will run the whole model from start to end time time, so this can take some time.

  • No labels