Bug Report: EB-C14 case fails with amr.max_level=2 in the latest PeleC #969
Unanswered
ShuyingJiang-bachelor
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, thanks for bringing this up. I am able to reproduce this. I backed up about 6 months to c9a0f87 and still see it. Could you tell me what version of PeleC worked for this case? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve found a potential issue with the EB-C14 case in the latest version of PeleC.
In the default eb-c14.inp file for EB-C14, if the setting is kept as:
amr.max_level = 1 # maximum level number allowed
the case runs without any problems.
However, if I change it to:
amr.max_level = 2 # maximum level number allowed
the simulation immediately crashes with the following error:
From what I remember, the older versions of PeleC could run this case with AMR levels higher than 1. To confirm this, I tested the same EB-C14 case with an older version of PeleC and set amr.max_level to 2, 3, and 4 — all ran successfully without errors.
Based on these results, I suspect that some recent changes in PeleC may have affected the EB-C14 case when using AMR levels greater than 1.
Beta Was this translation helpful? Give feedback.
All reactions