List of mine countermeasure vessels of the Royal Navy

Active ships

Historic ships

Naval mine clearance was originally done by whatever type of vessel could easily be adapted to the task, paddle steamers proving particularly suited due to their shallow draught. In both World Wars naval trawlers were used, as they were naturally suitable for wire sweeping. In World War II this task was given to smaller trawlers of about 300 tons, larger ones being used for anti-submarine work. The increased sophistication and threat posed by the mine meant that specialist mine countermeasure vessels eventually had to be built: the Minesweeping Sloop. This term was officially dropped in 1937, but remained in use nonetheless. The Royal Navy has possessed such vessels since 1914.

There were also some conversions of ships originally built for other purposes for special minesweeping. This was mainly early in World War II for sweeping acoustic and magnetic mines, and later in the war for sweeping influence mines. The ships selected were of varying origin and age and thus do not form a class as such.

gollark: No, `os.pullEvent` handles termination too.
gollark: Oh, you should use `os.pullEvent` and not `coroutine.yield` too, right.
gollark: Your thing will be running in a CraftOS environment instead of the BIOS one, so presumably you can use the `keys` library and make it easier.
gollark: This is adapted slightly from the keyboard shortcuts daemon in potatOS.
gollark: ```lualocal keys_down = {}local keyboard_commands = { -- whatever}local function keyboard_shortcuts() while true do local ev = {coroutine.yield()} if ev[1] == "key" then keys_down[ev[2]] = true if keyboard_commands[ev[2]] and keys_down[157] then -- right ctrl keyboard_commands[ev[2]]() end elseif ev[1] == "key_up" then keys_down[ev[2]] = false end endend```

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.