Skip to content

Geography and environment

The following parameters determine characteristics of the geography and environment of the simulation. For example, how to use the temperature or rainfall data in the climate files and the size of the nodes in the simulation.

Note

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
Parameters are case-sensitive. For Boolean parameters, set to 1 for true or 0 for false.
Minimum, maximum, or default values of "NA" indicate that those values are not applicable for
that parameter.

EMOD does not use true defaults; that is, if the dependency relationships indicate that a 
parameter is required, you must supply a value for it. However, many of the tools used to work 
with EMOD will use the default values provided below.

JSON format does not permit comments, but you can add "dummy" parameters to add contextual
information to your files. Any keys that are not EMOD parameter names will be ignored by the
model.
Parameter Example Description Type Min Max Default
Base_Air_Temperature link The air temperature, in degrees Celsius, where Climate_Model is set to CLIMATE_CONSTANT. float -55 45 22
Base_Land_Temperature link The land temperature, in degrees Celsius, where Climate_Model is set to CLIMATE_CONSTANT. float -55 60 26
Base_Rainfall link The value of rainfall per day in millimeters when Climate_Model is set to CLIMATE_CONSTANT. float 0 150 10
Base_Relative_Humidity link The value of humidity where Climate_Model is set to CLIMATE_CONSTANT. float 0 1 0.75
Default_Geography_Initial_Node_Population link When using the built-in demographics for default geography, the initial number of individuals in each node. Note that the built-in demographics feature does not represent a real geographical location and is mostly used for testing. Enable_Demographics_Builtin must be set to true (1). integer 0 1000000 1000
Default_Geography_Torus_Size link When using the built-in demographics for default geography, the square root of the number of nodes in the simulation. The simulation uses an N x N square grid of nodes with N specified by this parameter. If migration is enabled, the N x N nodes are assumed to be a torus and individuals can migrate from any node to all four adjacent nodes.
To enable migration, set Migration_Model to FIXED_RATE_MIGRATION. Built-in migration is a form of "local" migration where individuals only migrate to the adjacent nodes. You can use the x_Local_Migration parameter to control the rate of migration. The other migration parameters are ignored. Note that the built-in demographics feature does not represent a real geographical location and is mostly used for testing.
Enable_Demographics_Builtin must be set to true (1).
integer 3 100 10
Node_Grid_Size link The spatial resolution indicating the node grid size for a simulation in degrees. float 0.00416 90 0.004167