-
Notifications
You must be signed in to change notification settings - Fork 2
Adapt descriptive_names to new elements in EnergyModelsFlex #47
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
Changes from 7 commits
7a4864b
518ffe9
8e92286
6b87b00
dcca64c
d121516
e54bdd3
367574f
b0ee602
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -142,6 +142,13 @@ structures: | |
| CCSRetroFit: | ||
| opex_var: "Variable operating expense per unit of CO₂ captured" | ||
|
|
||
| EnergyModelsFlex: | ||
| ## links/datastructures.jl | ||
| CapacityCostLink: | ||
| cap: "Installed capacity" | ||
| cap_price: "Price of capacity usage" | ||
| cap_price_periods: "The number of sub periods of a year" | ||
|
||
|
|
||
|
|
||
| variables: | ||
| # EnergyModelsBase | ||
|
|
@@ -267,6 +274,8 @@ variables: | |
| load_shifted: "Load shifted" | ||
| sink_surplus_p: "Penalties for surplus of resource" | ||
| sink_deficit_p: "Penalties for deficits of resource" | ||
| cap_cost_sub_period: "Cost over sub periods" | ||
| max_cap_use_sub_period: "Maximum capacity usage over sub periods" | ||
|
|
||
| # Overview of total quantities and their components | ||
| total: | ||
|
|
@@ -275,6 +284,8 @@ total: | |
| opex_fixed: "Total absolute fixed OPEX" | ||
| trans_opex_var: "Total absolute variable transmission OPEX" | ||
| trans_opex_fixed: "Total absolute fixed transmission OPEX" | ||
| link_opex_var: "Total absolute variable link OPEX" | ||
| link_opex_fixed: "Total absolute fixed link OPEX" | ||
| capex_fields: | ||
| cap_capex: "Total absolute CAPEX for investments in the capacity of technologies" | ||
| stor_level_capex: "Total absolute CAPEX for investments in the capacity of storages" | ||
|
|
||
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.