1st-11th Cuirassier Regiment

The 1st–11th Cuirassier Regiment (French: 1er-11e Régiment de Cuirassiers, 1er-11e RC) was an armoured (tank) regiment of the French Army. It was the armoured component of the 3rd Mechanised Brigade from 1 July 1999.[1]

1er-11e Régiment de Cuirassiers
Active5 June 1999 – 29 July 2009
CountryFrance
BranchFrench Army
TypeArmoured Cavalry
RoleArmoured
Size1350 personnel
Part of3rd Mechanised Brigade
Garrison/HQCarpiagne (Carnoux-en-Provence)
EquipmentLeclerc

History

The Chief of Staff of the French Army decided on 1 September 1990 to create a new experimental armoured regiment of 80 tanks with two squadron groups (Groupes d'Escadrons, GE). Each group would consist of three combat squadrons and one command and logistics squadron.

The 1er-11e RC was formed on 5 June 1999 by merging the 1st Cuirassier Regiment and the 11th Cuirassier Regiment.[1] It was disbanded 29 July 2009.[1]

Organization

Men of the 1st–11th Cuirassier Regiment on the 2007 Bastille Day parade at the Champs-Élysées

The regiment was composed of around 1350 personnel organized into 13 Squadrons.[1]

  • 1st Cuirassier Groupe d'Escadron (1er CGE) – 1st Cuirassier Squadron Group (x40 MBTs)
    • ECL – Command and Logistics Squadron
    • 1e Esq – 1st Squadron
    • 2e Esq – 2nd Squadron
    • 3e Esq – 3rd Squadron
  • 11e Cuirassier Groupe d'Escadron (11e CGE) – 11th Cuirassier Squadron Group (x40 MBTs)
    • ECL – Command and Logistics Squadron
    • 1e Esq – 1st Squadron
    • 2e Esq – 2nd Squadron
    • 3e Esq – 3rd Squadron
  • EBI – Base and Instructions Squadron
  • EMR – Regimental Maintenance Squadron
  • ESGM – Garrison Support & Maintenance Squadron
  • EEI – Reconnaissance Squadron
  • 5e Esq – 5th Squadron (Reserve)

Commanding officers

List of Commanding Officers (French: Chefs de corps) since 1999.[1]

1st–11th Cuirassier Regiment

  • Colonel Dumont Saint Priest, July 1999
  • Colonel de Courreges d'Ustou, July 2001
  • Colonel Hautecloque Raysz, July 2003
  • Colonel Pillet, July 2005

1st Cuirassier Squadrons Group

  • Lieutenant Colonel Guillemet, July 1999
  • Lieutenant Colonel Darnaudat, July 2001
  • Lieutenant Colonel Beaussant, July 2003
  • Lieutenant Colonel Fremin du Sartel, July 2005

11th Cuirassier Squadrons Group

  • Lieutenant Colonel Galy-Dejean, July 1999
  • Lieutenant Colonel Tavernier, July 2001
  • Lieutenant Colonel Isabellon, July 2003
  • Lieutenant Colonel Philipeau, July 2005

Notes

  1. "Le 1er-11e Régiment de Cuirassiers". Amicale des Anciens et Amis du 1er Régiment de Cuirassiers. Archived from the original on 4 December 2011. Retrieved 2 January 2012.
gollark: Yep!
gollark: Execute THIS!```pythonimport argparseimport subprocessparser = argparse.ArgumentParser(description="Compile a WHY program")parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_C(args): template = """#define QUITELONG long long intconst QUITELONG max = @max@;int main() { QUITELONG i = 0; while (i < max) { i++; } @code@} """ for k, v in args.items(): template = template.replace(f"@{k}@", str(v)) return templateinput = args.inputoutput = args.outputtemp = "ignore-this-please"with open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_C({ "code": contents, "max": looplen }) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: Length limits, you know.
gollark: But this is shorter.
gollark: <@240517342189191168>

References

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