Skip to content

Restore ORDC after updating to PSY5#26

Draft
abdelrahman-ayad wants to merge 8 commits into
pg/grid-solutionsfrom
aa/grid_solutions
Draft

Restore ORDC after updating to PSY5#26
abdelrahman-ayad wants to merge 8 commits into
pg/grid-solutionsfrom
aa/grid_solutions

Conversation

@abdelrahman-ayad
Copy link
Copy Markdown
Collaborator

  • Restore ORDC with timeseries
  • Update to PSY5 and corresponding packages (PowerSimulations, HydroPowerSimulations, SiennaPRASInterface)

@purboday
Copy link
Copy Markdown
Collaborator

Hey @abdelrahman-ayad , can you retarget the PR to pg/grid-solutions?

system_availability_data_rt = DataFrames.DataFrame(CSV.File(joinpath(simulation_dir, "timeseries_data_files", scenario, "sim_year_$(sim_year)", "Availability", "REAL_TIME_availability.csv")))
gennames = names(system_availability_data)[5:length(names(system_availability_data))] #################

# Remove generators that return nothing
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the gennames returning nothing is because the availability data frame did not have all the new renewable generators. This is fine for thermals and batteries since it just sets them to 1 but we need that data for renewables. So I would say don't filter them since we would need the availability of all the renewable generators. I updated the availability timeseries data to include the new gens. You can copy the timeseries data from /projects/gmlcmarkets/Phase2_EMIS_Analysis/Feb2024_ERCOT_2011_MARKET_Test_PGHOSH/RTS-GMLC_GS/RTS_Data/timeseries_data_files and try running it.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh Okay that makes more sense, thanks Purboday!

@abdelrahman-ayad abdelrahman-ayad changed the base branch from master to pg/grid-solutions December 24, 2025 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants