issues when I run the defaulted cases file #202
ZekunYangCalvin
started this conversation in
General
Replies: 1 comment 1 reply
-
I wasn't able to replicate this error. Have you tried rerunning the scenario? If you're still having this issue, sharing the gamslog.txt file could help me figure out why you're facing this error. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Status: Normal completion
--- d_solveoneyear.gms(13573107) 6169 Mb
--- Job d_solveoneyear.gms Stop 01/09/25 15:57:48 elapsed 0:16:59.504
Augur.py 2020-2023 | 2025-01-09 15:57:49,937 | INFO | Preparing data for resource adequacy calculations
Augur.py 2020-2023 | 2025-01-09 15:58:34,250 | INFO | calculating capacity credit...
Augur.py 2020-2023 | 2025-01-09 15:58:34,255 | INFO | Running ReEDS2PRAS and PRAS
Augur.py 2020-2023 | 2025-01-09 15:58:34,255 | INFO | julia --project=/Users/calvinyang/ReEDS-2.0 --threads=1 /Users/calvinyang/ReEDS-2.0/runs/zekun_Ref/ReEDS_Augur/run_pras.jl --reeds_path=/Users/calvinyang/ReEDS-2.0 --reedscase=/Users/calvinyang/ReEDS-2.0/runs/zekun_Ref --solve_year=2020 --weather_year=2007 --timesteps=61320 --write_flow=0 --write_surplus=0 --write_energy=1 --iteration=0 --samples=10 --overwrite=1 --include_samples=0
Augur.py 2020-2023 | 2025-01-09 15:58:34,255 | INFO | vvvvvvvvvvvvvvv run_pras.jl 2020i0 vvvvvvvvvvvvvvv
The latest version of Julia in the
release
channel is 1.11.2+0.aarch64.apple.darwin14. You currently have1.11.1+0.aarch64.apple.darwin14
installed. Run:juliaup update
in your terminal shell to install Julia 1.11.2+0.aarch64.apple.darwin14 and update the
release
channel to that version.Augur.py 2020-2023 | 2025-01-09 16:07:51,473 | INFO | ^^^^^^^^^^^^^^^ run_pras.jl 2020i0 ^^^^^^^^^^^^^^^
Augur.py 2020-2023 | 2025-01-09 16:07:51,490 | INFO | list index out of range
Augur.py 2020-2023 | 2025-01-09 16:07:51,500 | ERROR | Traceback (most recent call last):
Augur.py 2020-2023 | 2025-01-09 16:07:51,500 | ERROR | File "/Users/calvinyang/ReEDS-2.0/runs/zekun_Ref/Augur.py", line 195, in
Augur.py 2020-2023 | 2025-01-09 16:07:51,501 | ERROR | main(t=t, tnext=tnext, casedir=casedir, iteration=iteration)
Augur.py 2020-2023 | 2025-01-09 16:07:51,504 | ERROR | File "/Users/calvinyang/ReEDS-2.0/runs/zekun_Ref/Augur.py", line 136, in main
Augur.py 2020-2023 | 2025-01-09 16:07:51,504 | ERROR | raise Exception(
Augur.py 2020-2023 | 2025-01-09 16:07:51,504 | ERROR | Exception
Augur.py 2020-2023 | 2025-01-09 16:07:51,504 | ERROR | :
Augur.py 2020-2023 | 2025-01-09 16:07:51,504 | ERROR | run_pras.jl returned code -9. Check gamslog.txt for error trace.
d_solve_iterate.py | 2025-01-09 16:07:52 | ERROR | Traceback (most recent call last):
d_solve_iterate.py | 2025-01-09 16:07:52 | ERROR | File "/Users/calvinyang/ReEDS-2.0/runs/zekun_Ref/d_solve_iterate.py", line 186, in
d_solve_iterate.py | 2025-01-09 16:07:52 | ERROR | main(casepath=casepath, t=t, overwrite=overwrite)
d_solve_iterate.py | 2025-01-09 16:07:52 | ERROR | File "/Users/calvinyang/ReEDS-2.0/runs/zekun_Ref/d_solve_iterate.py", line 127, in main
d_solve_iterate.py | 2025-01-09 16:07:52 | ERROR | run_reeds(casepath, t, iteration=iteration)
d_solve_iterate.py | 2025-01-09 16:07:52 | ERROR | File "/Users/calvinyang/ReEDS-2.0/runs/zekun_Ref/d_solve_iterate.py", line 87, in run_reeds
d_solve_iterate.py | 2025-01-09 16:07:52 | ERROR | raise Exception(f'Augur.py failed with return code {result.returncode}')
d_solve_iterate.py | 2025-01-09 16:07:52 | ERROR | Exception
d_solve_iterate.py | 2025-01-09 16:07:52 | ERROR | :
d_solve_iterate.py | 2025-01-09 16:07:52 | ERROR | Augur.py failed with return code 1
d_solve_iterate.py_2020 returned 0
I only got few results with hourly and tc_phaseout_data in the output. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions