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

Wrong direction for variable transfer between subroutines #22

Open
oyvindseland opened this issue Mar 4, 2024 · 0 comments
Open

Wrong direction for variable transfer between subroutines #22

oyvindseland opened this issue Mar 4, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@oyvindseland
Copy link

The variable fdot in subroutine cfint2, module oslo_aero_dust_sediment.F90
is defined as intent(out) even though it is used for calculations within cfint2
In the twinned subroutine dust_sediment_mod the variable has not defined direction. The NlorESM2.3 version of the code has the same problem.

@oyvindseland oyvindseland added the bug Something isn't working label Mar 4, 2024
@oyvindseland oyvindseland added this to the NorESM2.5 milestone Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants