Skip to content
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

Documentation: Limited Area Modeling #42

Open
wants to merge 79 commits into
base: develop
Choose a base branch
from
Open

Commits on Jun 24, 2024

  1. feat: Initial implementation of global graphs

    Co-authored by: Mario Santa Cruz <[email protected]>
    theissenhelen committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    38f8d15 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. add dependencies

    theissenhelen committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9dc2cec View commit details
    Browse the repository at this point in the history
  2. add cli command

    JPXKQX committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f1fe18f View commit details
    Browse the repository at this point in the history
  3. Ignore .pt files

    JPXKQX committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b8b558d View commit details
    Browse the repository at this point in the history
  4. run pre-commit

    JPXKQX committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7f6f4bd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. docstring + log erros

    JPXKQX committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d5f67fd View commit details
    Browse the repository at this point in the history
  2. initial tests

    JPXKQX committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b12272d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cce5ea6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ba0391 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    9a47184 View commit details
    Browse the repository at this point in the history
  2. remove __init__

    JPXKQX committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    384adc7 View commit details
    Browse the repository at this point in the history
  3. feat: test edge builders

    JPXKQX committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0bc176c View commit details
    Browse the repository at this point in the history
  4. add blank lines

    JPXKQX committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d16934b View commit details
    Browse the repository at this point in the history
  5. dep: hydra-core

    JPXKQX committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0f82ea7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9c5ada View commit details
    Browse the repository at this point in the history
  7. deps: == to >=

    JPXKQX committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    66ef5dc View commit details
    Browse the repository at this point in the history
  8. docs: first documentation WIP

    JPXKQX committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0d31c56 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. update docs

    JPXKQX committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    42e1ad4 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Global Encoder-Processor-Decoder graph (#9)

    * feat: Initial implementation of global graphs
    
    Co-authored by: Mario Santa Cruz <[email protected]>
    Co-authored-by: Helen Theissen <[email protected]>
    Co-authored-by: Sara Hahner <[email protected]>
    Co-authored-by: Jesper Dramsch <[email protected]>
    JPXKQX authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3609681 View commit details
    Browse the repository at this point in the history
  2. add cli command

    JPXKQX committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    63c090b View commit details
    Browse the repository at this point in the history
  3. run pre-commit

    JPXKQX committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d02be30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa59627 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    428d799 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c54e491 View commit details
    Browse the repository at this point in the history
  7. remove __init__

    JPXKQX committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    221dc30 View commit details
    Browse the repository at this point in the history
  8. docs: first documentation WIP

    JPXKQX committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    541a6b2 View commit details
    Browse the repository at this point in the history
  9. update docs

    JPXKQX committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    7c4f706 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12e5950 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    0f7fce5 View commit details
    Browse the repository at this point in the history
  2. udpate documentation

    JPXKQX committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9836945 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    bcf0f5a View commit details
    Browse the repository at this point in the history
  2. refactor: precommit

    theissenhelen committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ba69531 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from ecmwf/hotfix/config_node_name

    Hotfix: nodes config name
    
    Co-authored-by: <[email protected]>
    Co-authored-by: <[email protected]>
    JPXKQX authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5865b35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd6b612 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be3012c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. docstrings

    JPXKQX committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a3872fd View commit details
    Browse the repository at this point in the history
  2. remove math equations

    JPXKQX committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ffdf62a View commit details
    Browse the repository at this point in the history
  3. remove deprecated files

    JPXKQX committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    09d3290 View commit details
    Browse the repository at this point in the history
  4. review typos

    JPXKQX committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2e45397 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. fix: typos

    JPXKQX committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    983ff0f View commit details
    Browse the repository at this point in the history
  2. data structure section

    JPXKQX committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    db81caf View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. update: docstring

    JPXKQX committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c5eaa41 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    3f83f90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdf5db5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    5b378d2 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    JPXKQX committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f533392 View commit details
    Browse the repository at this point in the history
  3. fix: cli/inspect

    JPXKQX committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3736756 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    3cf342f View commit details
    Browse the repository at this point in the history
  2. fix: rename to anemoi.graphs

    JPXKQX committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9bcdce6 View commit details
    Browse the repository at this point in the history
  3. fix: rename to anemoi.graphs

    JPXKQX committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3ae861a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b37987 View commit details
    Browse the repository at this point in the history
  5. docs: explain output object

    JPXKQX committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e53588b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cea800 View commit details
    Browse the repository at this point in the history
  7. docs: fix table

    JPXKQX committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    903aebe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2888205 View commit details
    Browse the repository at this point in the history
  9. docs: fix layout

    JPXKQX committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2ab138f View commit details
    Browse the repository at this point in the history
  10. docs: bring contributing guidelines from anemoi-training

    Co-authored-by: Helen Theissen <[email protected]>
    Co-authored-by: Gert Mertes <[email protected]>
    Co-authored-by: Jesper Dramsch <[email protected]>
    Co-authored-by: Gareth Jones <[email protected]>
    Co-authored-by: Mariana Clare <[email protected]>
    6 people committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f826e95 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ba0fc13 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5354407 View commit details
    Browse the repository at this point in the history
  13. docs: expand docstring

    JPXKQX committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    bf38fe3 View commit details
    Browse the repository at this point in the history
  14. docs: lam documentation WIP

    JPXKQX committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c6ca217 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    d68bbf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0410996 View commit details
    Browse the repository at this point in the history
  3. docs: update usage

    JPXKQX committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    73b8395 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    19a3d16 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. docs: fix typo

    JPXKQX committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c4a592a View commit details
    Browse the repository at this point in the history
  2. docs: CutOutZarrDatasetNodes

    Co-authored-by: Dieter Van den Bleeken <[email protected]>
    JPXKQX and dietervdb-meteo committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    46d5bdf View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. fix: typo

    Co-authored-by: Dieter Van den Bleeken <[email protected]>
    JPXKQX and dietervdb-meteo committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    83f1c82 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. docs: fix typos

    Co-authored-by: Dieter Van den Bleeken <[email protected]>
    JPXKQX and dietervdb-meteo committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0deac2e View commit details
    Browse the repository at this point in the history
  2. docs: adding edges to tables

    JPXKQX committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0f5bfb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. docs: update

    JPXKQX committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    aa9c359 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    3dbf4d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. fix: issue 57

    JPXKQX committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    cfc4b18 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    36c9299 View commit details
    Browse the repository at this point in the history
  2. docs: update

    JPXKQX committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b3c3899 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2826f4c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    dbb842a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d6d643 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    505d914 View commit details
    Browse the repository at this point in the history