-
- Downloads
Create subroutines `config_graph` and `read_grid`
Which read namelists. Motivations: diminish the number of arguments of procedure overlap; lighten the main program unit. We conditionally compile MPI calls in `read_grid` because we want to use variables of module`read_grid_m` in procedure `read_snapshot`, and `read_snapshot` is called from sequential program `test_nearby_extr`.
Common/read_grid.F90
0 → 100644
Overlap/config_graph.f90
0 → 100644
Please register or sign in to comment