Skip to content

Commit

Permalink
remove extraneous prints from m_berror_stats.f90 (NOAA-EMC#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Nov 26, 2024
1 parent 5f348de commit c484d4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gsi/m_berror_stats.f90
Original file line number Diff line number Diff line change
Expand Up @@ -492,10 +492,8 @@ subroutine read_wgt(corz,corp,hwll,hwllp,vz,corsst,hsst,varq,qoption,varcw,cwopt

call berror_get_dims(msig,mlat)
if ( bin_berror ) then
write(6,*)'call binary berror read'
call bin_()
else
write(6,*)'call netcdf berror read'
call nc_(mype)
endif

Expand Down

0 comments on commit c484d4c

Please sign in to comment.