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
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=', & | 1Error: Period required in format specifier D at (1)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: