Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming extreme weather conditions to weather conditions #578

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/locales/en_descriptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ en:
curves_weather_years: |
By default, weather conditions are used that correspond to the start year. However, weather conditions can vary considerably.
To explore the impact of weather conditions, it is possible to select a different weather year in the ETM.
This is possible on this ETM page: <a target="_blank" href="https://pro.energytransitionmodel.com/scenario/flexibility/flexibility_weather/extreme-weather-conditions">Flexibility -> Weather conditions</a>.
This is possible on this ETM page: <a target="_blank" href="https://pro.energytransitionmodel.com/scenario/flexibility/flexibility_weather/weather-conditions">Flexibility -> Weather conditions</a>.
There is a choice of three weather years and you can find a description of these years in the ETM.
energy_efficiency: |
Below you can find the efficiencies for all electricity and heat plants. The same efficiencies are used for many of the regions, but it is also possible to use region-specific efficiencies.
Expand Down
2 changes: 1 addition & 1 deletion config/locales/nl_descriptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ nl:
curves_weather_years: |
Standaard worden weersomstandigheden gebruikt die passen bij het startjaar. Echter, weersomstandigheden kunnen flink variëren.
Om de impact van weersomstandigheden te verkennen is het mogelijk om in het ETM een ander weerjaar te selecteren.
Dit kan je in het ETM doen op de pagina <a target="_blank" href="https://pro.energytransitionmodel.com/scenario/flexibility/flexibility_weather/extreme-weather-conditions">Flexibiliteit -> Weersomstandigheden</a>.
Dit kan je in het ETM doen op de pagina <a target="_blank" href="https://pro.energytransitionmodel.com/scenario/flexibility/flexibility_weather/weather-conditions">Flexibiliteit -> Weersomstandigheden</a>.
Er is de keuze uit drie weerjaren en in het ETM kan je een omschrijving van deze jaren vinden.
energy_efficiency: |
Op deze pagina vind je de efficiënties van alle electriciteitscentrales en warmteketels. Voor veel van de regio's worden dezelfde efficiënties gebruikt, maar het is ook mogelijk regio-specifieke efficiënties te gebruiken.
Expand Down
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[7.0].define(version: 2025_02_12_104836) do
ActiveRecord::Schema[7.0].define(version: 2025_02_27_082903) do
create_table "commits", id: :integer, charset: "utf8mb4", collation: "utf8mb4_unicode_ci", force: :cascade do |t|
t.integer "source_id"
t.integer "user_id"
Expand Down