Skip to content

Commit

Permalink
working on read code
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Apr 9, 2024
1 parent c914d69 commit 66d7f02
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!'
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 66d7f02

Please sign in to comment.