-
Notifications
You must be signed in to change notification settings - Fork 7
Fix warnings and stabilize orbit diagnostics #299
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
base: main
Are you sure you want to change the base?
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
User description
Summary
Testing
PR Type
Bug fix, Enhancement
Description
Replace local
dpkind definitions with intrinsiciso_fortran_envimportFix cut detector stencil initialization to avoid out-of-bounds array access
Remove unused variables and clean up compiler warnings across modules
Improve code formatting and fix floating-point comparison logic
Diagram Walkthrough
File Walkthrough
2 files
Remove local dp definition and unused variableRemove unused ierr_orbit variable declaration4 files
Add iso_fortran_env import, remove local dp definitionAdd iso_fortran_env import, remove unused variablesAdd iso_fortran_env import, remove local dp definitionAdd iso_fortran_env import, improve subroutine signatures3 files
Fix stencil initialization and refactor loop logicFix floating-point zero comparison logicRemove unused import and fix shift calculation