opendrift icon indicating copy to clipboard operation
opendrift copied to clipboard

Open source framework for ocean trajectory modelling

Results 173 opendrift issues
Sort by recently updated
recently updated
newest added

Hi! What the best way adding new oil? There is no at ADIOS, but I know main parameters. Thanks.

Hello everyone, I am an OpenDrift user and so far my simulations have worked well, especially with 3D SELAFIN files (Open Telemac). However, I have been experiencing difficulties since I...

Shape reader can ingest multiple variables, one per polygon. For this the shape file needs a string field called `variable` that contains the name of the variable requested by `get_variables`....

Hi all, I downloaded the TOPAZ4 data (https://doi.org/10.48670/moi-00007) to local and try to read it with "**add_readers_from_list**", but the error "**Missing variables: ['x_sea_water_velocity', 'y_sea_water_velocity']"** always occurs. The complete code and...

Hi all, I tried to run the sample case "example_long_cmems_currents.py", but lots of DEBUG information appears repeatedly, as shown below. Previously I can successfully run this case without so much...

### Description I am using NetCDF (nc) files containing latitude, longitude, currents, and surface wind data to initialize Oceandrift. The model runs both forward and backward trajectory simulations. If I...

Hi all, I have noticed that in the Openberg module, the pressure gradient force calculation needs the sea surface slope data. However, I didn't find any public forcing data related...

To help this hackaton, as well as future work, and also helping newcomers, it would be useful with a visual/graphical overview/visualisation of the classes in OpenDrift and their relations. Auto-generated...

Hi, I have a question regarding the function "advect_iceberg_no_acc" in openberg.py at Line 462. Why does the implementation not use the iceberg velocity calculated in the previous time step as...

I'm attempting to try the Leeway model and it is failing with an unknown `environment` attribute error. Here's my script: ``` #!/usr/bin/env python3 from opendrift.models.leeway import Leeway from opendrift.readers import...