simulate¶
dragonfly-uwg simulate¶
Commands for simulating Dragonfly JSON models in the UWG.
dragonfly-uwg simulate [OPTIONS] COMMAND [ARGS]...
model¶
Simulate a Dragonfly Model JSON file in the Urban Weather Generator (UWG).
Args:
model_json: Full path to a Dragonfly Model JSON file.
epw_file: Full path to an .epw file to be morphed to account for urban
heat island effect.
dragonfly-uwg simulate model [OPTIONS] MODEL_JSON EPW_FILE
Options
- -sp, --sim-par-json <sim_par_json>¶
Path to a dragonfly UWG Simulation Parameter JSON that describes all of the settings for the simulation.
- -f, --folder <folder>¶
Folder into which the the uwg JSON and morphed urban EPW will be written. If not specified, it will be written into the ladybug default_epw_folder within a subfolder bearing the name of the dragonfly Model.
- -log, --log-file <log_file>¶
Optional log file to output a dictionary with the paths of the generated files under the following keys: uwg_json, epw. By default the list will be printed out to stdout
- Default:
'-'
Arguments
- MODEL_JSON¶
Required argument
- EPW_FILE¶
Required argument