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

Back-port mppnccombine changes to ESM1.5 branch #18

Closed
aidanheerdegen opened this issue Jun 18, 2024 · 3 comments · Fixed by #19
Closed

Back-port mppnccombine changes to ESM1.5 branch #18

aidanheerdegen opened this issue Jun 18, 2024 · 3 comments · Fixed by #19
Assignees
Labels
bug Something isn't working

Comments

@aidanheerdegen
Copy link
Member

Collation of outputs and restarts from ACCESS-ESM1.5 models is failing with error messages like

payu: error: Thread 0 crashed with error code 9.
 Error message:
ERROR: missing at least -m from the input fileset.  Exiting.

This is because the mppnccombine executable built by spack uses the version of mppnccombine.c in the ESM1.5 fork which is 11 years old and does not contain the update to support compression

https://github.com/ACCESS-NRI/MOM5/blob/access-esm1.5/src/postprocessing/mppnccombine/mppnccombine.c

Compression was added later

43d76ba

There was also a fix to report illegal options

da52a7b

These changes should be back-ported from master to access-esm1.5.

@aidanheerdegen aidanheerdegen added the bug Something isn't working label Jun 18, 2024
@penguian penguian self-assigned this Jun 19, 2024
@penguian
Copy link

penguian commented Jun 19, 2024

@aidanheerdegen Would it be correct to just copy src/postprocessing/mppnccombine/mppnccombine.c from the master branch to the access-esm1.5 branch?

@penguian
Copy link

@aidanheerdegen
Copy link
Member Author

Closed with #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants