Kristen Thyng

Results 355 comments of Kristen Thyng

I'm not really sure what to think any more — we have had a real, consistent issue that seemed to fit the description of this issue which went away with...

@jdiasn How is work going on your end? Do you have a timeline in mind?

I have been having the following error with `ubuntu-latest`: ``` PackagesNotFoundError: The following packages are missing from the target environment: - defaults/linux-64::conda==22.11.1=py310h06a4308_4[md5=07e2e8a698cf1e7f580b9efcae72184e] ``` with this in my `test.yaml` ``` -...

@huili77 I use this when the issue comes up: https://github.com/conda-forge/esmf-feedstock/issues/91#issuecomment-1387279692

Just a thought or two: This seems very important for us to get ahead of, but also different than the typical examples being considered since we are as a journal...

@knutfrode I'm still confused about whether I should be inputting a proj4 string to the ROMS reader. It looks like if I were to do this, then it would save...

@knutfrode Thanks for the info. I do have lon/lat arrays as well as x/y arrays for each grid. What do you think is the best way to use these in...

@knutfrode Alternatively, I thought I could alter the projection code in `structured.py` to calculated a Delaunay triangulation to input to `LinearNDInterpolator` which could be reused across simulations to save time.

@knutfrode Ok it turns out I can pickle the interpolators you already have in there to save time. I made changes to this effect in a new PR (I'm about...

@knutfrode Sorry to keep pushing on this, but given that [LinearNDInterpolator](https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.LinearNDInterpolator.html) accepts the lon/lat values from the model and they can have whatever spacing between them, doesn't that mean that...