-
Notifications
You must be signed in to change notification settings - Fork 377
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
EAMxx: support the new SCORPIO I/O type ADIOSC #6969
base: master
Are you sure you want to change the base?
Conversation
SCORPIO has introduced a new I/O type, PIO_IOTYPE_ADIOSC, which enables reading and writing data in the ADIOS BP file format with support for both lossless and lossy compression. This update extends the EAMxx-SCORPIO interface to support the new I/O type.
@dqwu : Can you also mention in the comments the create_newcase command (& xmlchanges) of a case that does not work (support ADIOSC)? |
This 3 scenarios do not need this PR.
This scenario needs this PR. |
Can you highlight which ones work without the change vs which ones need this change (Do none of the adiosc cases work without this change?)? I wanted the comments to record why this change is needed (from CIME/user perspective) |
1 to 3 work without the change and 4 needs this change. |
@dqwu @jayeshkrishna just making sure we're good to merge this. I assume your convo above was just for the sake of documenting here on github? |
I think so. @jayeshkrishna This PR can be merged to E3SM next, right? |
This PR updates the EAMxx-SCORPIO interface to support the new
PIO_IOTYPE_ADIOSC I/O type, enabling read/write functionality
for the ADIOS BP file format with both lossless and lossy
compression.
[BFB]