From 4833c8c8194075d0e15c777ff5f1d89d4a1e5198 Mon Sep 17 00:00:00 2001 From: Antoine Hoffmann <antoine.hoffmann@epfl.ch> Date: Fri, 10 Feb 2023 11:24:19 +0100 Subject: [PATCH] comment modif --- src/parallel_mod.F90 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/parallel_mod.F90 b/src/parallel_mod.F90 index aa3ed37a..58ccb069 100644 --- a/src/parallel_mod.F90 +++ b/src/parallel_mod.F90 @@ -49,6 +49,7 @@ CONTAINS !!!!! PJZ gather variables ! IONS + !! P reduction at constant j and z is already done in module GRID !! Z reduction for full slices of p data but constant j ! number of points recieved and displacement for the z reduction ALLOCATE(rcv_zp_i(0:num_procs_z-1),dsp_zp_i(0:num_procs_z-1)) !Displacement sizes for balance diagnostic -- GitLab