Skip to content

Commit

Permalink
Merge pull request NOAA-EMC#30 from edwardhartnett/ejh_0410
Browse files Browse the repository at this point in the history
Ejh 0410
  • Loading branch information
edwardhartnett authored Apr 10, 2024
2 parents c914d69 + c944bef commit e7b5b1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions regtests/unittests/test_io.F90
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ program test_io
print *, 'OK!'

print *, 'testing reading the WW3 binary point file in netCDF...'
! call w3iopon('READ', ndsop, iotest)
! print *, iotest
! if (iotest .ne. 0) stop 100
! print *, 'OK!'
ipass2 = 0
call w3iopon('READ', ndsop, iotest)
print *, iotest
if (iotest .ne. 0) stop 100
print *, 'OK!'


print *, 'OK!'

print *, 'SUCCESS!'
Expand Down

0 comments on commit e7b5b1f

Please sign in to comment.