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

Metrics fields factory #535

Open
wants to merge 120 commits into
base: main
Choose a base branch
from
Open

Metrics fields factory #535

wants to merge 120 commits into from

Commits on Jun 27, 2024

  1. WIP

    halungge committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    51bd673 View commit details
    Browse the repository at this point in the history
  2. add backend to metric_fields stencils

    fix vertical dimension in z_mc
    halungge committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2270522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bf8d18 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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

Commits on Aug 8, 2024

  1. merge main

    halungge committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    faa931a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5836a32 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. rename fields

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

Commits on Aug 14, 2024

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

Commits on Aug 15, 2024

  1. move factory.py to states package

    allow factory to be instantiated without backend, and grid
    halungge committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    21c744b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf7dc7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d07fef2 View commit details
    Browse the repository at this point in the history
  4. add type annotations to compute_vwind_impl_wgt.py

    fix type annotations for np.ndarray in compute_zdiff_gradp_dsl.py and compute_diffusion_metrics.py
    halungge committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8bb63f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    a9b0b54 View commit details
    Browse the repository at this point in the history
  2. merge main

    halungge committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    dc809e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffb4661 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    9f042b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    809f060 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcd65b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    52a837d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72e742b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. merge main

    halungge committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d93c570 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    fba0891 View commit details
    Browse the repository at this point in the history
  2. add c_lin_e metadata

    halungge committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c2c250a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04645e0 View commit details
    Browse the repository at this point in the history
  4. basic sample of factory.

    halungge committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    306b761 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5d03f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    717fa5f View commit details
    Browse the repository at this point in the history
  2. fix with_allocator function

    halungge committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cec01f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28c0be3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45bff38 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. update with upstrean

    nfarabullini committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bb2500b View commit details
    Browse the repository at this point in the history
  2. update with upstrean

    nfarabullini committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    57bf95d View commit details
    Browse the repository at this point in the history
  3. update with upstrean

    nfarabullini committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    966abbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a417ba8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa2c402 View commit details
    Browse the repository at this point in the history
  6. other fixes

    nfarabullini committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9acd188 View commit details
    Browse the repository at this point in the history
  7. small edit

    nfarabullini committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    afe3f47 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee11821 View commit details
    Browse the repository at this point in the history
  9. small fixes

    nfarabullini committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    64640e1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd50cc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Merge branch 'metrics_fields_factory' of https://github.com/C2SM/icon4py

     into metrics_fields_factory
    nfarabullini committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b95e8bf View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. more metrics_fields

    nfarabullini committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    07841d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df8ba00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f8d8de View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    eb58de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8bcebd View commit details
    Browse the repository at this point in the history
  3. Merge branch 'metrics_fields_factory' of https://github.com/C2SM/icon4py

     into metrics_fields_factory
    nfarabullini committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    dc7928e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0b0876 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'metrics_fields_factory' of https://github.com/C2SM/icon4py

     into metrics_fields_factory
    nfarabullini committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fcc293f View commit details
    Browse the repository at this point in the history
  6. edits following review

    nfarabullini committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    85bdff4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dba0dc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    70552d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0256d27 View commit details
    Browse the repository at this point in the history
  3. small edit

    nfarabullini committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    059dcaf View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. add docstring to Providers

    halungge committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e1ec531 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. partial fixes

    nfarabullini committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cac4c2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20db7e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    62c21ae View commit details
    Browse the repository at this point in the history
  2. pre-commit

    halungge committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f98f8dc View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    110bec6 View commit details
    Browse the repository at this point in the history
  2. vwind_impl_wgt edits

    nfarabullini committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    438f455 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. additional changes

    nfarabullini committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c96444f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac6fca8 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fixes and cleanup

    nfarabullini committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    792b8f6 View commit details
    Browse the repository at this point in the history
  2. additional cleanup

    nfarabullini committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    db4c0fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5687a27 View commit details
    Browse the repository at this point in the history
  4. ran pre-commit

    nfarabullini committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    82ac3e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b5bc49 View commit details
    Browse the repository at this point in the history
  6. small edit

    nfarabullini committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0804ecc View commit details
    Browse the repository at this point in the history
  7. merge main

    halungge committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8cdcea6 View commit details
    Browse the repository at this point in the history
  8. update with upstream

    nfarabullini committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3030cd1 View commit details
    Browse the repository at this point in the history
  9. installed tach

    nfarabullini committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f9f4e7d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    88a94b4 View commit details
    Browse the repository at this point in the history
  2. fixed dims import

    nfarabullini committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a8e7c9f View commit details
    Browse the repository at this point in the history
  3. fixed small edit

    nfarabullini committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f111573 View commit details
    Browse the repository at this point in the history
  4. some more fixes

    nfarabullini committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    506bcbd View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. some more fixes

    nfarabullini committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    659f5d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e4a20f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce9f559 View commit details
    Browse the repository at this point in the history
  4. minor edits

    nfarabullini committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    65c5683 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    251df09 View commit details
    Browse the repository at this point in the history
  6. small edit

    nfarabullini committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5fb868c View commit details
    Browse the repository at this point in the history
  7. Merge branch 'metrics_fields_factory' of https://github.com/C2SM/icon4py

     into metrics_fields_factory
    nfarabullini committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    053f646 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    e179a37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecdd514 View commit details
    Browse the repository at this point in the history
  3. small edit

    nfarabullini committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b7e51fb View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. small edit to test

    nfarabullini committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8d16766 View commit details
    Browse the repository at this point in the history
  2. small edit to test

    nfarabullini committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8d441ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e697cc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    8c7b782 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1d2333 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e393419 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    e417fd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75bda6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f978d72 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. add FieldSource Protocol

    halungge committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e635e3d View commit details
    Browse the repository at this point in the history
  2. fix doc strings, pre-commit

    halungge committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fef2ced View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    1d7abf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21c529a View commit details
    Browse the repository at this point in the history
  3. add documentation

    halungge committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    02cce48 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    9fa73d4 View commit details
    Browse the repository at this point in the history
  2. edits following review

    nfarabullini committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    21169b5 View commit details
    Browse the repository at this point in the history
  3. fixes to tests

    nfarabullini committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    88e6baf View commit details
    Browse the repository at this point in the history
  4. fixes to tests

    nfarabullini committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    39d2ee8 View commit details
    Browse the repository at this point in the history
  5. added missing offset

    nfarabullini committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    598d453 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. small tests edits

    nfarabullini committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    bfd5fe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3a4774 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60e5de7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    086d6b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 10, 2024

  1. move FieldSource protocol

    halungge committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    70063a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    c46f6a4 View commit details
    Browse the repository at this point in the history
  2. update with upstream

    nfarabullini committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7ab27fa View commit details
    Browse the repository at this point in the history
  3. Merge branch 'metrics_fields_factory' of https://github.com/C2SM/icon4py

     into metrics_fields_factory
    nfarabullini committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    257fe31 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

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

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    29a4be2 View commit details
    Browse the repository at this point in the history
  2. small fix

    nfarabullini committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    27d16d3 View commit details
    Browse the repository at this point in the history