mizuRoute
mizuRoute copied to clipboard
reading restart with pio
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