MPAS-Dev / MPAS-Tools

MPAS Tools Repository
Other
37 stars 63 forks source link

Extrapolate landice variable #576

Closed trhille closed 5 days ago

trhille commented 2 months ago

Add a script to extrapolate landice variables into regions of missing or invalid data using nearest-neighbor or inverse-distance weighted methods.

xylar commented 2 months ago

@trhille, CI is breaking for reasons unrelated to your script. Someone accidentally released matplotlib 3.9.0 on conda-forge a few days back and did a bunch of upgrading to support it. It turned out they jumped the gun and they moved that release off the main conda-forge channel so now it can't be installed without a lot of extra hassle. I was hoping the actual release would happen but that also doesn't seem to have happened.

Anyway, I'll fix it if it becomes critical before they actually release the new version.

trhille commented 2 months ago

Thanks, @xylar. This script has been lying around on a branch for years, and we decided that it has ended up with enough use cases that we'll merge it, but it's not at all time-sensitive.

xylar commented 1 month ago

I'm going to close and re-open to cause CI to restart.