Skip to content

Commit

Permalink
select correct name of ensmean sfc incr files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraDraper-NOAA committed Oct 29, 2024
1 parent 92026ab commit 2c0fcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enkf/gridio_gfs.f90
Original file line number Diff line number Diff line change
Expand Up @@ -4114,7 +4114,7 @@ subroutine writeincrement(nanal1,nanal2,vars3d,vars2d,n3d,n2d,levels,ndim,grdin,
write(charnanal,'(i3.3)') nanal
sfcbackgroundloop: do nb=1,nbackgrounds

if (nanal == 0 .and. write_ensmean) then
if (nanal == 0 ) then
filenamein = trim(adjustl(datapath))//trim(adjustl(fgsfcfileprefixes(nb)))//"ensmean"
filenameout = trim(adjustl(datapath))//trim(adjustl(incsfcfileprefixes(nb)))//"ensmean"
else
Expand Down

0 comments on commit 2c0fcf7

Please sign in to comment.