Skip to content

Commit

Permalink
remove pole warning (#3375)
Browse files Browse the repository at this point in the history
Co-authored-by: Gregory L. Wagner <[email protected]>
  • Loading branch information
navidcy and glwagner authored Nov 3, 2023
1 parent 7970ba9 commit 1073cb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Grids/latitude_longitude_grid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,6 @@ function validate_lat_lon_grid_args(FT, latitude, longitude, z, size, halo, topo

φ₁, φ₂ = get_domain_extent(latitude, Nφ)
@assert -90 <= φ₁ <= φ₂ <= 90

(φ₁ == -90 || φ₂ == 90) &&
@warn "Are you sure you want to use a latitude-longitude grid with a grid point at the pole?"

if !isnothing(topology)
TX, TY, TZ = topology
Expand Down

0 comments on commit 1073cb1

Please sign in to comment.