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

Convert GFS DDTs from blocked data structures to contiguous arrays (now also includes https://github.com/NOAA-EMC/fv3atm/pull/752) #798

Merged

Commits on Dec 6, 2023

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

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    8d3927c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c1fac8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    435bccd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca53742 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    08d8e10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06d17f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    3c3d655 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…

    …ture/chunked_array_support
    climbfuji committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    6d0b052 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

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

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    e74e5a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc54e6 View commit details
    Browse the repository at this point in the history
  3. Fix typo in .gitmodules

    climbfuji committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    db82930 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    5374684 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…

    …ture/chunked_array_support
    climbfuji committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    eda337c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88fac19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee91285 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    630a2f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01bb3e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    773262c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0a7c24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b73d804 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    435f4d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e993d15 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

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

Commits on Jan 10, 2024

  1. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…

    …ture/chunked_array_support
    climbfuji committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    efa44b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    713ba7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f89445f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jan 12, 2024

  1. Add CI testing w/CTest & gcovr, + initial unit tests

    Create separate developer.yml CI workflow
    AlexanderRichert-NOAA committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    7d520aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4434a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41a9a00 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    f6cca88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb31535 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaf587b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a309fb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4360aee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba5f71d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4f5a26 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a6e2748 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    e4f657f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df302ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99c197f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6c41db View commit details
    Browse the repository at this point in the history
  5. fix up GCC.yml

    AlexanderRichert-NOAA committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1b57dcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8723888 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30a9f1b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e875fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e14f32c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    22abc64 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    80e78bc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c6f749e View commit details
    Browse the repository at this point in the history
  13. Convert GFS_tbd and GFS_cldprop DDTs: use contiguous arrays instead o…

    …f blocked data structures
    climbfuji committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    ffc7926 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Update .gitmodules and submodule pointer for GFDL_atmos_cubed_sphere …

    …for code review and testing
    climbfuji committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f213af8 View commit details
    Browse the repository at this point in the history
  2. Convert GFS_statein and GFS_stateout DDTs: use contiguous arrays inst…

    …ead of blocked data structures
    climbfuji committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    11d1b06 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Implement setup_exportdata for chunked arrays and demonstrate for GFS…

    …_statein and GFS_stateout
    climbfuji committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    002c5ab View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    eed40d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5841f80 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

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

Commits on Feb 23, 2024

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

Commits on Feb 26, 2024

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

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    e2cc3fc View commit details
    Browse the repository at this point in the history
  2. Convert GFS_intdiag DDT: use contiguous arrays instead of blocked dat…

    …a structures; remove GFS_data DDT
    climbfuji committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    7e7449b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    a24e8bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6588b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3490ea4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcd1678 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…

    …ture/chunked_array_support_use_it
    climbfuji committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2be4cfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dd71c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

Commits on Mar 8, 2024

  1. Bug fix in ccpp/data/GFS_typedefs.meta: replace horizontal_loop_exten…

    …t for recently added variables with horizontal_dimension
    climbfuji committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    46be8ac View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    d5ff6cf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…

    …ture/chunked_array_support_use_it
    climbfuji committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c94ffe3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…

    …ture/chunked_array_support_use_it
    climbfuji committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2fe636a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…

    …ture/chunked_array_support_use_it
    climbfuji committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    62e5887 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee7c36d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…

    …ture/chunked_array_support_use_it
    climbfuji committed May 13, 2024
    Configuration menu
    Copy the full SHA
    024e63a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11f8572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a8d95d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2074d8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48426bf View commit details
    Browse the repository at this point in the history
  6. Update GCC.yml

    AlexanderRichert-NOAA authored May 13, 2024
    Configuration menu
    Copy the full SHA
    10cd572 View commit details
    Browse the repository at this point in the history
  7. fix gcovr

    AlexanderRichert-NOAA authored May 13, 2024
    Configuration menu
    Copy the full SHA
    415986d View commit details
    Browse the repository at this point in the history
  8. Update GCC.yml

    AlexanderRichert-NOAA authored May 13, 2024
    Configuration menu
    Copy the full SHA
    657e1a3 View commit details
    Browse the repository at this point in the history
  9. Update GCC.yml

    AlexanderRichert-NOAA authored May 13, 2024
    Configuration menu
    Copy the full SHA
    7582ab7 View commit details
    Browse the repository at this point in the history
  10. Update GCC.yml

    AlexanderRichert-NOAA authored May 13, 2024
    Configuration menu
    Copy the full SHA
    edf94e6 View commit details
    Browse the repository at this point in the history
  11. Update GCC.yml

    AlexanderRichert-NOAA authored May 13, 2024
    Configuration menu
    Copy the full SHA
    b51b1a3 View commit details
    Browse the repository at this point in the history
  12. debug

    AlexanderRichert-NOAA authored May 13, 2024
    Configuration menu
    Copy the full SHA
    369bf89 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Update GCC.yml

    AlexanderRichert-NOAA authored May 14, 2024
    Configuration menu
    Copy the full SHA
    3f633e2 View commit details
    Browse the repository at this point in the history
  2. Update GCC.yml

    AlexanderRichert-NOAA authored May 14, 2024
    Configuration menu
    Copy the full SHA
    cc98607 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…

    …ture/chunked_array_support_use_it
    climbfuji committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9126c19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f7164c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1edd619 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a540187 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 13, 2024

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

Commits on Jun 24, 2024

  1. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…

    …ture/chunked_array_support_use_it
    climbfuji committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ff587f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…

    …ture/chunked_array_support_use_it
    climbfuji committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0d003e7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add_unit_testing' of https://github.com/AlexanderRicher…

    …t-NOAA/fv3atm into feature/chunked_array_support_use_it
    climbfuji committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    40c0d1a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…

    …ture/chunked_array_support_use_it
    climbfuji committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    de0411e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    6093321 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from dustinswales/move_stmt

    Move data copying outside of block loop
    climbfuji authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e02bf07 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…

    …ture/chunked_array_support_use_it
    climbfuji committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    450cb34 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…

    …ture/chunked_array_support_use_it
    climbfuji committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    80134e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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