Ticket #1134 (closed assessed: fixed)

Opened 12 years ago

Last modified 12 years ago

Ecospace throws an exception if Ecosim Reset all has been clicked

Reported by: joeb Owned by:
Priority: normal Milestone: Ecopath 6: release 6.3 BETA
Component: Ecospace Version:
Severity: crash Keywords:
Cc:

Description (last modified by jeroens) (diff)

  1. Load a model with more Ecosim time steps than Ecospace time steps.
  2. Run Ecosim and Ecospace.
  3. Alter the Ecosim fishing effort.
  4. Run Ecospace.
  5. Click the Ecosim Reset all button, to clear the fishing effort changes.
  6. Run Ecospace

RunEcospace.ClearResults() will throw an exception when trying to clear m_RelBiomassResults(,). nEcospaceTimeSteps will be equal to the number of Ecosim time steps not the original number of Ecospace time steps from the last run. nEcospaceTimeSteps must have gotten changed by the core but the interface never update m_RelBiomassResults()

Change History

comment:1 Changed 12 years ago by jeroens

  • Description modified (diff)

comment:2 Changed 12 years ago by jeroens

  • Description modified (diff)

comment:3 Changed 12 years ago by jeroens

This change should invalidate the loaded Ecospace scenario via the state monitor.

Version 0, edited 12 years ago by jeroens (next)

comment:4 Changed 12 years ago by joeb

  • Status changed from new to closed
  • Resolution set to fixed

The Ecospace interface was missing the eMessageType.EcosimNYearsChanged message. Once that was fixed it could re-init itself to the new number of years.

Note: See TracTickets for help on using tickets.