Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ccpp_fortran_to_metadata.py errors out when given a file that has a constituent properties object #643

Open
cacraigucar opened this issue Feb 14, 2025 · 0 comments
Assignees
Labels
bug For issues describing bugs, or PRs fixing bugs

Comments

@cacraigucar
Copy link
Collaborator

Description

When run ccpp_fortran_to_metadata.py with a Fortran module which contains the constituent properties object, the python script errors out with the following error:

const_props: 'ccpp_constituent_prop_ptr_t' is not a valid derived Fortran type, at /home/cacraig/cam_sima_dme/src/physics/ncar_ccpp/schemes/conservation_adjust/dme_adjust/physics_dme_adjust.F90:52

Steps to Reproduce

Provide the tag or hash of the CCPP Framework used to reproduce the bug
Have you make any modifications to the CCPP Framework code?

Please provide detailed steps for reproducing the issue.

  1. Provide a Fortran routine which contains a variable of type ccpp_constituent_prop_ptr_t in the calling list
@cacraigucar cacraigucar added the bug For issues describing bugs, or PRs fixing bugs label Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug For issues describing bugs, or PRs fixing bugs
Projects
None yet
Development

No branches or pull requests

2 participants