diff --git a/modules/util/plot.py b/modules/util/plot.py index 2da57ed8a1cb5d686e99a65705f6712f941c66ae..319980a7063374f3ec8286bd37f4a5671b9db5ee 100644 --- a/modules/util/plot.py +++ b/modules/util/plot.py @@ -252,6 +252,8 @@ def make_icing_image(h5f, probs, ice_lons, ice_lats, clvrx_str_time, satellite, if extent is not None: if satellite == 'H08': ax.set_extent(extent, crs=geos) + elif satellite == 'H09': + ax.set_extent(extent, crs=geos) else: ax.set_extent(extent, crs=ccrs.PlateCarree()) if bg_image is not None: