Skip to content

Commit

Permalink
remove erroneously placed error trapping line (NOAA-EMC#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Dec 2, 2024
1 parent 849b3b1 commit 712551f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/gsi/m_berror_stats.f90
Original file line number Diff line number Diff line change
Expand Up @@ -769,9 +769,7 @@ subroutine nc_(myid)
deallocate(corq2)
endif
cycle
else
call die(myname_," in cw, failed to find cvars3d bvars ", 99)
endif
endif
if (trim(cvars3d(nv))=='q') then
n = getindex(cvars3d,'q')
found3d(n)=.true.
Expand Down

0 comments on commit 712551f

Please sign in to comment.