Skip to content

Commit

Permalink
Merge pull request #172 from nismod/feature/people_disconnected_retur…
Browse files Browse the repository at this point in the history
…n_period_analysis

Number of people disconnected: return period analysis
  • Loading branch information
thomas-fred authored Jan 22, 2024
2 parents 1b0e23d + cf5dce1 commit f2ff907
Show file tree
Hide file tree
Showing 38 changed files with 288 additions and 17,826 deletions.
5 changes: 5 additions & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ wind_grid_resolution_deg: 0.1 # approx 11km latitude
# Failure thresholds m/s. These values are the thresholds at which the network assets
# are expected to fail based on available literature.
transmission_windspeed_failure: [20., 22.5, 25., 27.5, 30., 32.5, 35., 37.5, 40., 42.5, 45., 47.5, 50., 52.5, 55.]
# when plotting, mark this threshold as the central value
best_estimate_windspeed_failure_threshold: 32.5

# return periods at which to report
return_period_years: [2, 5, 10, 20, 50, 100, 200, 500, 1000]

# whether to plot maximum wind fields and storm track animations for each storm
plot_wind:
Expand Down
5 changes: 5 additions & 0 deletions tests/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ wind_grid_resolution_deg: 0.1 # approx 11km latitude
# Failure thresholds m/s. These values are the thresholds at which the network assets
# are expected to fail based on available literature.
transmission_windspeed_failure: [20., 35]
# when plotting, mark this threshold as the central value
best_estimate_windspeed_failure_threshold: 35

# return periods at which to report
return_period_years: [2, 5, 10, 20, 50, 100, 200, 500, 1000]

# whether to plot maximum wind fields and storm track animations for each storm
plot_wind:
Expand Down
Loading

0 comments on commit f2ff907

Please sign in to comment.