test_norcdf Subroutine

subroutine test_norcdf()

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

Arguments

None

Source Code

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