Skip to content

Commit c8d32ec

Browse files
committed
remove LatLongZ regridding warning
1 parent 36595ea commit c8d32ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/InterpolationsRegridderExt.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ function Regridders.regrid(regridder::InterpolationsRegridder, data, dimensions)
120120
) &&
121121
length(dimensions) == 2
122122

123-
@warn "Regridding 2D data onto a 2D space with LatLongZ coordinates."
124123
coords = map(regridder.coordinates) do coord
125124
ClimaCore.Geometry.LatLongPoint(coord.lat, coord.long)
126125
end

0 commit comments

Comments
 (0)