LauraGomezNavarro / OceanParcels_Lyapunov

Calculating Finite Time Lyapunov Exponents from OceanParcels outputs.
9 stars 4 forks source link

speed-up code #5

Open LauraGomezNavarro opened 1 year ago

LauraGomezNavarro commented 1 year ago

different options might be able to accelerate the code:

  1. using numba to parallelize it
  2. using np.roll to remove the for loop @cpierard