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

Pass DDT subfields into Group Caps. #639

Open
dustinswales opened this issue Feb 4, 2025 · 0 comments
Open

Pass DDT subfields into Group Caps. #639

dustinswales opened this issue Feb 4, 2025 · 0 comments

Comments

@dustinswales
Copy link
Collaborator

Description

If you try to pass a sub variable of a DDT directly into a scheme, the array reference in the Group call string will be incomplete.

For example, using the testing introduced in #637, if you pass the components of the ty_rad_sw DDT into the rad_sw scheme, the full array reference will be incomplete.

Snippet from test_host_ccpp_cap.F90:
sfc_up_sw=phys_state%sfc_up_sw(col_start:col_end)

The complete call string should be:
sfc_up_sw=phys_state%fluxSW%sfc_up_sw(col_start:col_end)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant