Skip to content

Fix intent for fill procedures#281

Merged
Adam Maycock (adammaycock) merged 1 commit intodevelopfrom
feature/280
Apr 7, 2026
Merged

Fix intent for fill procedures#281
Adam Maycock (adammaycock) merged 1 commit intodevelopfrom
feature/280

Conversation

@DJDavies2
Copy link
Copy Markdown
Collaborator

This fixes the intent(out) declarations for some arguments for the fill functions in opsinputs_fill_mod.F90. intent(out) is wrong as it changes the association status from null (set earlier in the run) to undefined. Once this is done it is not valid to pass it to the associated intrinsic. The solution is to change it to intent(inout) (or no intent).

@adammaycock Adam Maycock (adammaycock) merged commit df12e9d into develop Apr 7, 2026
6 checks passed
@adammaycock Adam Maycock (adammaycock) deleted the feature/280 branch April 7, 2026 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants