// create the simulation
System.out.println("creating simulation");
launcher.createSimulation(forestFire);
new FFInstrumenter().instrumentModel(forestFire, null);
System.out.println("running the simulation");
// run the model
launcher.executeModel();