Changes between Initial Version and Version 1 of Ticket #786, comment 3
- Timestamp:
- 2011-05-09 10:52:06 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #786, comment 3
initial v1 1 1 The values for PPR estimated by Ecosim in the network.csv file can be different than the PPR values estimated by Ecopath. Ecopath outputs are computed from the Ecopath inputs, which is effectively time step zero. The Ecosim outputs start at the end of the first time step. So the first value is at time step one and may differ from the Ecopath PPR calculated from time step zero. 2 2 3 Having said that the way the Network Analysis computes EE for input to PPR seems wrong. See cEcoNetwork. [wiki:PrepareUlanowForCallFromEcosim]() aprox. line 3949.3 Having said that the way the Network Analysis computes EE for input to PPR seems wrong. See cEcoNetwork.!PrepareUlanowForCallFromEcosim() aprox. line 3949. 4 4 5 5 SimEE(i) = 1 - (m_esdata.loss(i) - m_esdata.Eatenof(i) - m_esdata.!FishTime(i)) / (SimPB(i) * BB(i))