Add CLAUDE.md#46
Closed
hdrake wants to merge 1 commit into
Closed
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
hdrake
added a commit
to hdrake/sectionate
that referenced
this pull request
Jun 26, 2026
…6-community#46) Track CLAUDE.md on this branch so the architecture overview lands together with the code it describes -- corner_position/corner_offset, native 'left' (MITgcm/ECCO) grids, check_symmetric as a thin wrapper, and the removal of symmetrize -- rather than in a separate PR that would document code not yet on its base. Also includes the repo's Definition-of-Done checklist (run the full test suite, re-execute the example notebooks, and scan for doc/code drift before committing). Supersedes the standalone add-claudemd PR (MOM6-community#46). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Member
Author
|
Superseded by #47 ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
CLAUDE.mdto guide Claude Code (and human contributors) working in this repo.Contents
version.py.section.py(waypoints → grid corner indices),transports.py(corner indices → U/V velocity faces →convergent_transport),tracers.py(extract_tracer) — plus supporting modules (gridutils.py,utils.py) and project conventions (Q/corner vs. velocity points, grid symmetry/boundary metadata, locally-orthogonal curvilinear grid support, flat re-exported API).All content is derived from the source,
pyproject.toml, README, and CI configs.🤖 Generated with Claude Code