Skip to content

Commit

Permalink
Merge pull request #2961 from CliMA/ncc/lat-lon-doc
Browse files Browse the repository at this point in the history
Add a note about default lat-lon topologies
  • Loading branch information
navidcy committed Mar 7, 2023
2 parents 09ff3a9 + e174161 commit 167b7cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Grids/latitude_longitude_grid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ Keyword arguments
- `topology`: Tuple of topologies (`Flat`, `Bounded`, `Periodic`) for each direction. The vertical
`topology[3]` must be `Bounded`, while the latitude-longitude topologies can be
`Bounded`, `Periodic`, or `Flat`.
`Bounded`, `Periodic`, or `Flat`. If no topology is provided then, by default, the
topology is (`Periodic`, `Bounded`, `Bounded`) if the latitudinal extent is 360 degrees
or (`Bounded`, `Bounded`, `Bounded`) otherwise.
- `precompute_metrics`: Boolean specifying whether to precompute horizontal spacings and areas.
Default: `true`. When `false`, horizontal spacings and areas are computed
Expand Down

2 comments on commit 167b7cf

@navidcy
Copy link
Collaborator Author

@navidcy navidcy commented on 167b7cf Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/79065

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.79.5 -m "<description of version>" 167b7cfa1a232bed89d9fd0c8c48ca56a3fb4cb2
git push origin v0.79.5

Please sign in to comment.