COMOKIT-Model
COMOKIT-Model copied to clipboard
Create default parameter files for synthetic population, synthetic agenda, activity and building weights
Parameter files organization
In order to illustrate the use of parameter files, we should have a snippet/default version of each one. Hence users will be able to produce they own based on the one provided, as it is already the case for epidemiological parameters.
It existe two types of parameter files: case specific one, to be placed in case study folder, and general purpose one, to be placed in a parameter file folder (default is COMOKIT/Parameters/).
Case study specific parameter files:
- [x] Synthetic population : in Ben Tre and Vinh Phuc case study (see 913a7dafca634dd487b6dfaa38eee224ca1926e0)
- [ ] Agenda
- [x] Activity weights
- [x] Building types weights
General parameter files:
- [x] Epidemiological parameter file
- [x] Building types to activity types parameter file
Here is a list of parameters or variables that cannot (yet) be define using a configuration file. The idea is to check if they should be in a file or stay as GAML parameters/variables :
- [ ]
number_of_individualin Parameters.gaml - [ ]
num_infected_initin Parameters.gaml - [ ]
num_recovered_initin Parameters.gaml
List to be completed ...