test_geoplt Subroutine

subroutine test_geoplt()

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

Arguments

None

Source Code

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