-
Notifications
You must be signed in to change notification settings - Fork 66
CCPP Framework Meeting Minutes 2024 03 11
Michael Kavulich edited this page Mar 11, 2024
·
4 revisions
Attendees: Mike Kavulich,
CCPP Framework (issues, PRs, discussions)
-
PR 546: Merge feature/capgen into main as of 2024-03-08
- Exciting!
-
PR 523: Add support to use mpi_f08 MPI module
- Not ready to merge, still needs regression testing
-
Issue 534: Change constituent properties parsed from standard name?, Issue 535: Determine supported units, Issue 537: CCPP Framework Updates for v7.0.0 release
- These are follow-up issues from last meeting's discussion, please provide feedback
- Issue 540: ccpp_prebuild: (re-)introduce optional attribute
- Updates to tech doc: Issue 541, Issue 544
- Added to ccpp-doc issue as well
- Issue 543: Remove run phase requirement from capgen
- Issue 545: Follow up on formatting discussions
- Issue 547: Post capgen unification: pylint code
Standard names (issues, PRs, discussions)
https://github.com/ESCOMP/CCPPStandardNames/issues/26
-
PR 56: Add new standard names from NCAR idealized physics schemes
- Needs approval from Grant
-
Issue 57: Feedback on the meaning of: sea_ice_area_fraction_of_sea_area_fraction
- Some proposal for standard name change
- Should units control what kind of mixing ratio (volume, mass, number concentration) it is as opposed to the standard name?
- How should moist/dry/wet mixing ratio property be set? How can we make sure this works properly with variable standard names? Currently this property is set based off the standard name itself, although the actual names being used are out-of-date: https://github.com/peverwhee/ccpp-framework/blob/add_const_interface/src/ccpp_constituent_prop_mod.F90#L421
- Should moist/dry/wet be controlled by standard name, or by metadata property [like "advected"] (which the constituents property object is carrying around anyways)? Also should there not be a default value (to make sure the property is always set)?
- What units do we want to support for unit conversion?