Ticket #825 (closed assessed: fixed)
Ecosim plots F and Catch do not correctly break down fleet proportions when F time series loaded.
Reported by: | joeb | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | Ecopath 6: release 6.2 |
Component: | Ecosim | Version: | |
Severity: | tweak | Keywords: | |
Cc: |
Description
Related to Ticket #817
F time series is the sum of fishing mort. across all fleets the exploit the group. Ecosim plots breaks down catch and F by fleet. When a time series is loaded we have no way of knowing what the proportion of F and catch belong to different fleets. So F and catch are displayed in the first fleet that catches the group and all subsequent fleets are left with a zero value.
Change History
comment:1 Changed 14 years ago by jeroens
- Summary changed from Ecosim plots F and Catch do not break the fleet proportions down correctly when F time series loaded. to Ecosim plots F and Catch do not correctly break down fleet proportions when F time series loaded.
comment:2 Changed 14 years ago by jeroens
- Priority changed from low to high
In this specific case the UI should not attempt to display F per fleet, but only F for all fleets.
comment:3 Changed 14 years ago by joeb
- Status changed from new to closed
- Resolution set to open
Added cEcosimGroupOutput.isCatchAggregated to indicate that Catch, Value and Mortality are all aggregated into the zero fleet index. This would allow the interface to figure out what to do.