NCAR / ccpp-framework

Common Community Physics Package (CCPP)
http://www.dtcenter.org/community-code/common-community-physics-package-ccpp/
Other
26 stars 64 forks source link

Complete implementation of optional arguments / active variables in capgen #566

Open climbfuji opened 4 months ago

climbfuji commented 4 months ago

Description

PR #552 introduces optional arguments in ccpp_prebuild.py based on requirements described in https://github.com/NCAR/ccpp-framework/issues/526. The PR discussion led to a set of requirements that go further than what is described in #526: https://github.com/NCAR/ccpp-framework/pull/552#discussion_r1603198387. ccpp_prebuild.py implements those in #552 in the prebuild layer on top of the capgen layer.

Solution

Some of that functionality is not yet available in capgen.py and needs to be added there (with tests).

Alternatives (optional)

n/a

Related to (optional)

n/a