opendrift
opendrift copied to clipboard
Open source framework for ocean trajectory modelling
I am working with SCHISM model files that contain a single time step each. At the moment I am reading in two months worth of files using: ``` data_path0 =...
fixing netCDF to Xarray syntax
Hello, I try to backtrack the wind blow model. The forward processes is described at https://opendrift.github.io/gallery/example_windblow.html. I used the backwards simulation method. But it couldn't find the possible source(16, 68.5)...
There was a problem with using the Pelagicegg drift. I want to use the nc file as a result of fvcom, but the results of the pelagic egg drift model...
I've been using the ROMS reader a lot and some of it has remained opaque to me. One question is: how is depth handled given that zeta (sea surface height)...
Hi! I need to override the constant values set in `consts.py` for "sea_floor_depth_below_sea_level" because in ROMS the depths are negative instead of positive and the default range defined is 0...
Hi again. This is a small issue but I think I have investigated it multiple times unnecessarily so it would be nice to avoid in the future. My understanding is...
Currently there is a parameter to plot the age of simulation in seconds (`simulation.plot(linecolor="age_seconds")`). As simulations in most cases probably run for hours or even days, hours or days as...
Dear all. We are trying to use the 3D output data from the Delft3D modelling software for particle advection in Opendrift. Delft3D uses a curvilinear sigma coordinate grid (Arakawa C-grid)...