-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Coord system and Notation page in docs #1779
Comments
Just one clarification --- I think we are still almost always locally Cartesian (the main exception being the lack of a "global" native coordinate system for cubed sphere stuff), because we still describe locations with a 3 tuple (eg we use three orthogonal coordinates). However it's true that on With the current software design we probably need to describe the coordinate system for each |
I think this does need some improvement. Outside of I wonder whether we want to continue to have |
@francispoulin is it ok if we limit the discussion in this issue to the documentation and discuss naming for grid types elsewhere? It looks like I've been confused about the definition of "Cartesian" ever since we changed the name of the grid type from Cartesian to Rectilinear. I think the important point is that a "grid" specifies both a coordinate system (implicitly) and a mesh (via nodal points, grid spacings, areas, volumes, etc). We don't really have full support for spherical coordinate systems yet, because to support a coordinate system on the cubed sphere we need to have an abstraction for vectors that can translate user input in some global coordinate system to the local coordinate system (different on each facet of the cubed sphere). |
I agree: updates are indeed in order but only when spherical coordinate grids are fully supported out there. |
Perhaps it's time for this ;) |
Also, is the label "Physics" the best one for this category? Side note: "Model setup" should definitely come right after "Examples"... |
I think Coordinate system and notation page in the docs needs to be updated.
First, we don't only use a Cartesian grid anymore (we don't even use the word Cartesian for the
RegularRectilinearGrid
anymore). I'm not sure how you guys wanna adapt this page and notation for the spherical coordinate grid though.Second, a part of the math isn't rendering and I'm not sure why.
The text was updated successfully, but these errors were encountered: