Replies: 2 comments 1 reply
-
Hi, This provides the distances between one position and the next along the trajectory given by arrays lon and lat: To get the cumulative distance from the start position, you can apply From a simulation object you can get the total length, individual distances and the particle speed for each trajectory with |
Beta Was this translation helpful? Give feedback.
-
You could save output of first simulation to a netCDF-file, and then import this with OpenDrift or Xarray, and then read end-positions and use as start-positions for new simulation. But all other things will then be reset, so you may need to tweak end results/files to create a continuous timeseries. |
Beta Was this translation helpful? Give feedback.
-
Hello,i want ask the function "distance_along_trajectory(lon,lat)" is to caculate what distance? is the distance between initial point and ending point?or other distance? And the lon,lat in the bracket is mean what? Very thanks!
Beta Was this translation helpful? Give feedback.
All reactions