Changes between Version 1 and Version 2 of Ticket #786, comment 3
- Timestamp:
- 2011-05-09 10:52:28 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #786, comment 3
v1 v2 9 9 Eatenof(ngroups) is the biomass lost to predation on this group. 10 10 11 FishTime(ngroups) is F rate (fishing mortality per unit of biomass) not catch.11 !FishTime(ngroups) is F rate (fishing mortality per unit of biomass) not catch. 12 12 13 loss() and Eatenof() are both total biomass FishTime() is the rate of loss due to fishing not the catch.13 loss() and Eatenof() are both total biomass !FishTime() is the rate of loss due to fishing not the catch. 14 14 15 15 If it is supposed to be catch it should be !FishTime() * Biomass()