Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

ICON4Py is a Python implementation of the Fortran [ICON climate and weather model](https://www.icon-model.org/). The upstream open source release is available at https://gitlab.dkrz.de/icon/icon-model.

## Coding guidelines

Always read the CODING_GUIDELINES.md document first and follow it.

## Monorepo structure

uv workspace with 11 namespace packages. All share the `icon4py` namespace. Source lives under `<package>/src/icon4py/...`. Packages are installed editable by `uv sync`.
Expand Down
Loading