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
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>
The text was updated successfully, but these errors were encountered:
…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]>
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.
The text was updated successfully, but these errors were encountered: