You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The scenario database for the FEWS Game is a directory containing an arbitrary number of scenarios. Each directory in the scenario database that contains a file named scenario_config.xml is considered a scenario and will automatically appear in the list of scenarios that can be selected by the user of the FEWS Game. The following files/directories must be part of a scenario directory:

  • A scenario configuration file named scenario_config.xml.
  • A directory named localDataStore which holds the pre-loaded FEWS database. When a scenario is started in the FEWS Game, this directory is copied to the FEWS region directory.
  • An arbitrary number of files that are associated with events specified in the scenario configuration.

Below is an example of a scenario database containing two scenarios.

ScenarioDatabase
|-- storm surge March 10-13
|   |-- scenario_config.xml
|   |-- localDataStore
|   |   |-- local.fdb
|   |   |-- moduleInstance_poolCache.cbin
|   |   |-- moduleInstance_rowCache.cbin
|   |   |-- timeSeries_poolCache.cbin
|   |   |-- timeSeries_rowCache.cbin
|   |   |-- warmState_poolCache.cbin
|   |   `-- warmState_rowCache.cbin
|   |-- exercise1_EN.txt
|   |-- exercise1_NL.txt
|   |-- start_session_EN.txt
|   |-- start_session_NL.txt
|   |-- telephone_call_EN.txt
|   |-- telephone_call_NL.txt
|   |-- weather_map_March12_00hr.pdf
|   |-- weather_map_March12_12hr.pdf
|   `-- weather_map_March13_00hr.pdf
`-- another storm surge
    |-- scenario_config.xml
    |-- localDataStore
    |   |-- local.fdb
    |   |-- moduleInstance_poolCache.cbin
    |   |-- moduleInstance_rowCache.cbin
    |   |-- timeSeries_poolCache.cbin
    |   |-- timeSeries_rowCache.cbin
    |   |-- warmState_poolCache.cbin
    |   `-- warmState_rowCache.cbin
    |-- file1.pdf
    `-- file2.pdf
  • No labels