test_wind Subroutine

subroutine test_wind()

call unit_check(‘wind’, 0.eq.0, ‘checking’,100)

Arguments

None

Source Code

subroutine test_wind()
   call unit_check_start('wind',msg='')
   !!call unit_check('wind', 0.eq.0, 'checking',100)
   call unit_check_done('wind',msg='')
end subroutine test_wind