From 3bf3c77ab951e5e3e5e2dbf615481fc857a93094 Mon Sep 17 00:00:00 2001 From: Erik van Sebille Date: Thu, 3 Sep 2026 13:03:14 +0200 Subject: [PATCH] small updates to homepage animation tutorial --- docs/user_guide/examples/tutorial_homepage_animation.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/user_guide/examples/tutorial_homepage_animation.md b/docs/user_guide/examples/tutorial_homepage_animation.md index 82f838f136..26fb127815 100644 --- a/docs/user_guide/examples/tutorial_homepage_animation.md +++ b/docs/user_guide/examples/tutorial_homepage_animation.md @@ -23,7 +23,6 @@ particle_filename = "copernicusmarine_globalsurface.parquet" def run_global_copernicusmarine(): import copernicusmarine - copernicusmarine.login() ds = copernicusmarine.open_dataset( dataset_id="cmems_mod_glo_phy-cur_anfc_0.083deg_P1D-m", @@ -35,7 +34,6 @@ def run_global_copernicusmarine(): service="arco-geo-series", chunk_size_limit=1, ) - ds = ds.fillna(0) ds_wrap = xr.concat( [ @@ -85,7 +83,7 @@ def run_global_copernicusmarine(): particles.dy += v2 * particles.dt pset.execute( - [AdvectionRK2_periodic], + AdvectionRK2_periodic, dt=np.timedelta64(1, "h"), runtime=np.timedelta64(365, "D"), output_file=oufile,