You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out the CCPP stub in directory stub is currently broken in main, following an earlier PR.
The problem is that the ccpp_prebuild.py code uses a hardcoded name for the CCPP data (type ccpp_t) variable, which is ok as long as every host model calls this variable cdata itself - not a good and safe assumption. Parts of the code already use the actual name of the variable as it is provided by the host model, but not all do.
Steps to Reproduce
Check out ccpp-framework main and follow the directions in stub/README.md.
Additional Context
n/a
Output
n/a
The text was updated successfully, but these errors were encountered:
Description
Turns out the CCPP stub in directory
stub
is currently broken inmain
, following an earlier PR.The problem is that the
ccpp_prebuild.py
code uses a hardcoded name for the CCPP data (typeccpp_t
) variable, which is ok as long as every host model calls this variablecdata
itself - not a good and safe assumption. Parts of the code already use the actual name of the variable as it is provided by the host model, but not all do.Steps to Reproduce
Check out ccpp-framework main and follow the directions in
stub/README.md
.Additional Context
n/a
Output
n/a
The text was updated successfully, but these errors were encountered: