Trond Kristiansen

Results 7 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...