Knut-Frode Dagestad

Results 17 issues of Knut-Frode Dagestad

``` 14:34:36 DEBUG opendrift.models.basemodel: Calling reader global_landmask 14:34:36 DEBUG opendrift.models.basemodel: ---------------------------------------- 14:34:36 DEBUG opendrift.models.basemodel: Data needed for 100 elements 14:34:36 INFO opendrift.models.basemodel: ======================== 14:34:36 WARNING opendrift.models.basemodel: 14:34:36 DEBUG opendrift.models.basemodel: Traceback...

### Discussed in https://github.com/OpenDrift/opendrift/discussions/839 Originally posted by **FrancoisDuquesne** January 21, 2022 Hello, I was able to release on multiple times and locations using vectors as input. However, I have an...

### Discussed in https://github.com/OpenDrift/opendrift/discussions/762 Originally posted by **camines** November 9, 2021 Hello to all, I'm trying to run the model with some forcings that I have on a Flash Drive....

The [unstructured netCDF reader](https://github.com/OpenDrift/opendrift/blob/master/opendrift/readers/reader_netCDF_CF_unstructured.py) is far less developed than the counterpart for regular grids ([reader_netCDF_CF_generic](https://github.com/OpenDrift/opendrift/blob/master/opendrift/readers/reader_netCDF_CF_generic.py)). Things to improve: - the present version has no vertical interpolation, and returns [only surface...

enhancement
low-priority

When using plot() method with background field and vectors, the vectors are located at edge of grid cell. Should be at centre.

readers

E.g. shall ```species``` in [Radionuclides](https://github.com/OpenDrift/opendrift/blob/master/opendrift/models/radionuclides.py#L39) model be an integer to be used for indexing, but is converted to float.

bug
low-priority

For our operational service it would be useful with possibility to specify a timeout on calling netcdf4.Dataset on remote datasets (Thredds/OPeNDAP), e.g.: ``` f = Dataset(OPeNDAP_URL, 'r', timeout=10) ```

I encounter the following problem on Ubuntu 18.04 with conda and python 3.6-3.8 (not with Python2). libnetcdf version is 4.7.1, and is locked since I need gdal simultaneously. The following...

Data is in the latest versions masked when outside . But apparently this does not work for variables where scale and offset is given, since the valid-checks seem to be...

As noted by @Boorhin in the Slack channel, uniform random numbers are used for the vertical diffusion, whereas normal (gaussian) distributed random numbers are used for the horizontal diffusion: https://github.com/OpenDrift/opendrift/blob/master/opendrift/models/basemodel.py#L2416...