opendrift
opendrift copied to clipboard
Open source framework for ocean trajectory modelling
Hi everybody, I'm searching for a method to calculate and plot the concentration of the particles released. Does anyone have some ideas? Thanks in advance.
Hello, I am having difficulty loading a wind dataset using reader_netCDF_CF_generic. OpenDrift will add the reader but will not add the x_wind and y_wind variables. I see the issue could...
I recently download the opendrift package. I was able to install it and run all the examples. Then I setup a simulation over the Mid Atlantic Bight region using the...
### Discussed in https://github.com/OpenDrift/opendrift/discussions/726 Originally posted by **oceandiff** October 8, 2021 Hi all, I have a problem with a test I'm running with 2 netcdf files, the first one with...
Hi team, I am running trajectory sims around Antarctica, and the outputs are coming out quite squished - they cover long distances longitudinally, but not latitudially - and they cross...
Hi all, If one specifies an array rather than single value for one of the properties when seeding particle using `seed_cone()`, it seems that the netcdf export will fail because...
Hi, I'm new user of Opendrift. I try to read a gridfile with a croco output fil because lat and lot variables is not in this file. I'm have this...
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)] = \ np.ma.masked_invalid(env_profiles_tmp[var][z_ind,0:len(missing_indices)]).astype('float32')` This is because the shape...
Hello!! I am trying to create a plot comparison using 3 simulations, however, I still haven't had progress. For example: o.plot(compare=[o2,o3]) o, o2, and o3 are loaded and functional. I...
Dear Developers, I am working on a FVCOM model for water exchange, which the interaction with bathymetry is directly affect the particle's z position. However, I found that **_reader_netCDF_CF_unstructured_** did...