Skip to content
Snippets Groups Projects
Select Git revision
  • 08bb6f671877cf286bb75f873aa860ffe801b3ed
  • bing_issues#190_tf2
  • bing_tf2_convert
  • bing_issue#189_train_modular
  • simon_#172_integrate_weatherbench
  • develop
  • bing_issue#188_restructure_ambs
  • yan_issue#100_extract_prcp_data
  • bing_issue#170_data_preprocess_training_tf1
  • Gong2022_temperature_forecasts
  • bing_issue#186_clean_GMD1_tag
  • yan_issue#179_integrate_GZAWS_data_onfly
  • bing_issue#178_runscript_bug_postprocess
  • michael_issue#187_bugfix_setup_runscript_template
  • bing_issue#180_bugs_postprpocess_meta_postprocess
  • yan_issue#177_repo_for_CLGAN_gmd
  • bing_issue#176_integrate_weather_bench
  • michael_issue#181_eval_era5_forecasts
  • michael_issue#182_eval_subdomain
  • michael_issue#119_warmup_Horovod
  • bing_issue#160_test_zam347
  • ambs_v1
  • ambs_gmd_nowcasting_v1.0
  • GMD1
  • modular_booster_20210203
  • new_structure_20201004_v1.0
  • old_structure_20200930
27 results

ambs

Name Last commit Last update
demos
src
.gitignore
CHANGELOG.md
LICENSE
README.md

JPSfire

Framework for the coupling between JuPedSim and fire simulation results obtained from FDS

Have a look at the Wiki

Usage:

  • Create a directory in demos (e.g. Test)
  • In Test create two directories FDS and JuPedSim
    • In FDS: put fds-file and all corresponding fds-simulation results

    • In JuPedSim: put the files necessary to run a jpscore simulation, especially an ini-file and a geometry file. Have a look into 0_demo/JuPedSim/jpsfire_ini.xml to see how to define the jpsfire-relevant information.

    • Run src/preprocess_fds.py to generate out of the FDS-simulation the relevant npz-files, which will be read during jpscore simulations. You may want to see the available option by running

      python preprocess_fds.py -h

      Assuming your files live in a directory called test a call could be:

      python preprocess_fds.py -j ../demos/test/JuPedSim -f ../demos/test/FDS
    • Run jpscore. Note that in the ini-file, the right paths for fds data should be correct.

Available components:

  • Smoke sensor

  • Walking speed reduction in smoke

  • Fire hazard analyses

Upcoming components:

Detection

Roadmap

  • Further examples for SmokeSensor (3D?)
  • Individual detection of smoke
  • Use floor field for everything