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

reading restart with pio #378

Open
nmizukami opened this issue May 10, 2023 · 0 comments
Open

reading restart with pio #378

nmizukami opened this issue May 10, 2023 · 0 comments
Assignees
Labels
cesm-coupling For cesm coupling cleanup clean up the codes (remove unnecessary lines, indentation, styles) standalone For stand-alone run

Comments

@nmizukami
Copy link
Collaborator

Currently, restart file is read with regular netCDF library to main core, and then the restart information is scattered to distributed cores with MPI.

Given mizuRoute is required to use the same number of distributed core for MPI as the previous run, and the domain decomposition purely depends on the number of the cores, it is possible to read restart file with PIO.

This changes allow several hundreds of lines in mpi_process.f90

@nmizukami nmizukami self-assigned this May 10, 2023
@nmizukami nmizukami added cesm-coupling For cesm coupling cleanup clean up the codes (remove unnecessary lines, indentation, styles) standalone For stand-alone run labels May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cesm-coupling For cesm coupling cleanup clean up the codes (remove unnecessary lines, indentation, styles) standalone For stand-alone run
Projects
None yet
Development

No branches or pull requests

1 participant