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

Minor issue #116

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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/conversions/assets/demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
factor: 1.e-6 # gquery returns value in MW
fullLoadHours:
input: # the flh are derived from a scenario and cannot be set
gquery: flh_of_transport_truck_using_hydrogen
gquery: flh_of_transport_truck_using_electricity
factor: 1
volume:
input: # cannot be set in the ETM
Expand Down
2 changes: 1 addition & 1 deletion config/conversions/assets/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
capacity: # we call this volume in the ETM
input: # the volume is derived from a scenario and cannot be set
gquery: energy_flexibility_mv_batteries_electricity_volume
factor: 2.77778e-10 # MWh to J
factor: 3.6e+9 # MWh to J
maxChargeRate: # we call this capacity in the ETM
input: capacity_of_energy_flexibility_mv_batteries_electricity
gquery: energy_flexibility_mv_batteries_electricity_capacity
Expand Down