Ticket #817 (closed assessed: fixed)
Ecosim fishing mort. and catch plots are not correct when F (fishing mort.) time series is loaded.
Reported by: | joeb | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Ecopath 6: release 6.1.1 |
Component: | Ecosim | Version: | |
Severity: | minor | Keywords: | |
Cc: |
Description
The Ecosim plots that plot F and catch are based on the effort and Ecopath base F, see cEcosimModel.PopulateResults(). When an F time series is loaded Ecosim uses the F from the time series ignoring effort and ecopath base F. This means the values used to compute F and Catch for the plots is incorrect.
Change History
comment:1 Changed 14 years ago by joeb
- Summary changed from Ecosim fishing mort. plots not correct when F (fishing mort.) time series loaded to Ecosim fishing mort. and catch plots are not correct when F (fishing mort.) time series is loaded.
comment:3 Changed 14 years ago by joeb
- Status changed from new to closed
- Resolution set to fixed
I fixed this by putting all the catch from a group into the first fleet that catches this group. Now the F and Catch plots display the correct values just not from the correct fleet.
The problem here is that F time series is by Group the F and Catch plots break the values down by Fleet which we cannot know from the F time series, it is the sum across all fleets.