We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9c6c9 commit 28782dfCopy full SHA for 28782df
asv_bench/benchmarks/benchmarks_nemo_curvilinear.py
@@ -8,7 +8,8 @@
8
9
# ptype = {"scipy": parcels.ScipyParticle, "jit": parcels.JITParticle}
10
# advection = {"RK4": parcels.AdvectionRK4, "AA": parcels.AdvectionAnalytical}
11
-path_nemo = "~/Documents/PhD/projects/2025-02_parcels_benchmarking/NemoCurvilinear_data"
+# path_nemo = "~/Documents/PhD/projects/2025-02_parcels_benchmarking/NemoCurvilinear_data"
12
+path_nemo = parcels.download_example_dataset("NemoCurvilinear_data")
13
14
class NemoCurvilinearJIT:
15
particle_type = parcels.JITParticle
0 commit comments