Wenrui Jiang

Results 49 comments of Wenrui Jiang

od['S'] is less redundant than od.dataset['S'] or od._ds['salt_name_before_alias']. Really this is more of a user experience thing than practical. 1. Users familiar with other packages may want to have a...

We eventually decided that we do not need this functionality.

The hardest one to implement is probably number 3. There really are a lot of configurations to fill in when creating a new dataset, and the easiest way to do...

hhh, I'll update that when I finish updating the interpolation function.

This could only occur when there is a discontinuity of longitude in the cutout region. We can define a new x scale as "how much east is a point relative...

I am testing it on ecco, there is a different issue coming up. Somehow HFacS and HFacW after the cutout become an array with both X and Xp1 in their...

I have three proposals after looking into this. 1. Nicer error message. add a try...except structure when creating the xesmf regridder 2. give the pad a 1.5 factor. there is...

I just realized the issue we have been discussing with the plot.horizontal_section is not the same issue as this one. We have not change the version of cartopy we have...

I am able to reproduce this error. The difference is that I was using the ECCO test dataset earlier. (I was playing around with the code, so I wanted it...

I guess the problem is similar but I don't have code available to fix this. I am assuming this problem is with cutout rather than llc_rearrange. It would be a...