Skip to content

Commit 248e2e2

Browse files
Using FreeSlip for homepage animation
1 parent 85860a5 commit 248e2e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user_guide/examples/documentation_homepage_animation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
" fields={\"U\": ds_wrap[\"uo\"], \"V\": ds_wrap[\"vo\"]}\n",
7979
" )\n",
8080
" fieldset = parcels.FieldSet.from_sgrid_conventions(ds)\n",
81-
" # fieldset.UV.interp_method = parcels.interpolators.XFreeslip()\n",
81+
" fieldset.UV.interp_method = parcels.interpolators.XFreeslip()\n",
8282
" fieldset.to_windowed_arrays()\n",
8383
"\n",
8484
" lon, lat = np.meshgrid(np.arange(-179, 180, 2), np.arange(-89, 90, 2))\n",

0 commit comments

Comments
 (0)