LauraGomezNavarro / OceanParcels_Lyapunov

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

initialize grid #2

Open LauraGomezNavarro opened 2 years ago

LauraGomezNavarro commented 2 years ago

step = .04 # degrees grid_lons, grid_lats = np.meshgrid(np.arange(-35, -18+step, step), np.arange(30, 40+step, step))

--> replace these 2 lines by using the ds lon and lat first timestep data