Skip to content

Commit

Permalink
Update unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Jan 13, 2023
1 parent 5ec3205 commit f705b8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_w3fi71.f90
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
program test_w3fi71
implicit none
integer :: igrid, igds(18), ierr
print*,"Testing w3fi71..."
igrid = 172
call w3fi71(igrid, igds, ierr)
print*,'ierr ',ierr
print*,'igds ',igds
print*,"SUCCESS"
end program test_w3fi71

0 comments on commit f705b8e

Please sign in to comment.