opendrift
opendrift copied to clipboard
Open source framework for ocean trajectory modelling
I am trying to use postprocessing feature of radionuclides model, but running this code i had error. ``` from opendrift.readers import reader_ROMS_native, reader_global_landmask from opendrift.models.radionuclides import RadionuclideDrift from datetime import...
[](url)Hi: There is a issue when I use example_long_selafin.py. The result just like a pic,it cannot be dynamically displayed as in the example and I can't find the problem Do...
From https://opendrift.github.io/tutorial.html: ``` add_readers_from_file() ``` and there is not much more information available in the api description: https://opendrift.github.io/autoapi/opendrift/models/basemodel/index.html#opendrift.models.basemodel.OpenDriftSimulation.add_readers_from_file But: ``` [ins] In [5]: o.add_readers_from_file("https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be") --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call...
Has anyone ever tried to install opendrift in the replit terminal ?, I mean it'd be great to have a terminal from the internet to run the model.
Hello, Im new on opendrift and python , and I'd like to know how to save and generate a gif animation. Im using WScode and conda. Im performing the example_leeway.py...
What would be the coefficient number for a oceanographic buoy in the opendrift leeway code? We started to use this code recently and we have had problems if we use...
Hi Opendrift dev team @knutfrode @gauteh , I think we came across a bug that affects the initial (i.e. at t0) and following particle positions in backward simulations. We realized...
* Data integrity: reduce chance of aliasing - Less chance of confusion - Can reuse init object, since it is not mutated by simulation - Since it can be reused...