PIFSCstockassessments / 2024-WCNPO-MLS-Rebuilding

1 stars 0 forks source link

Add AGEPRO option to not save auxiliary output files #4

Closed JonBrodziak closed 8 months ago

JonBrodziak commented 9 months ago

AGEPRO uses auxiliary output files to record all out simulation results for subsequent summary. By default, these files are saved to the output folder after the AGEPRO run is complete. The output auxiliary files take up a lot of storage space. The issue is to change the output file logical StockSummaryFlag to have 3 options: case 1: Delete all auxiliary files case 2: Delete stock numbers at age file and save all others (Recruitment, Spawning Biomass, ...) case 3: Save all auxiliary output files

JonBrodziak commented 9 months ago

Revised AGEPRO code has been developed to implement the auxiliary output file options. Revised code is being tested.

JonBrodziak commented 8 months ago

All tests have been completed and passed. AGEPRO reference manual has been updated. New version is in agepro-dev/bin and agepro-dev/src.

JonBrodziak commented 8 months ago

The agepro code has been successfully modified and tested to allow for 4 options to handle auxiliary output files. This includes a "no write" option which removes the auxiliary files prior to completion of a projection run.

efletcherPIFSC commented 8 months ago

Appending reference to completion of PIFSCstockassessments/agepro-dev#1 as resolution of issue.