Closed RussTreadon-NOAA closed 5 months ago
@CoryMartin-NOAA and @DavidNew-NOAA , automated gcc testing flagged the formatting error described above. This PR adds a field width to the i
format. This allows the gcc test to pass. I'll merge into develop
once it is reviewed and approved.
Thank you @CoryMartin-NOAA
The gcc compiler requires a field width specification when formatting numeric output. Automated gcc testing flagged the line
in
src/EnKF/gfs/src/getsigensmeanp_smooth.fd/getsigensmeanp_smooth_ncep.f90
This PR adds a field width to the integer format so that the above line reads
With this change in place automated gcc testing passes.