-
Dear Knut-Frode, good morning!
I am a new user of Opendrift, and I would like to why do you insert -x_leeway instead of x_leeway in self.update_positions in leeway.py?
-
At the moment, the OMB reader is not really CF-friendly. I should update it. I will likely wait until there is more OMB development happening and I can harmonize everything. WIP list of things to upda…
-
Hi! From what I can tell, you can have drifters either strand on the coastline and then stay there, or strand and then move when the relevant physics are amenable to moving. Is there a concept in Open…
-
I see the configuration setting for horizontal diffusivity
```
o.set_config('drift:horizontal_diffusivity', horizontal_diffusivity) # m2/s
```
and the note
> New config setting drift:horizonta…
-
Hello there,
I am trying to simulate the global movement of macroplastics in the oceans over a time span of 27 years using Plast-Drift. Now I have come up against four different problems that I ca…
-
Hi,
When using OpenOil model and the schism reader I get a crash line 1072 of the basereader because self.
`env_profiles[var][np.ix_(z_ind, missing_indices)] = \
…
-
When particles cross the antimeridian, they suddenly pop up at roughly (not exactly) at -90, 0, or 90 degrees longitude, see attached image and csv (from one trajectory only).
![image](https://gith…
-
Thredds servers are sometimes in an inconsitent state (presumably due to files being updated or appended to). This causes opendrift to fail on fetch, but are usually fixed in a matter of seconds. One …
-
Plots crossing the "-180/+180" wrapping longitude line have "ugly" lines appearing on them. Consider for example the dummy trajectory:
```python
# %%
import matplotlib.pyplot as plt
import num…
-
The following codelines illustrate that the Island of Sula (among others) is missing on the raster plot (fast=True), but present when plotting the full GSHHG vector coastline.
```
from datetime im…