COMOKIT-Model icon indicating copy to clipboard operation
COMOKIT-Model copied to clipboard

Create default parameter files for synthetic population, synthetic agenda, activity and building weights

Open chapuisk opened this issue 5 years ago • 1 comments

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

chapuisk avatar May 19 '20 08:05 chapuisk

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_individual in Parameters.gaml
  • [ ] num_infected_init in Parameters.gaml
  • [ ] num_recovered_init in Parameters.gaml

List to be completed ...

chapuisk avatar May 26 '20 08:05 chapuisk