Skip to content

Commit 28782df

Browse files
committed
nemo curvilinear
1 parent 1f9c6c9 commit 28782df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

asv_bench/benchmarks/benchmarks_nemo_curvilinear.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
# ptype = {"scipy": parcels.ScipyParticle, "jit": parcels.JITParticle}
1010
# advection = {"RK4": parcels.AdvectionRK4, "AA": parcels.AdvectionAnalytical}
11-
path_nemo = "~/Documents/PhD/projects/2025-02_parcels_benchmarking/NemoCurvilinear_data"
11+
# path_nemo = "~/Documents/PhD/projects/2025-02_parcels_benchmarking/NemoCurvilinear_data"
12+
path_nemo = parcels.download_example_dataset("NemoCurvilinear_data")
1213

1314
class NemoCurvilinearJIT:
1415
particle_type = parcels.JITParticle

0 commit comments

Comments
 (0)