Skip to content

Commit 3c7f2ff

Browse files
committed
Correct binning definition
1 parent fafba17 commit 3c7f2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/functions_gome.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"\n",
126126
" sensor_ds_ABC = xr.concat(sensor_ds_ABC, dim = 'latitude')\n",
127127
"\n",
128-
" # Regrid onto a custom defined regular grid\n",
128+
" # Change resolution\n",
129129
" sensor_ds_ABC_gridded = regrid(sensor_ds_ABC, lat_res, lon_res) \n",
130130
"\n",
131131
" # Add time\n",

0 commit comments

Comments
 (0)