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

Period required in format specifier D #73

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

Period required in format specifier D #73

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

With GCC 13 (I have not tested other versions), building fails on rtma_regrid_esg2rll.exe.dir/rtma_regrid_esg2rll.F90 because it wants a period in the 'D' format specifer on line 542.

Steps to Reproduce

(run cmake build using gcc 13)

Output

[ 85%] Building Fortran object rtma_esg_conversion.fd/CMakeFiles/rtma_regrid_esg2rll.exe.dir/rtma_regrid_esg2rll.F90.o
/dev/shm/rrfs_utl/rtma_esg_conversion.fd/rtma_regrid_esg2rll.F90:542:40:

  542 |      write(6,'(1X,A,7(1x,D))')'Pre-defined ESG parameters: A,Kappa,delx,dely,plat,plon,pazi=', &
      |                                        1
Error: Period required in format specifier D at (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