OpenDrift / opendrift

Open source framework for ocean trajectory modelling
https://opendrift.github.io
GNU General Public License v2.0
249 stars 120 forks source link

access to the equations #923

Closed Rbiton1 closed 2 years ago

Rbiton1 commented 2 years ago

Hi, I have to make an oral presentation about oil spills so I have to make a simulation and explain the physical equations behind it. I already did the simulation I wanted with OpenDrift, I would now know if it's possible to have access to the equations used by the program so I could explain exactly what my program do. On the OpenDrift website the Langragian and Eulerian methods are quoted without much explanations and I didn't found any equations while searching in all the docs in the OpenDrift file I downloaded. thanking you in advance

knutfrode commented 2 years ago

Hi, You may find the relevant equations in some of the papers here: https://opendrift.github.io/references.html E.g.: https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2020JC016499 https://os.copernicus.org/articles/14/1581/2018/

But also in the source code itself: https://opendrift.github.io/_modules/opendrift/models/openoil/openoil.html#OpenOil

Rbiton1 commented 2 years ago

Thank you for these links, it will for sure help a lot