opendrift
opendrift copied to clipboard
Open source framework for ocean trajectory modelling
hi , I'm running "example_leeway.py " and I just wonder if is there any chance to edit the coastline, I'm asking because my seed leeway elements are near the coast,...
In file: reader_schism_native.py, method: `interpolate`, a logical expression uses the identity operator. A new object is created inside the identity check operation and then used for matching identity. Since this...
In file: structured.py, method: `interpolate`, a logical expression uses the identity operator. A new object is created inside the identity check operation and then used for matching identity. Since this...
As noted by @Boorhin in the Slack channel, uniform random numbers are used for the vertical diffusion, whereas normal (gaussian) distributed random numbers are used for the horizontal diffusion: https://github.com/OpenDrift/opendrift/blob/master/opendrift/models/basemodel.py#L2416...
Hi, I am having an issue with my particles moving throughout the simulation, currently, the animation just shows one particle not moving for 6 hours. I am unsure which part...
I'm using vertical mixing, but I only want the particles to oscillate within a specific range. How can I define that range? Best, Caro
I'm trying to run a small test with OpenDrift and the Barents EPS with files from thredds, but I run into some problems. The files are downloaded from here: https://thredds.met.no/thredds/catalog/fou-hi/barents_eps_eps/catalog.html...
Dear all I'm quite new in opendrift and it is literally revolutionizing my research. I love it! I'm using 2D curvilinear gridded current fields from MITgcm, and I'm using the...
I have integrated all the changes and minor bug corrections I observed I can (in my setup) read and write CF and UGRID compliants files The only thing that I...
Is there a way to save the data a reader read from a remote URL during the run of a simulation as a ```.nc``` file or similar?In cases, where the...