Ticket #1325 (closed assessed: fixed)

Opened 10 years ago

Last modified 10 years ago

Feeding time adjust does not get applied

Reported by: joeb Owned by: joeb
Priority: low Milestone: Ecopath 6: future version
Component: Ecosim Version:
Severity: minor Keywords:
Cc:

Description

Feeding time adjustment values do not affect the feeding time or Q/B plots.
The feeding time adjustments are not applied to groups that are not integrated, have a high P/B or high predation mortality. If you reset the P/B on a group to a value < 24 the feeding time should be used but the bug prevents the integration from being turn back on once it's turned off.

Change History

comment:1 Changed 10 years ago by joeb

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

In SetTimeSteps?() set NoIntegrate? to group index before testing loss rate. This resets the nointegrate flag in response to interface changes

If NoIntegrate?(i) = 0 Then NoIntegrate?(i) = i

Note: See TracTickets for help on using tickets.