Closed climbfuji closed 1 month ago
It's not a bug in the sense that it was intentional.
real
with no kind
is processor dependent in the Fortran specification.
Do we want to support that? How much cleanup will that entail (all the places where no kind
was entered but kind_phys
is desired)?
Glad I asked! I am ok with the current behavior, hopefully we have this documented somewhere in CCPP tech doc
Is this just for real
or also for complex
?
Asking because capgen's metadata parser leaves kind
alone for integers (i.e. doesn't assign any if not provided in the metadata).
Glad I asked! I am ok with the current behavior, hopefully we have this documented somewhere in CCPP tech doc
Uh, no, not i you are talking about https://ccpp-techdoc.readthedocs.io/en/v4.0/CompliantPhysicsParams.html#metadata-rules
Is this just for
real
or also forcomplex
?
Also complex
. See default_kind_val
in var_props.py for the complete behavior.
See https://github.com/NCAR/ccpp-doc/pull/74 please
Description
Is this a bug or not? I have the following metadata, and I believe
kind
is optional forreal
variables. The capgen metadata parser however assignskind_phys
to the variable:Then:
Steps to Reproduce
See above
Additional Context
n/a
Output
See above