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

fix the argument list in inline post stub subroutine #476

Closed
junwang-noaa opened this issue Mar 16, 2021 · 0 comments · Fixed by NOAA-EMC/fv3atm#252
Closed

fix the argument list in inline post stub subroutine #476

junwang-noaa opened this issue Mar 16, 2021 · 0 comments · Fixed by NOAA-EMC/fv3atm#252
Assignees
Labels
bug Something isn't working

Comments

@junwang-noaa
Copy link
Collaborator

Description

Provide a clear and concise description of what the bug is.
It is found that the model can't compile with "NO_INLINE_POST". The argument variable fldbundle in subroutine inline_post_getattr in inline_post_stub.F90 needs to be removed.

To Reproduce:

What compilers/machines are you seeing this with?
Check out the latest develop branch and compile the model with -DNO_INLINE_POST". An error message will show up at compile time:
/lfs/h1/emc/nceplibs/noscrub/gwv/u/ufs-weather-model/FV3/io/module_wrt_grid_comp.F90(1169): error #6631: A non-optional actual argument must be present when invoking a procedure with an explicit interface. [FLDBUNDLE]
call inline_post_getattr(wrt_int_state)

Additional context

An FV3 PR will be created.

  • needed for noaa-emc/fv3atm/pull/<pr_number>
@junwang-noaa junwang-noaa added the bug Something isn't working label Mar 16, 2021
@junwang-noaa junwang-noaa self-assigned this Mar 16, 2021
pjpegion pushed a commit to NOAA-PSL/ufs-weather-model that referenced this issue Apr 4, 2023
epic-cicd-jenkins pushed a commit that referenced this issue Apr 17, 2023
…te Hera Intel modulefile. (#477)

* Add hera gnu fundamental test to Jenkins.

* Remove a couple of test cases.

* [develop] Add build_hera_gnu.lua file.  Completes #476.

Co-authored-by: Daniel Abdi <[email protected]>
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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant