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

Transition to use contiguous data arrays #2521

Open
dustinswales opened this issue Dec 3, 2024 · 0 comments
Open

Transition to use contiguous data arrays #2521

dustinswales opened this issue Dec 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request feature-MPAS Label to identify tasks associated with the MPAS dynamical core implementation

Comments

@dustinswales
Copy link
Collaborator

Description

Recently the GFS DDTs were modified to use contiguous data instead of blocked data NOAA-EMC/fv3atm#798.
However, not all blocked data structures were removed, most notably the restart and diagnostic types.

Solution

Replace all blocked data references with contiguous chunked data references.

@dustinswales dustinswales self-assigned this Dec 3, 2024
@dustinswales dustinswales converted this from a draft issue Dec 3, 2024
@dustinswales dustinswales changed the title Transition to use of contiguous data arrays Transition to use contiguous data arrays Dec 3, 2024
@dustinswales dustinswales added enhancement New feature or request feature-MPAS Label to identify tasks associated with the MPAS dynamical core implementation labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature-MPAS Label to identify tasks associated with the MPAS dynamical core implementation
Projects
Development

No branches or pull requests

1 participant