Input files
The following parameters set the paths to the the campaign file and the input files for climate, migration, demographics, and load-balancing.
Note
1 2 3 4 5 6 7 8 9 10 11 | |
| Parameter | Example | Description | Type | Min | Max | Default |
|---|---|---|---|---|---|---|
| Air_Migration_Filename | link | The path to the input file that defines patterns of migration by airplane. Enable_Air_Migration must be set to true (1). See Migration files for information on migration files. | string | nan | nan | _add-your-air-migration-file_.json |
| Campaign_Filename | link | The path to the campaign file. It is required when interventions are part of the simulation and Enable_Interventions is set to true (1). The file must be in .json format. | string | nan | nan | |
| Demographics_Filenames | link | An array of the paths to demographics files containing information on the identity and demographics of the region to simulate. The files must be in .json format. Note that this parameter is only required when Enable_Demographics_Builtin is set to 0. | array of strings | nan | nan | |
| Family_Migration_Filename | link | The name of the binary file to use to configure family migration. Enable_Family_Migration must be set to true (1). See Migration files for information on migration files. | string | nan | nan | _add-your-family-migration-file_.json |
| Load_Balance_Filename | link | The path to the input file used when a static load balancing scheme is selected. The file must be in .json format. | string | nan | nan | UNINITIALIZED STRING |
| Local_Migration_Filename | link | The path of the input file which defines patterns of migration to adjacent nodes by foot travel. See Migration files for information on migration files. | string | nan | nan | _add-your-local-migration-file_.json |
| Regional_Migration_Filename | link | The path of the input file which defines patterns of migration by vehicle via road or rail network. If the node is not on a road or rail network, regional migration focuses on the closest hub city in the network. The file must be in .bin format. See Migration files for information on migration files. | string | nan | nan | _add-your-regional-migration-file_.json |
| Sea_Migration_Filename | link | The path of the input file which defines patterns of migration by ship. Only used when Enable_Sea_Migration is set to true (1). The file must be in .bin format. See Migration files for information on migration files. | string | nan | nan | _add-your-sea-migration-file_.json |
| Serialized_Population_Filenames | link | An array of filenames with serialized population data. The number of filenames must match the number of cores used for the simulation. The files must be in .dtk format. Serialized population files are created using Serialization_Time_Steps. | array of strings | nan | nan | nan |
| Serialized_Population_Path | link | The root path for the serialized population files. Serialized population files are created using Serialization_Time_Steps. | string | nan | nan | . |