mizuRoute icon indicating copy to clipboard operation
mizuRoute copied to clipboard

reading restart with pio

Open nmizukami opened this issue 2 years ago • 0 comments

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 avatar May 10 '23 20:05 nmizukami