Jake Bolewski
                                            Jake Bolewski
                                        
                                    @nstiurca can you try again now that #11 is merged?
No you are right, the transport layer and the cluster manager layer should be decoupled. We talked about this with @amitmurthy recently, it looks like everyone is in agreement. Hopefully...
Yes that is correct. What really would be needed would be a persistent LRU cache (available across all TileDB processes / threads per node) which is achievable through use of...
Examples would have to be re-worked to use Literate.jl or Pluto.jl for execution and markdown -> html generation
I wonder if GaussianProcesses has matured somewhat in the meantime, is there a good comparative performance benchmark to try?
You cannot capture what @glwagner is promoting with abstract types because the code used here is a composition of required type traits / interfaces (ex. generic iteration, get/set index, etc.)....
probably with some helper functions to pull out the components you can change the underlying internal representation and not have to change too much in the source the way we...
I think we would just `Geometry.project()` on the (Z) axis and then treat it as a scalar value vector component internal to TC? that way you could also normalize all...
Could you create an issue in ClimaCore as to what TC.jl needs wrt to being able to interpolate to a uniform grid in the vertical? That was the next thing...
I don't think TC has any test cases that have topography (ex. compressing the stretched grid at the surface warp elevation) so maybe we can ignore that wrinkle for the...