Trond Kristiansen

Results 16 comments of Trond Kristiansen

This is a modified version of the "built-in" sediment module that accounts for calculating terminal velocity based on diameter and density. It could very well be something goes wrong there,...

@iStefo I seem to have the same problem. Did you fix this problem yourself, and if so, would you be willing to share what you did? Thanks!

@ahuang11 Thanks for your response. I already do use the add_cyclic_point to my code and problem is still there. I think I do something wrong with the interpolation. `indata_cyclic, lon_cyclic...

@ahuang11 I tried that too without success: `regridder = xe.Regridder(ds_in, ds_out, 'bilinear', reuse_weights=True, periodic=True, ignore_degenerate=False)` However, I did not try to add cyclic point to a dataset prior to interpolation....

@ahuang11 So it seems my problem is caused by my input grid having larger steps between each grid point than I thought. `(y) float64 45.0 46.25 47.5 48.75 ... 86.25...

I solved my problem by doing the interpolation twice (not the most elegant solution), first using a coarser resolution regridder to get global coverage and then downscaling the solution. Suggestions...

It should be in the order you suggest: south, north, west, east. But to be honest I have not used that functionality for years so test and make sure the...

Hi, Your code may be correct but it depends on the structure of the SODA 5 day files. Does each file only contain one tilmestep ? You are suggesting that...

Your grid seems fine. Try to create the temperature field and see if that works to eliminate problems. T On 16 Aug 2022, 04:13 -0700, iris-keizer ***@***.***>, wrote: > If...

Hi, I am not sure what happens here but the kind of patterns you get are often the result of extrapolating across large distances. GLORYS12V1 has been tested quite extensively...