From 095ebf7a0f507d63737daf73e9c53c5b3e84ad8e Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Tue, 22 Jun 2021 12:47:01 +0200
Subject: [PATCH] Add boxes for regions 1 and 6

`h_region_1.nc` is no longer in the repository, since commit d023fd3.
---
 Inst_eddies/Documentation_texfol/Graphiques/regions.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Inst_eddies/Documentation_texfol/Graphiques/regions.py b/Inst_eddies/Documentation_texfol/Graphiques/regions.py
index c4bc2db9..12dbcc19 100755
--- a/Inst_eddies/Documentation_texfol/Graphiques/regions.py
+++ b/Inst_eddies/Documentation_texfol/Graphiques/regions.py
@@ -24,6 +24,11 @@ for filename in glob.glob("h_region_*.nc") + ["h_outermost.nc"]:
         jumble.draw_bbox(f[lon][0], f[lon][-1], f[lat][0], f[lat][-1],
                          colors = next(colors), label = filename)
 
+jumble.draw_bbox(5.125, 12.125, -36.375, -32.375, colors = next(colors),
+                 label = "region 1")
+jumble.draw_bbox(5.875, 5.875 + 25 * 0.25, -32.125, -32.125 + 21 * 0.25,
+                 colors = next(colors), label = "region 6")
+
 ax.set_extent((-30, 60, -90, 0), ccrs.PlateCarree())
 ax.coastlines()
 ax.gridlines(draw_labels = True)
-- 
GitLab