-
Notifications
You must be signed in to change notification settings - Fork 64
CCPP Framework Meeting Minutes 2024 05 30
Jesse Nusbaumer edited this page May 30, 2024
·
7 revisions
Attendees: Mike Kavulich,
JESSE WILL BE TAKING NOTES
CCPP Framework (issues, PRs, discussions)
-
- Running UFS regression tests now, emailed code managers about getting the PR into the testing queue.
-
Edge case for "none" unit conversions Issue#567
- Should be straightforward to fix.
-
Remove requirement that suite files begin with "suite_" Issue#568
- Dustin: This should be labeled “capgen unification”
- Cheryl: Why remove this requirement?
- Michael K.: This was a long discussion in NOAA, but basically the problem is that the suite names were getting too long and difficult to manage/keep up-to-date.
- The Presentation on this topic in relation to the UFS can be found HERE.
- A host model can still used “suite_” in their SDF names, it just isn’t required anymore (instead host models can name their files whatever they want).
-
Remove requirement that suite definition file names begin with "suite_" PR#569
Standard names (issues, PRs, discussions)
- (NCAR SEs) - Possibility of a "register" or "preinit" phase?
- Dustin: Would this require a new hook/API into the host model?
- Jesse: I think so, but sadly not the expert on that front.
- Dustin will chat with Courtney/Dom/Steve on how this would work
- Will NOT be implemented in pre-build.
- Would be optional for host models unless they wanted to implement runtime (dynamic) constituents.