Skip to content

Commit

Permalink
Cover entire globe with NetCDF
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Feb 12, 2024
1 parent 78676e4 commit 43e109e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagnostics/netcdf_writer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function target_coordinates(
num_points_long, num_points_lat = num_points
FT = Spaces.undertype(space)
longpts = collect(range(FT(-180), FT(180), num_points_long))
latpts = collect(range(FT(-80), FT(80), num_points_lat))
latpts = collect(range(FT(-90), FT(90), num_points_lat))

return (longpts, latpts)
end
Expand Down

0 comments on commit 43e109e

Please sign in to comment.