Skip to content
Snippets Groups Projects
  • Lionel GUEZ's avatar
    6c937242
    Create subroutines `config_graph` and `read_grid` · 6c937242
    Lionel GUEZ authored
    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`.
    6c937242
    History
    Create subroutines `config_graph` and `read_grid`
    Lionel GUEZ authored
    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`.