reading restart with pio #378
Labels
cesm-coupling
For cesm coupling
cleanup
clean up the codes (remove unnecessary lines, indentation, styles)
standalone
For stand-alone run
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
The text was updated successfully, but these errors were encountered: