Skip to content
Snippets Groups Projects
Commit 095ebf7a authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Add boxes for regions 1 and 6

`h_region_1.nc` is no longer in the repository, since commit d023fd3f.
parent 6610dd03
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment