Parent table is: POP
There are no child tables.
Go to SSASIM input parameters overview
SSASIM: POP_GA0 . id
Identifies set of age-specific female and male population counts at end of RUN.year_zero, so many rows will have the same id value.
Valid values: 1 to 999999999 (nine digits), Integer
Source code: pop.h and pop.cpp
SSASIM: POP_GA0 . notes
Describes specification of table row in free-form note.
Valid values: any ASCII text (Note: do not copy and paste from a word processor because of the possibility of embedded non-ASCII characters.)
Source code: notes are not read by the model
SSASIM: POP_GA0 . age
Specifies age for which female and male population counts on this row refer. There must be a row for each age between the lowest and highest age specified with id value equal to the id value on this row. Population counts are assumed to be zero for ages without rows.
Valid values: 0 to 125, Integer
Source code: pop.h and pop.cpp
SSASIM: POP_GA0 . female
Specifies RUN.year_zero's female population count for age specified on this row.
Valid values: 0 to 9999999999, Integer [count is number of people]
Source code: pop.h and pop.cpp
SSASIM: POP_GA0 . male
Specifies RUN.year_zero's male population count for age specified on this row.
Valid values: 0 to 9999999999, Integer [count is number of people]
Source code: pop.h and pop.cpp