Mediterranean Sea Trajectory Data
收藏资源简介:
<strong>Larvae example trajectories</strong> This is 2x 10.000 example trajectories from biophysical experiments performed with Parcels. The trajectories are a tiny subset of a much bigger collection of trajectories that have been simulated with the aim of learning about the fate of larvae of different species of fish. Note that we cannot give a lot of background on the biological study here, because we are still working on this publication. Also note, that these trajectories should not be used for biological or physical science but merely serve as study objects for developing, testing, or benchmarking (stasticical) methods and algorithms. <strong>Different physics</strong> The trajectories are taken from two classes of biophysical simulations which differ in the physical processes they take into account when estimating horizontal movement of the larvae at the surface. One experiment only took into account ocean currents from a state estimate of the true ocean circulation in the Mediterranean Sea. The other experiment took into account ocean currents and the horizontal movement due to Stokes Drift which was estimated based on a wave state estimate for the Mediterranean Sea. <strong>Data files</strong> There are two data files: <code>df_nostokes_first_10000_traj.csv.gz</code> contains trajectories of particles moving only according to the ocean currents. <code>df_stokes_first_10000_traj.csv.gz</code> contains trajectories of particles moving according to the ocean currents and according to Stokes Drift. There are also two non-compressed sample data files each of which contains the first 10 lines of the compressed files: <code>df_nostokes_first_10_lines.csv</code> and <code>df_stokes_first_10_lines.csv</code>. <strong>Columns and their meaning</strong> <code>"obs"</code> contains the time step since the larva started to exist. Each trajectory covers 40 days of hourly positions. <code>"traj"</code> indicates the trajectory ID. <code>"distance"</code> contains the distance traveled through the water since the start of the trajectory in kilometers. <code>"land"</code> is measuring the land influence at the given position. The velocity and possibly wave data used in the simulation comes on a regular horizontal grid. Velocity on land is set to zero. At runtime of the simulation, the particle is moved according to a velocity that is linearly interpolated to the position of the particle. (This amounts to simulating trajectories with a No-slip condition.) Values <code>land==0</code> indicate that no data from land points was used in the interpolation. Values <code>land==1</code> indicates that all four interpolation base points were on land. <code>"lat"</code> and <code>"lon"</code> contain the horizontal positions in degrees Latitude and Longitude. <code>"temp"</code> contains the ambient temperature in degrees Celsius the simulated larva would have felt at the given time and position. Note that the temperature at positions under land influence (<code>land > 0</code>) is wrong, because there is a temperature of 0 degrees Celsius assumed for each land point. <code>"time"</code> contains time stamps. <code>"z"</code> contains the vertical positions of the simulated larva in meters counted downwards. <strong>Using the data</strong> This data set is licensed under a Creative Commons Attribution 4.0 International License. If you use the data, we'd love to get a notice to wrath@geomar.de. This is, however, not required.



