diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 34a7e6748973565177d9b174ea1979b185d88262..273a62dae2ad36b9c5e10147ddce99e4f3ecc0f9 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -2208,7 +2208,7 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h
             num_elems = len(cc)
             num_lines = len(ll)
             nav = get_navigation(satellite, domain)
-            lons_2d, lats_2d, x_rad, y_rad = get_lon_lat_2d_mesh(nav, ll, cc)
+            lons_2d, lats_2d, x_rad, y_rad = get_lon_lat_2d_mesh(nav, ll, cc, offset=8)
 
         ancil_data_dct, _, _ = make_for_full_domain_predict(h5f, name_list=
                             ['solar_zenith_angle', 'sensor_zenith_angle', 'cld_height_acha', 'cld_geo_thick'],