Open kibaekkim opened 7 years ago
It seems that I must have used the files in RTS_Data
.
Now I am having different questions.
Unit
and Size
defined in gen_params.csv
?hydro_profiles.csv
is using different generator IDs. Are they the concatenation of bus index and generator index?vg_gen_DA.csv
is using another format of generator IDs. Can we generate common IDs for all the data files?Unit
corresponds to the unit identifier published in the original RTS dataSize
is the nameplate capacity of each planthydro_profiles.csv
uses a concatenation of the bus index and generator index to identify which profile is assigned to each generating unit. also see #19
I see #3 rearranging some files for non-PLEXOS users. But, I am still struggling to figure out how to use the RTS data for Argonne's work. Is there any plan for README for those who are like me? It would be great if one can formally define the formulation that is (supposed to be) used with the parameters defined in the data files.
I tried using the raw data files in
Create_PLEXOS_database/1-parse-matpower/outputs
. There are some files and fields in csv format that I do not know. For example, I do not know how to construct generation cost based ongen.cost.data.csv
. And, some fuel types used ingen.fuel.csv
are not defined in fuel.price.csv.