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

stop statement errors #74

Open
AlexanderRichert-NOAA opened this issue Oct 8, 2024 · 0 comments
Open

stop statement errors #74

AlexanderRichert-NOAA opened this issue Oct 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@AlexanderRichert-NOAA
Copy link

AlexanderRichert-NOAA commented Oct 8, 2024

Description

Building with GCC 13 fails because Fortran standards, apparently, require a space in a stop code, for instance, it should be stop (1) rather than stop(1). I have not tested with other GCC versions.

These "missing spaces" are present in the following files:

  • cloudanalysis.fd/get_fv3sar_bk_parallel_mod.f90
  • rtma_esg_conversion.fd/mod_rtma_regrid.F90
  • rtma_esg_conversion.fd/rtma_regrid_rll2esg.F90
  • rtma_esg_conversion.fd/rtma_regrid_esg2rll.F90

Steps to Reproduce

(run cmake build with gcc 13)

Output

/dev/shm/rrfs_utl/rtma_esg_conversion.fd/rtma_regrid_rll2esg.F90:232:10:

  232 |      stop(2)
      |          1
Error: Blank required in STOP statement near (1)
@AlexanderRichert-NOAA AlexanderRichert-NOAA added the bug Something isn't working label Oct 8, 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
None yet
Development

No branches or pull requests

1 participant