Skip to content

10k Bus Case + Three Fully Validated Cases - #461

Open
lukelowry wants to merge 2 commits into
developfrom
lukel/tenK-dev
Open

10k Bus Case + Three Fully Validated Cases#461
lukelowry wants to merge 2 commits into
developfrom
lukel/tenK-dev

Conversation

@lukelowry

@lukelowry lukelowry commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

Description

Three validated cases against PowerWorld with amazing accuracy & added ACTIVSg10k bus case.

Requires #525 #460, WECC case validation is failing until those merge.

PhasorDynamics Cases

wecc generator_omega

Validation Cases

I chose these as the validation cases because they are fully, 100% modeled in GridKit.

Relative Error Against PowerWorld

Field ACTIVSg200 ACTIVSg500 WECC240
Generator real power, P 0.031% / 0.116% 0.016% / 0.066% 0.005% / 0.022%
Generator reactive power, Q 0.066% / 0.137% 0.133% / 0.179% 0.099% / 0.165%
Bus voltage magnitude, |V| 0.004% / 0.078% 0.002% / 0.037% 0.001% / 0.012%
Generator speed deviation, Δω 0.513% / 0.404% 0.227% / 0.198% 0.646% / 0.342%

Each entry reports relative RMSE and maximum error, respectively

Example validation on WECC240

wecc omega

Proposed changes

  • Adjusted DynamicSimulation to print monitored variables pre- and post- fault. This is clearer and makes validation easier, and IMO more correct. It only printed pre-fault values before.
  • Top-level cases/ with cleaned files, README.md, one-line diagrams. This allows us to reuse cases for tests, validations, and examples.
  • Validation folder under examples/PhasorDynamics/validation/ with one *.solver.json and corresponding README.md explaining what is being validated and subfolders for cleanliness: references/ and figures/

Checklist

  • All tests pass.
  • Code compiles cleanly with flags -Wall -Wpedantic -Wconversion -Wextra.
  • The new code follows GridKit™ style guidelines.
  • NA There are unit tests for the new code.
  • The new code is documented.
  • The feature branch is rebased with respect to the target branch.
  • I have updated CHANGELOG.md to reflect the changes in this PR. If this is a minor PR that is part of a larger fix already included in the file, state so.

Further comments

  • ACTIVSg10k is still slow, but optimization is out of scope. Experimental branches show there are a lot of low hanging fruit
  • Because of how cases and the solver file work, the ctest only runs against omega unless you change the monitors in the case and the output file. I think we need some multi-sink monitors as @PhilipFackler has suggested previously (tracked in Multiple Monitor Sinks + Remove monitor field from case #529)

@lukelowry

lukelowry commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator Author

The simulation runs much more slowly after I rebuilt it using the develop branch's Jacobian changes. It ran for a few minutes and did not finish. I am not confident what the hotpath is

(Edit: Without monitored output, it takes 43s to simulat, as opposed to ~8s before #447 )

@nkoukpaizan

Copy link
Copy Markdown
Collaborator

The simulation runs much more slowly after I rebuilt it using the develop branch's Jacobian changes. It ran for a few minutes and did not finish. I am not confident what the hotpath is

(Edit: Without monitored output, it takes 43s to simulat, as opposed to ~8s before #447 )

Good to know! Let's push to merge a clean version of this case. I can then profile and see how to better deal with the bus Jacobians. There wasn't a clean way for each connected component to access the entries owned by the bus and add to them in a thread-safe way, and the tradeoff was worth it on the 2k case.

@nkoukpaizan

Copy link
Copy Markdown
Collaborator

Oh, another difference is that bus faults are currently variable-owning. So, if a bus fault is attached to every bus, the number of bus variables is basically doubled (despite these not contributing anything to the system). I recommend only having one fault in the large cases for now. Once we make the bus class itself faultable, this should no longer be an issue.

@lukelowry

Copy link
Copy Markdown
Collaborator Author

Oh, another difference is that bus faults are currently variable-owning. So, if a bus fault is attached to every bus, the number of bus variables is basically doubled (despite these not contributing anything to the system). I recommend only having one fault in the large cases for now. Once we make the bus class itself faultable, this should no longer be an issue.

That helped. It runs in 28s now, with only one BusFault in the case. Still slower but much more usable, thank you for that! We probably should change how ContingencyAnalysis works soon, so we don't need a BusFault at each bus. cc @PhilipFackler

@pelesh pelesh added this to the Release 0.2 milestone Jul 9, 2026
@lukelowry lukelowry changed the title 10k Bus Case 10k Bus Case + Three Fully Validated Cases Aug 8, 2026
@lukelowry
lukelowry marked this pull request as ready for review August 8, 2026 19:25
Comment thread application/PhasorDynamics/DynamicSimulation.cpp Outdated
@lukelowry
lukelowry force-pushed the lukel/tenK-dev branch 2 times, most recently from 80a465d to a0cb130 Compare August 17, 2026 21:10
@pelesh
pelesh requested review from superwhiskers and removed request for PhilipFackler August 18, 2026 17:44

@pelesh pelesh left a comment

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.

Ready to merge provided WECC240 test is fixed. Great job!

@lukelowry

Copy link
Copy Markdown
Collaborator Author

Rebased. All validation is passed, and I worked my magic a bit so #460 is not needed before release.

@pelesh Notice these new cases are under top level cases/. I only added the three fully 100% validated cases that have validation data there. This makes them reusable. I did not delete/move the ones in examples since thats a cleanup task

@pelesh

pelesh commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

It seems there is something wrong with the way how model is defined. We get error:

The following tests FAILED:
         28 - newengland_ca (Failed)

...

[ERROR] Function IDASolve failed with flag IDA_TOO_MUCH_WORK!
[WARNING] exception caught at fault id: 32

Complete output is below. The code is outputting too many warnings, by the way. It is out of scope of this PR but we should consider turning some of the warnings to miscellaneous information to be used in debugging.

CC @Steven-Roberts

Details
$ ctest --rerun-failed --output-on-failure
Test project /Users/55y/src/gridkit/build-clang
    Start 28: newengland_ca
1/1 Test #28: newengland_ca ....................***Failed   12.01 sec
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1:[ERROR][rank 0][/Users/55y/src/sundials/sundials/src/idas/idas.c:2878][IDASolve] At t = 10.0971382154152, mxstep steps taken before reaching tout.
 Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[ERROR] Function IDASolve failed with flag IDA_TOO_MUCH_WORK!
[WARNING] exception caught at fault id: 32
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor
[WARNING] Ieeet1: Tr, Ta, Te, and Tf below 0.001 s are raised to that floor


Complete in 11.9696s
Study failed for fault: fault_33


0% tests passed, 1 tests failed out of 1

Total Test time (real) =  12.05 sec

The following tests FAILED:
         28 - newengland_ca (Failed)
Errors while running CTest
mac150403:build-clang 5

@lukelowry

lukelowry commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator Author

@pelesh it works on my machine, so I think the default value for max_steps must be platform-dependent, but I cannot confirm.

I added a specified value for max_steps in the failing .solver.json file, (see c695b1c) can you try running again?

@Steven-Roberts

Copy link
Copy Markdown
Collaborator

@lukelowry is correct that this error is from max_steps being too small. The default value is 500, but different platforms may cause IDA to take slightly different numbers of steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants