-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Gmacs is an open source program designed to support the development of integrated assessment models for hard-to-age species, such as crabs. Gmacs is developed using AD Model Builder (ADMB) and so will build on any computer that can run ADMB. ADMB is free, open source, and available for Windows, Linux, MacOS, and Sun/SPARC.
This Wiki is designed as a user- and developer-guide: it describes how Gmacs can be used to develop size-based stock assessment models and provides details about the source code so that interested users can contribute to development.
The Gmacs framework can make use of a wide range of data sources for both male and female individuals, including survey and fishery indices of abundance and fishery and survey size-composition data. Data must be entered in the form of a text file, model.dat
. Control of the model is achieved through the use of three separate input files: the starter.gm
file, model.ctl
file, and forecast.gm
file. Examples of data and control files are presented at the end of this guide.
- Write introduction to Gmacs.
- Implement and describe a quick-start download procedure.
- Describe the basic set up of files, the executable program, and how to build from source.
- Describe the basic structure of the
gmacs.tpl
file and how to edit code and contribute to the project. - Write user guide for each of the input files:
data.gm
, andcontrol.gm
. - Explain use of the model and associated tools via batch files or a makefile: clean, run, get files etc.
- Describe interpretation of outputs, including how to download, install, and use the R package.
Gmacs: A Stock Assessment Modeling Framework