Skip to content

AGEPRO v4.25

Latest

Choose a tag to compare

@JonBrodziak JonBrodziak released this 25 Jun 01:34
e1abdc2

Release: AGEPRO v4.25 AuxiliaryOutputFlag replaces StockSummaryFlag

AGEPRO v4.25 replaces StockSummaryFlag with AuxiliaryOutputFlag to provide clearer control over auxiliary output files. In AGEPRO v4.21, StockSummaryFlag controlled both numbers-at-age output and auxiliary file output using two settings. In AGEPRO v4.25, AuxiliaryOutputFlag expands this behavior to five settings so users can more directly specify whether numbers-at-age results, auxiliary files, both, or neither are written.

The v4.25 flag preserves the two v4.21 output modes for backward-compatible use. The former StockSummaryFlag = 0 behavior is now represented by AuxiliaryOutputFlag = 0, which suppresses numbers-at-age output and writes auxiliary files 2 through 10. The former StockSummaryFlag = 1 behavior is now represented by AuxiliaryOutputFlag = 1, which writes numbers-at-age output and auxiliary files 1 through 10.

The new AuxiliaryOutputFlag adds output modes for users who want to reduce or customize file production. AuxiliaryOutputFlag = 2 suppresses both numbers-at-age output and auxiliary file output. AuxiliaryOutputFlag = 3 writes numbers-at-age output but suppresses auxiliary file output. AuxiliaryOutputFlag = 4 writes numbers-at-age output and auxiliary files 2 through 10.

Users updating AGEPRO control files from v4.21 to v4.25 should replace StockSummaryFlag with AuxiliaryOutputFlag. For equivalent output, use AuxiliaryOutputFlag = 0 when the previous setting was StockSummaryFlag = 0, and use AuxiliaryOutputFlag = 1 when the previous setting was StockSummaryFlag = 1.

Full Changelog: v4.21...v4.25