{
"cells": [
{
"cell_type": "markdown",
"id": "fa561492",
"metadata": {
"tags": []
},
"source": [
"
\n",
"\n",
"
To complete this task, please follow the steps outlined in the next cells below.
\n", "scripts/comin_plugin_P2.py
which demonstrates the same concept you explored above, now in an actual MPI-based plugin. All parts of this script are already given:\n",
"\n",
"- It accesses the variable pres_sfc
from ICON.\n",
"\n",
"- It retrieves the host MPI communicator using the mpi4py
Python package.\n",
"\n",
"- It gathers the distributed data array on rank 0.\n",
"