Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

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.

...