-
Notifications
You must be signed in to change notification settings - Fork 67
CCPP Framework Meeting Minutes 2026 01 08
Courtney Peverley edited this page Jan 8, 2026
·
3 revisions
Attendees: Michael Kavulich, Dom Heinzeller, Dustin Swales, Cheryl Craig, RhaeSung Kim, Jordan Powers, Coutney Peverley, Jesse Nusbaumer
GitHub issues, PRs, discussions
-
Add diagnostic metadata property to constituents object; use existing diagnostic name metadata attribute#695
- Has needed approvals, but Dom has a question
-
Initial configuration of Codee Fortran formatter with examples (src/*.F90) #707
- Needs reviews
-
New test to demonstrate GNU failure #689
- Associated issue: Unallocated fields passed into Group Caps #690
- PR Demonstrates test failure, but doesn't fix it yet
- No new issues
- Issue backlog/triage
- Skipped any issues that have "post-capgen unification" label...we should review those at the appropriate time
- Metadata to indicate input data source #413
- Add optional metadata fields for constituent implementation #461
- Add new errmsg length constant to ccpp_kinds #466
-
Need plan for implementing process and time-split physics in capgen #467
- Still relevant?
-
Update capgen testing #471
- Completed by Testing refactor #612?
- Diagnostic metadata (#695)
- Courtney to remove hardcoded standard name length limit and potentially ping Dom for re-review
- Codee fortran (#707)
- Needs review from everyone
- New test to demonstrate GNU failure (#689)
- Test will pass when fix is in - fix TBD
- Courtney to reach out to Steve for design help with passing parent DDTs into the suite caps
- Dom has physics PR
- Wraps MPI broadcast (mpiutil.F90)
- Error handling is complicated - passing error flag & message all the way down and then do an if after the broadcast (OR use CHECKMPI)
- Aborting in scheme might not abort all other components
- Walking back also gives you a trace of your error (though compilers can do this now)
- Perhaps we should fix ALL non-compliant code first (“stop”s in ccpp-physics, f77 files, etc) - Michael to add that to the DTC group meeting agenda (perhaps someone can work on this)
- Dom - maybe a hackathon to get some of these through all at once (the PR pipeline is really slow asynchronously right now)