Global physics fields
As you hopefully know already, GEM can run in parallel, using MPI and/or OpenMP. When using MPI the model domain gets horizontally divided into tiles, or rather cubes. In the physics, each MPI process is taking care of one of these cubes.
The physics are called for one "slab" (ni*nk) at the time.
...