Ticket #788 (closed assessed: fixed)
Forcing timeseries longer than current run does not set Effort
Reported by: | joeb | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Ecopath 6: release 6.2 |
Component: | Ecosim | Version: | |
Severity: | minor | Keywords: | Timeseries |
Cc: |
Description
When you load forcing timeseries data F, Catch or Z that have a greater number of years than the current Ecosim run the effort for the new years is 0. Effort is suppose to get set to the value of the last month for the new years load via the timeseries.
Change History
Note: See
TracTickets for help on using
tickets.
cCore.UpdateTimeseries?() Calls cCore.setEcosimRunLength(nTimeSeriesYears,True) with the True parameter to set effort for the new years to the value of the last timestep.