Description
Note. ccpp-capgen v1 was previously called ccpp-capgen-ng. Some of the supporting documents attached below (until 2026-06-28) use this terminology.
ccpp-capgen v1 is a next-generation code generator for the CCPP framework. It is not a criticism of the existing tools — both ccpp-prebuild and ccpp-capgen v0 have served their respective communities well and embody years of careful design. This project attempts to synthesize the strengths of both: the performance of ccpp-prebuild and the metadata richness and feature set of ccpp-capgen v0, while also taking advantage of relaxed code-generator requirements that have emerged over time and lessons learned from operating both tools in development, research, and production. It also aims to resolve several outstanding issues that have been blocking progress toward a long-discussed unification of the two code generators.
Supporting documents — including a redesign analysis, the LLM prompt used to bootstrap development, developer and user documentation, and a migration guide — will be provided as part of the draft pull request.
The code was developed with the assistance of an LLM (Claude, by Anthropic) as a coding partner. Where possible, existing code was reused and repackaged.
Testing
Python docstring tests, unit tests
Significantly expanded test coverage with Python docstring tests and 1500-ish unit tests. Run in CI, all pass.
End-to-end tests
The following tests and features are currently supported by ccpp-capgen v1. They run successfullly in CI and on my development boxes.
- Former ccpp-capgen v0 tests:
- Former ccpp-prebuild tests:
- Newly added features/tests:
Host model integration
Issues
A list of issues that will be addressed with this issue will be provided in the associated pull request.
Addressing this issue will also address/close the following issues if/when the participating host models switch to capgen-ng:
To check/may not be implemented yet:
Working towards:
Supporting Materials
See doc/ folder in the feature/capgen-v1 - documents evolved over time (commit history).
The documents were produced by Claude during development and most have them have not been formally reviewed. They are shared for transparency and to give context for the design decisions made. They should be treated as starting points rather than authoritative references.
An update of the CCPP technical documentation is made in NCAR/ccpp-doc#81.
Description
Note. ccpp-capgen v1 was previously called ccpp-capgen-ng. Some of the supporting documents attached below (until 2026-06-28) use this terminology.
ccpp-capgenv1 is a next-generation code generator for the CCPP framework. It is not a criticism of the existing tools — bothccpp-prebuildandccpp-capgen v0have served their respective communities well and embody years of careful design. This project attempts to synthesize the strengths of both: the performance ofccpp-prebuildand the metadata richness and feature set ofccpp-capgen v0, while also taking advantage of relaxed code-generator requirements that have emerged over time and lessons learned from operating both tools in development, research, and production. It also aims to resolve several outstanding issues that have been blocking progress toward a long-discussed unification of the two code generators.Supporting documents — including a redesign analysis, the LLM prompt used to bootstrap development, developer and user documentation, and a migration guide — will be provided as part of the draft pull request.
The code was developed with the assistance of an LLM (Claude, by Anthropic) as a coding partner. Where possible, existing code was reused and repackaged.
Testing
Python docstring tests, unit tests
Significantly expanded test coverage with Python docstring tests and 1500-ish unit tests. Run in CI, all pass.
End-to-end tests
The following tests and features are currently supported by ccpp-capgen v1. They run successfullly in CI and on my development boxes.
blocked-datanot supported in capgen or capgen-ngHost model integration
test/system) pass with both GNU and Intel, and with b4b-identical results except for two tests that also fail ondevelopment(SMS_Ln9.ne3pg3_ne3pg3_mg37.FKESSLER.derecho_intel.cam-outfrq_se_cslam_multitape,SMS_Ln9.ne3pg3_ne3pg3_mg37.FADIAB.derecho_gnu.cam-outfrq_se_cslam)Issues
A list of issues that will be addressed with this issue will be provided in the associated pull request.
Addressing this issue will also address/close the following issues if/when the participating host models switch to
capgen-ng:scripts/file_utils.py/move_modified_filesroutine #744To check/may not be implemented yet:
Working towards:
Supporting Materials
See
doc/folder in thefeature/capgen-v1- documents evolved over time (commit history).The documents were produced by Claude during development and most have them have not been formally reviewed. They are shared for transparency and to give context for the design decisions made. They should be treated as starting points rather than authoritative references.
An update of the CCPP technical documentation is made in NCAR/ccpp-doc#81.