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 there @knutfrode , I have a question about the best way to set a full model configuration using a dictionary (to automate some of our runs). In some ways...

On 22.04.1-Ubuntu and Python 3.10.12. While executing "pip install opendrift" got the error: gdal_config_error: [Errno 2] No such file or directory: 'gdal-config' Could not find gdal-config. Make sure you have...

I have some questions about reader_netCDF_CF_unstructured.py code. If you look at the get_variable function, there is a slight difference between node_variable and face_variable in the part that fetches the data...

Hi there, In the evaporation_noaa() function, lines 822 - 825, there is this check: ` if self.elements.age_seconds[surface].min() > 3600 * 24: logger.debug('All surface oil elements older than 24 hours, '...

Hei, I seemed to need this fix a while ago. Unsure whether there is some root issue why I got zero size landgrids in the first place, but since opendrift...

Hi everyone. I am having a problem when trying to run a simulation using reader_netCDF_CF_generic.Reader. My initial call to the reader incorporates the current velocity field, and subsequently, imposes the...

Hei, I'm frequently frustrated by the extensive imports that opendrift requires. While I am happy to disregard the environment/requirements file that is shipped with opendrift, for running a simple tracking...

How can I switch the GSHHS coastline setting from 'h' to 'i' in the latest version of OpenDrift? Thx for your help in advance

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...