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.
[ 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)
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