Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bns input file cleanups #5497

Merged

Conversation

nilsdeppe
Copy link
Member

Proposed changes

  • Print more info on FPE (when possible) in FixConservativesAndComputePrims. most of our BNS failures have been happening in this routine.
  • Update develop input file to what I've been using to do mergers.

Upgrade instructions

Code review checklist

  • The code is documented and the documentation renders correctly. Run
    make doc to generate the documentation locally into BUILD_DIR/docs/html.
    Then open index.html.
  • The code follows the stylistic and code quality guidelines listed in the
    code review guide.
  • The PR lists upgrade instructions and is labeled bugfix or
    new feature if appropriate.

Further comments

@nilsdeppe nilsdeppe force-pushed the bns_input_file_cleanups branch from 3203402 to c0d2586 Compare September 25, 2023 19:48
Copy link
Contributor

@knelli2 knelli2 left a comment

Choose a reason for hiding this comment

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

Just a couple things. You can squash if you decide to do them

Comment on lines 244 to 310
LMax: 16
LMax: 8
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe keep this one? 16 is what is typically used in SpEC and you've disabled the event above

Comment on lines 205 to 211
- Trigger:
Slabs:
EvenlySpaced:
Interval: 50
Offset: 0
Events:
# BondiSachsInterpolation is for observing GW data. However, the
Copy link
Contributor

Choose a reason for hiding this comment

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

This will technically still trigger even though there are zero events to run. Consider commenting out the trigger as well?

This matches what Nils Deppe has been using for BNS mergers with curved meshes.
@nilsdeppe nilsdeppe force-pushed the bns_input_file_cleanups branch from c0d2586 to 135ba54 Compare September 29, 2023 01:09
@nilsdeppe
Copy link
Member Author

Rebased, made the suggested changes, and switch to using CAPTURE_FOR_ERROR to get diagnostics printed on FPE.

@nilsdeppe
Copy link
Member Author

CI failures are unrelated timeouts.

@nilsdeppe nilsdeppe merged commit af8950b into sxs-collaboration:develop Sep 29, 2023
@nilsdeppe nilsdeppe deleted the bns_input_file_cleanups branch September 29, 2023 14:02
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.

3 participants