Replies: 2 comments
-
Knowing how the data will come from the InfluxDB (EDR?) helps. So we don't deviate more than necessary. Assuming something like #505 (using dataframes for everything) gets implemented, then it could be just another column in the profiles column. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We have decided what to do, and will update the issue with the closing action |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The current data in the
assets-profile.csv
andflows-profiles.csv
files assumes that all profiles are associated with availability profiles, which is true in most cases. Still, for energy storage, the profile is commonly associated with the energy inflows the asset can get. There are other potential applications for profiles, such as defining a minimum production profile (e.g., nuclear) or a minimum or maximum storage level (e.g., hydro). In all these cases, we will need to determine what type of profile is and then use it in the model constraints. Also, the profiles can be defined for inter-temporal constraints (i.e., between representative periods for the seasonal storage) or intra-temporal constraints (i.e., within the representative periods).To solve this, there are different options that I have thought (I'm open to other options):
id
column to the files. This will allow us to have several profiles associated with anasset
or flow. Then we can have a new file,profile-definition.csv
, to define the profile type (e.g., availability, inflows, minimum/maximum storage level, etc.). Here, maybe the profiles become a structure that has as a field its type (I'm not sure)Any other ideas? @suvayu @abelsiqueira @gnawin @clizbe @g-moralesespana
Suvayu could have a better overview of what is better since he is with the IO.
Beta Was this translation helpful? Give feedback.
All reactions