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
We've determined that CCPP will not support pointer variables in CCPP-compliant parameterizations, so let's add this information to the CCPP technical documentation.
The text was updated successfully, but these errors were encountered:
@climbfuji I'm in the process of updating the Technical Documentation now. Just to clarify, internal pointers within physics schemes will still be allowed, right? They will just not be supported as CCPP-compliant variables passed between schemes/hosts?
@climbfuji I'm in the process of updating the Technical Documentation now. Just to clarify, internal pointers within physics schemes will still be allowed, right? They will just not be supported as CCPP-compliant variables passed between schemes/hosts?
Another note here while I'm wrapping my head around things: I noticed all of the framework code for dealing with pointers is still present (for example, the "pointer" attribute added in #552) as well as unit tests. I assume these will be removed in the future?
I added wording here and here that I think properly captures the current state of things, let me know what you think.
Description
We've determined that CCPP will not support pointer variables in CCPP-compliant parameterizations, so let's add this information to the CCPP technical documentation.
The text was updated successfully, but these errors were encountered: