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
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.
Provide a Fortran routine which contains a variable of type ccpp_constituent_prop_ptr_t in the calling list
The text was updated successfully, but these errors were encountered:
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.
ccpp_constituent_prop_ptr_t
in the calling listThe text was updated successfully, but these errors were encountered: