-
MWE:
```julia
julia> using Oceananigans, OrthogonalSphericalShellGrids, ClimaOcean
Precompiling ClimaOcean
3 dependencies successfully precompiled in 9 seconds. 216 already precompiled.
jul…
-
Many of the utility functions used for regridding in `AMReX_FillPatchUtil.cpp` (`InterpFromCoarseLevel`, `InterpFromCoarseLevel`, etc) are implemented for `MultiFab`s. We fairly extensively use `FabAr…
-
I've developed a diagnostic looking at SST biases from CMIP6 models. It works fine for all the models I've used it with except one. FGOALS-f3-L.
When plotting, there is a strip of blank data either s…
-
ESMF has added support for MOAB as a new internal mesh representation. Does that have potential to improve performance in xESMF?
https://github.com/esmf-org/esmf/releases/tag/ESMF_8_1_0
""ESMF is …
-
I'm back! Hope you didn't miss me too much!
I've in the process of trying to extract the oceans surface layer from from a 3D dataset and the current method seems REALLY slow:
```
extract_lev…
ledm updated
9 months ago
-
The 3D clean mask produced by the line worker by regridding a user mask to the WCS of the cube has a small issue at the edge of the cube. The screenshot below shows that the mask ends abruptly 1 pixel…
-
I am working on regridding a three-dimensional (time, lat, lon) xarray dataset on a global scale, using bilinear interpolation. Everything is working as it should, except for at the poles (latitudes -…
-
When a refinement factor on the c540/CONUS SCRIP file is regridded to the nc3000 grid in cube_to_target.F90, isolated stripes of ZERO are produced. The field on the SCRIP is fine, i.e., minimum value…
-
I am working on regridding precipitation on a regional WRF grid to the rectilinear GPM IMERG grid. The problem is when the regridding method is set to "bilinear", the regridding works, but when I chan…
-
I am experiencing problems when regridding on a global grid in xesmf. Everything is working as it should, except for at the poles (latitudes -90 and 90), where it shows repeated values (2.58851004e+00…