-
Notifications
You must be signed in to change notification settings - Fork 64
CCPP Framework Meeting Minutes 2023 03 13
Michael Kavulich edited this page Mar 13, 2023
·
2 revisions
Attendees: Michael Kavulich,
- Issue 458: Unit converter does not handle a variable with units = 1
- Fix for capgen in PR 460
- Merged
- Fix for ccpp_prebuild done (https://github.com/mkavulich/ccpp-framework/tree/bugfix/unit_converter_1)
- Merged
- Fix for capgen in PR 460
- Discussion 464: Code hacking (changing auto-generated CCPP code)
- PR 465: Add more unit tests for routines in common.py
- Item from Jesse
- It looks like at least in the capgen version the CCPP error message variable ("errmsg") is coded to be exactly 512 characters long. Given that host models and physics schemes are likely to use the CCPP error message variable, does it make sense to make a new character "kind" parameter that sets the max error message length, that could then be "used" by host models and physics schemes to ensure there are no character length conflicts anywhere?