quintel / etsource

Data source for the Energy Transition Model
https://energytransitionmodel.com/
MIT License
12 stars 8 forks source link

Review LOLE dashboard item #2949

Open mabijkerk opened 9 months ago

mabijkerk commented 9 months ago

The query that underpins the "Loss of load expectation", loss_of_load_expectation has the following structure:

  V(GRAPH(), loss_of_load_expectation(
    Q(dispatchable_electricity_production_capacity), [
      buildings_solar_pv_solar_radiation,
      energy_power_hydro_river,
      energy_power_solar_csp_solar_radiation,
      energy_power_solar_pv_solar_radiation,
      energy_power_wind_turbine_coastal,
      energy_power_wind_turbine_inland,
      energy_power_wind_turbine_offshore,
      households_solar_pv_solar_radiation
    ]
  ))

This query includes a lot of hardcoded nodes and looks to be missing some nodes, at least energy_battery_solar_electricity and energy_battery_wind_electricity. We should aim to restructure this query to be more foolproof.