Skip to content

Commit

Permalink
remove debug print from read_ozone.f90 (NOAA-EMC#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Mar 15, 2024
1 parent 81831fa commit b77e502
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gsi/read_ozone.f90
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ subroutine read_ozone(nread,ndata,nodata,jsatid,infile,gstime,lunout, &
else
nhdrozg = 10
endif
print *,'read_ozone: orbn ',orbn,' nhdrozg ',nhdrozg
if (.not.allocated(hdrozg)) allocate(hdrozg(nhdrozg))
if (nhdrozg == 11) then
call ufbint(lunin,hdrozg,nhdrozg,1,iret,ozgstr_v2)
Expand Down

0 comments on commit b77e502

Please sign in to comment.