Rhino Barges

One of the dullest, coolest, more bizarre and fascinating pieces of kit used in Normandy.

Which NO ONE REALLY CARES ABOUT.

BUT I DO AND YOU SHOULD TOO.
/1

#WW2 #SWW #History

Planning for Overlord and Neptune had a serious snag, how to get troops from LSTs onto the beach as simply ramming them onto the beaches and dropping the ramp was known to damage the exceptionally vulnerable LSTs and felt to be unsustainable in the mid to long term. /2
LSTs were essential in sustaining Overlord's progress and were a subject of major headaches in the planning phase, and a real subject of friction when it came to launching additional amphibious operations such as Dragoon.

A single LSTs loss represented a capability nick. /3
So, logic dictated, we don't really want these remarkable but rare and highly valuable vessels constantly doing beach landings, we want something to act as a medium between ship to shore, and in came the (mostly) American designed Rhino. /4
I fucking love Rhinos.

Seriously.

Graceful lines of pure industrial pedigree.

Modular.

LOOK AT IT. /5
They were clearly POPULAR with troops disembarking from transport ships.

FULL OF GRACE.

MUCH LOVED.

THEY WERE TRUSTED.

SOLDIERS AND SAILORS HAD FAITH IN THEM.

*Undeniable goodest Rhino. /6
Jim Walton served in the Durham Light Infantry in their Carrier Platoon, landed in a Universal Carrier on D+4 off a Rhino barge.

"We were glad to get off the boats! It was a little bit rough. We landed on water but we didn't get wet as we were in a vehicle." /7
Rhinos were modular craft but many running from transport ships inland were pretty massive, say 180 ft (54m) long.

They also weighed an absolute ton when loaded, easily overtaxing the small 60 HP outboard engines. /8
Rhinos were utter pigs to handle at the best of times with a max speed of 3 knots & LCI were occasionally assigned to marshal them as mini-tugs.

Even these were far too weak to to work deal with such wallowing beasties when fully loaded which could easily come to 500 tons. /9
The Great Storm forced revision to the LST to rhino to beach plan, as many Rhinos suffered serious damage and performed poorly in rough weather.

This pushed the direct beaching of LSTs as closer to the norm, and reduced reliance on Rhino transfer. /10
The real trade off in adopting direct beaching of LSTs as the norm was the increased number of damaged ships, but the Admiralty came to approach of the move as it allowed much faster unloading - and LST repair turn around was much better than feared. /11
Rhino ferries continued in use in providing additional unloading capacity away from Mulberry B, also seeing use as pontoons. /12
There's an awful lot of stories of Rhino misadventures whilst unloading, where their lack of power led to some exceptionally hairy escapades, and flat out fiasco, but these were a remarkable leap forward. /13
Unsurprisingly, the idea soldiered on.

As a simple, modular system to build pontoons and ferries is undeniably useful.

So the next time you see one of these, raise a glass to Rhino.

AS CURRENTLY ALMOST NO ONE ELSE WILL BUT ME. /thread

More from Jonathan Ware

More from History

You May Also Like

I just finished Eric Adler's The Battle of the Classics, and wanted to say something about Joel Christiansen's review linked below. I am not sure what motivates the review (I speculate a bit below), but it gives a very misleading impression of the book. 1/x


The meat of the criticism is that the history Adler gives is insufficiently critical. Adler describes a few figures who had a great influence on how the modern US university was formed. It's certainly critical: it focuses on the social Darwinism of these figures. 2/x

Other insinuations and suggestions in the review seem wildly off the mark, distorted, or inappropriate-- for example, that the book is clickbaity (it is scholarly) or conservative (hardly) or connected to the events at the Capitol (give me a break). 3/x

The core question: in what sense is classics inherently racist? Classics is old. On Adler's account, it begins in ancient Rome and is revived in the Renaissance. Slavery (Christiansen's primary concern) is also very old. Let's say classics is an education for slaveowners. 4/x

It's worth remembering that literacy itself is elite throughout most of this history. Literacy is, then, also the education of slaveowners. We can honor oral and musical traditions without denying that literacy is, generally, good. 5/x
Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.