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

6 generate graphs from icosahedral meshes #11

Merged
merged 84 commits into from
Jul 25, 2024

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

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    a973c2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af111a6 View commit details
    Browse the repository at this point in the history
  3. fix typo

    JPXKQX committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a8a1620 View commit details
    Browse the repository at this point in the history
  4. Homogeneize base builders

    JPXKQX committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    926c75b View commit details
    Browse the repository at this point in the history
  5. improve test docstrings

    JPXKQX committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    f342073 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d9fea8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. new input config

    JPXKQX committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1b20845 View commit details
    Browse the repository at this point in the history
  2. new default

    JPXKQX committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4e62431 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6825850 View commit details
    Browse the repository at this point in the history
  4. feat: Initial implementation of global graphs

    Co-authored by: Mario Santa Cruz <[email protected]>
    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d25c47b View commit details
    Browse the repository at this point in the history
  5. add cli command

    JPXKQX authored and theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8f0415e View commit details
    Browse the repository at this point in the history
  6. Ignore .pt files

    JPXKQX authored and theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    22fba0e View commit details
    Browse the repository at this point in the history
  7. run pre-commit

    JPXKQX authored and theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2879c7c View commit details
    Browse the repository at this point in the history
  8. docstring + log erros

    JPXKQX authored and theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1ca0633 View commit details
    Browse the repository at this point in the history
  9. initial tests

    JPXKQX authored and theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    277c231 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a4e9cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    96a6ed5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c88ee8 View commit details
    Browse the repository at this point in the history
  13. remove __init__

    JPXKQX authored and theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    92988d7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    de07488 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c900bfd View commit details
    Browse the repository at this point in the history
  16. fix: error

    JPXKQX authored and theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9768204 View commit details
    Browse the repository at this point in the history
  17. refactor: naming

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    74ef4cc View commit details
    Browse the repository at this point in the history
  18. fix: pre-commit

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    91e15b3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    66d3aa1 View commit details
    Browse the repository at this point in the history
  20. feat: Add icosahedral graph generation

    Co-authored-by: Mario Santa Cruz <[email protected]>
    theissenhelen and JPXKQX committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    23b3110 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    469b56b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4e864c3 View commit details
    Browse the repository at this point in the history
  23. feat: hexagonal graph generation

    Co-authored-by: Mario Santa Cruz <[email protected]>
    theissenhelen and JPXKQX committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d573905 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    edd9c43 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b7002e3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1d55ef6 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7dcfb98 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a35b76f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bfc3e84 View commit details
    Browse the repository at this point in the history
  30. fix: imports

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fc2f707 View commit details
    Browse the repository at this point in the history
  31. fix: output type

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7c3dca3 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d627e58 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    735fbc1 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    46a2c07 View commit details
    Browse the repository at this point in the history
  35. fix: imports

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c9e4fde View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    7a8b316 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    02496ec View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    59fcad3 View commit details
    Browse the repository at this point in the history
  39. test: hexagonal edges

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b41f88e View commit details
    Browse the repository at this point in the history
  40. fix: avoid same name

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5a43185 View commit details
    Browse the repository at this point in the history
  41. fix: imports

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a0259f8 View commit details
    Browse the repository at this point in the history
  42. fix: conflicts

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7289e32 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    9a6decc View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. update tests

    JPXKQX committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4ca717b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb93b8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe8a8e5 View commit details
    Browse the repository at this point in the history
  4. 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
  5. Configuration menu
    Copy the full SHA
    633091f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2820e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    463911c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fix: update attribute name

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

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    4f445a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa812eb View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. improve: clarity of function

    JPXKQX committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    904426a View commit details
    Browse the repository at this point in the history
  2. improve: function syntax

    JPXKQX committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    df746b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ddccee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a35282 View commit details
    Browse the repository at this point in the history
  5. more comments

    JPXKQX committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    cb95d23 View commit details
    Browse the repository at this point in the history
  6. refactor: naming

    theissenhelen committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e54c130 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b7df21 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    f445b91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8822864 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    effd016 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    688ee66 View commit details
    Browse the repository at this point in the history
  5. homogeneize: tri & hex edges

    JPXKQX committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e2fda79 View commit details
    Browse the repository at this point in the history
  6. naming: xhops to x_hops

    JPXKQX committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fefb1d3 View commit details
    Browse the repository at this point in the history
  7. naming: x_hops in docstring

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

    JPXKQX committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    15d8eb0 View commit details
    Browse the repository at this point in the history
  9. blank lines

    JPXKQX committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f5579a4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d07ed76 View commit details
    Browse the repository at this point in the history
  11. Merge branch '6-generate-graphs-from-icosahedral-meshes' of https://g…

    …ithub.com/ecmwf/anemoi-graphs into 6-generate-graphs-from-icosahedral-meshes
    theissenhelen committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    05794c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. simplify icoshaedral edges

    JPXKQX committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    92df8ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26883ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe306fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25d4716 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b192f03 View commit details
    Browse the repository at this point in the history
  6. h3 (v4) not supported

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