taoansf
taoansf
Hello Knut, Yes I am aware that my data have projection utm EPSG:32622, so I need to declare this projection to Opendrift get it using proj4 variable. Like this: _reader...
Hello, Yes, I set a terminal velocity, but it is not working. This is my simulation code: _reader = reader_netCDF_CF_generic.Reader("correntes_delft.nc",proj4='EPSG:32622')_ _start_time = datetime(2000,12,2,1,0,0)_ _o = OceanDrift(loglevel=20) o.add_reader(reader) o.seed_elements(lon=lon, lat=lat, z=0.0,...
Ok, I tried to change the signal of terminal velocity to negative, but it did not make changes. I also tested to seed at 1m depth, but the results are...
Ok, After add o.set_config('drift:vertical_mixing',True) the results remain the same.
Hello, here is my log [oceandrift_log.zip](https://github.com/OpenDrift/opendrift/files/9189570/oceandrift_log.zip)
Yes, thank you My intention was to set horizontal and vertical constant diffusivity values. I tested your suggestion to set vertical diffusivity and now the Oceandrift is working ok! I...
Hello, thank you for your support. I have some doubts after try this: 1- Create a list of reader_ROMS_native.Reader objects 2- o.add_readers_from_list(listforceroms) I got this error message File "/home/taoan/miniconda3/envs/opendrift/lib/python3.9/site-packages/opendrift/readers/reader_lazy.py", line...
Yes, I understand about filenames/URL My problem is that if I give only filenames the opendrift reads that like generic netcdf readers, not like roms native. I also observed that...
Ok, is there some particular flag to put on my netcdf files to be auto recognized as ROMS-file?
Hello, You can get a sample file by this link https://drive.google.com/file/d/1KWn6LwxqR4fkVGx2Uh9TO7oJcGI0jbd3/view?usp=sharing