Skip to content

Add template run scripts - #38

Open
abdelrahman-ayad wants to merge 5 commits into
aa/gs_updatesfrom
aa/run_script
Open

Add template run scripts#38
abdelrahman-ayad wants to merge 5 commits into
aa/gs_updatesfrom
aa/run_script

Conversation

@abdelrahman-ayad

Copy link
Copy Markdown
Collaborator

Create a template run script with the latest GS updates. Add the simulation_settings.csv file to load EMIS simulation settings

@abdelrahman-ayad abdelrahman-ayad self-assigned this Jul 2, 2026
@abdelrahman-ayad
abdelrahman-ayad requested a review from purboday July 2, 2026 17:06
joinpath(GS_PATH, "EMIS_RTS_Analysis", CASE_NAME, "timeseries_data_files")
timeseries_data_dir = joinpath(result_path, "timeseries_data_files")

if !run_checkpoint

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.

what does this block do?

@@ -0,0 +1,215 @@
using Xpress
using Xpress

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.

Looks like a duplicate

md_market = EAS.parsebool(simulation_settings["multi_day_market"]),
)
@info "Starting simulation from scratch."
simulation = EAS.create_agent_simulation(case);

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.

Shouldn't the result_path also be passed here?

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