Skip to content

Commit c9b6f0e

Browse files
committed
mod_read_obs: More verbose error message in NetCDF check.
1 parent fe73f4b commit c9b6f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bldsva/intf_DA/pdaf/framework/mod_read_obs.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ subroutine check(status)
599599

600600
if(status /= nf90_noerr) then
601601
print *, trim(nf90_strerror(status))
602-
stop "Stopped"
602+
stop "Stopped from NetCDF error handling subroutine check"
603603
end if
604604
end subroutine check
605605

0 commit comments

Comments
 (0)