Feature #349 adapt config after interviews
The idea is to have a simulation time around one long work day, as non-organisation helpers tend to go home or at least sleep at night and organisation helpers use other means of communication.
As non-organisation helpers spend a lot of time at one location, more events make sense as well as longer stays at events. The event file is based on the MediumDurationManyEvents file, with new start times, which are just random numbers between 0 and the scenario end time.
The area size seems to be about correct. Realistically, the area would change over time, i.e., because parts become flooded.
Ideally, we would have longer distances by car and more events where people continously help with small breaks.
Merge request reports
Activity
added Needs Review Needs wiki documentation labels
added Needs Changes label
removed Needs Review label
- ee/VhmEvents/eventsRealisticScenario.json 0 → 100644
20 "event_range": 30, 21 "location": { 22 "x": 10133.82, 23 "y": 10607.26 24 }, 25 "type": "HOSPITAL" 26 }, 27 "St. Vincenz-Krankenhaus": { 28 "event_range": 80, 29 "location": { 30 "x": 11068.49, 31 "y": 11123.11 32 }, 33 "type": "HOSPITAL" 34 }, 35 "event1": { Mhm, I checked how they were generated. The event_range is randomly between 0 and 300, the safe_range is twice the event_range, the max_range is three times the event_range.
My suggestion would be to keep the event_range as is (this is where all the local helpers will go, let's not make it too small). The safe_range could be the event_range plus a random number between 0 and 150. The max_range should be the safe_range times 5 or 6.
I would like to keep the resizing according to the "inner circle"
I'd be fine with event ranges between 0 and 300 (or even 150, as we look at the radius here, don't we?). However, some of the events here have a larger range. Safe_range sounds good.
However, I'm still not happy with the max_range. I think it should be possible to know about an event at least if you're one km away. With the event range as it is, a factor doesn't make sense then (e.g. event range of 10 m --> 100 times to get max range, doesn't scale well for 300m --> 30km...). Maybe make this constant + factor * event_range?
added 1 commit
- 9f79e8bd - Make realistic scenario default scenario in allocsimulation.sh
added 1 commit
- 7ce49efe - Fix event generator interval and corresponding comments
SonarQube analysis reported 2 issues
-
🔽 2 minor
-
SonarQube analysis reported 2 issues
-
🔽 2 minor
-
added 18 commits
-
8dfc6b45...8fe95184 - 17 commits from branch
master
- aa46acae - Merge branch 'master' into feature-#349-adapt-config-after-interviews
-
8dfc6b45...8fe95184 - 17 commits from branch
added 1 commit
- 4c16f726 - Adapt MulticastEventGenerator interval to new node amount
mentioned in commit 8d5efebe
added 1 commit
- 8d5efebe - New realistic event file: No ends after simulation end, new ranges
added Needs Review and removed Needs Changes labels
284 "event_range": 114.757946146764, 285 "intensity": 6, 286 "location": { 287 "x": 13520, 288 "y": 12912 289 }, 290 "max_range": 344.273838440293, 291 "safe_range": 229.515892293529, 292 "start": 44978, 293 "type": "DISASTER" 2 "vhm_events_version": 1, 3 "St. Johannisstift Ev. Krankenhaus": { 4 "type": "HOSPITAL", 5 "event_range": 894, 6 "location": { 7 "x": 10173, added Needs Changes label
added 1 commit
- b0101a68 - Change ranges and locations and remove decimal points from coordinates