-
Notifications
You must be signed in to change notification settings - Fork 53
Switch from restart file to mesh file in all tasks #1109
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
Switch from restart file to mesh file in all tasks #1109
Conversation
|
Hi @xylar, quick question: would this be backward compatible, ie, if |
|
Yes, I think that's a reasonable idea. Thanks @milenaveneziani! |
|
great. Thanks @xylar! |
E3SM will switch to using ADIOS format for restart files in some configurations. But the MPAS-Ocean and -seaice mesh files from the "mesh" stream should always be safe to use for mesh variables (including those for the 3D MPAS-Ocean mesh).
This enables us to use different streams for ocean and sea-ice tasks, since the only stream where the mesh is available in MPAS-seaice is the landIceMasks stream.
00f059c to
ca02c94
Compare
|
Seeing the following error related to BSF: |
ca02c94 to
965dee4
Compare
If neither the file in the mesh stream nor the first file matching the pattern for the restart file exists, raise an error.
965dee4 to
5c77cac
Compare
TestingOkay, after working out a few quirks and bugs, this is working: |
E3SM will switch to using ADIOS format for restart files in some configurations. But the MPAS-Ocean and -seaice mesh files from the "mesh" stream should always be safe to use for mesh variables (including those for the 3D MPAS-Ocean mesh).
Checklist
Testingcomment in the PR documents testing used to verify the changesFixes #1107