Skip to content

Commit

Permalink
Update grid_generation.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri authored Jan 10, 2025
1 parent 8b46f5d commit 309c68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Grids/grid_generation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function generate_coordinate(FT, topo, size, halo, coordinate::ZStarVerticalCoor
end

if coordinate_name != :z
msg = "Only z-coordinate is supported for ZStarVerticalCoordinate"
msg = "ZStarVerticalCoordinate is supported only for the z-coordinate"
throw(ArgumentError(msg))
end

Expand Down

0 comments on commit 309c68b

Please sign in to comment.