-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update Fields #17
base: main
Are you sure you want to change the base?
Update Fields #17
Conversation
DB Parser merged into update fields for RTS expansion
#! format: off | ||
|
||
""" | ||
mutable struct ExistingTransportTechnology{T <: PSY.Device} <: Technology |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drop it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
@@ -30,29 +31,37 @@ This file is auto-generated. Do not edit. | |||
om_costs_power::PSY.OperationalCost | |||
balancing_topology::String | |||
min_cap_energy::Float64 | |||
ext::Dict | |||
region::Union{Nothing, Region, Vector{Region}} | |||
initial_state_of_charge::Float64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Operation data
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
ext::Dict | ||
region::Union{Nothing, Region, Vector{Region}} | ||
initial_state_of_charge::Float64 | ||
unit_size_energy::Float64 | ||
eff_up::Float64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use same as power systems and db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated naming of these fields
eff_up::Float64 | ||
cluster::Int64 | ||
interest_rate::Float64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Financial
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved to separate struct
cluster::Int64 | ||
interest_rate::Float64 | ||
ext::Dict | ||
base_year::Int | ||
reg_cost::Float64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
operation too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
Notes:
|
We need this merge to get the stuff working in PSIN.