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

Feature request: mitgcm_ocean compressed netcdf files for dart #391

Closed
hkershaw-brown opened this issue Aug 23, 2022 · 2 comments
Closed
Assignees
Labels
missing_state missing_r8 in the state

Comments

@hkershaw-brown
Copy link
Member

Use case

What are you trying to accomplish? Sometimes there may already be a way to do what you need.
Run a high resolution mitgcm ocean case with filter.

Is your feature request related to a problem?

In the released version of DART filter bombs (runs out of memory) when running this case.

Describe your preferred solution

Ed Liu created a 'squished state' solution for his siparcs 2022 project:
774b9cc dart_nc_reduce
This was used to successfully run filter with the 80 member high resolution case.

Updated to use dart utilities, and have the corresponding dart_nc_expand: d197e63

Since mitgcm has an mit_to_dart, dart_to_mit, the logic from the dart_nc_reduce/expand programs could and should be dropped into mit_to_dart, dart_to_mit so we are not doing a double hop
model -> netcdf -> squished netcdf -> filter

Describe any alternatives you have considered

general (not model specific) version. However, we could not drop this into dart at the moment - see issues labeled IO and state_structure. The pressing issue is the high-res mitgcm.

Connected (but ignored for now) non-scaling memory issues :
MITgcm_ocean static data
MPI window copy.

@hkershaw-brown hkershaw-brown self-assigned this Aug 23, 2022
@hkershaw-brown
Copy link
Member Author

@hkershaw-brown
Copy link
Member Author

fixed by #640

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing_state missing_r8 in the state
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant