Parent table is: POPDYN
There are no child tables.
Go to SSASIM input parameters overview
SSASIM: IMM_GA . id
Identifies set of age- and gender-specific net immigration flows, so many rows will have the same id value.
Valid values: 0 to 999999999 (nine digits), Integer
Source code: pop.h and pop.cpp
SSASIM: IMM_GA . 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: IMM_GA . age
Specifies age for which net immigration flows shown on this row refers. 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. Net immigration flows are assumed to be zero for ages without rows.
Valid values: 0 to 125, Integer
Source code: pop.h and pop.cpp
SSASIM: IMM_GA . female
Specifies net immigration flow of females for age specified on this row.
Valid values: -99999999 to 999999999, Integer [flow is number of people]
Source code: pop.h and pop.cpp
SSASIM: IMM_GA . male
Specifies net immigration flow of males for age specified on this row.
Valid values: -99999999 to 999999999, Integer [flow is number of people]
Source code: pop.h and pop.cpp