Skip to content

Commit

Permalink
working on netCDF code
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Nov 6, 2023
1 parent 7b9ef23 commit 52e4864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/tests/test_io.F90
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ program test_io
print *, 'testing WW3 binary point file write...'

! This is not working yet.
call w3iopo('WRITE', ndsop, iotest)
call w3iopon('WRITE', ndsop, iotest)
print *, iotest
! if (iotest .ne. 0) stop 100
if (iotest .ne. 0) stop 100
print *, 'OK!'
print *, 'SUCCESS!'
end program test_io
Expand Down

0 comments on commit 52e4864

Please sign in to comment.