diff --git a/lectures/parallelism/slides.qmd b/lectures/parallelism/slides.qmd
index 7eddddcdf3cb9097e00b6fe8851795ffcd16b323..33365ff3616cc33770ed86e68e87c14e53cc3651 100644
--- a/lectures/parallelism/slides.qmd
+++ b/lectures/parallelism/slides.qmd
@@ -49,10 +49,19 @@ show some central loop
 FIXME
 
 ## Other problem domains
-* ICONs domain decomp
-* maybe something totally different?
 
-FIXME
+:::: {.columns}
+
+::: {.column width="75%"}
+
+![](static/csm_icon_grid_16198badca.jpg){width=100%}
+
+:::
+
+::::
+
+ICON model grids: a) Global uniform grid, b) Global grid with locally refined ocean grid, c) Limited area atmosphere-only uniform grid with inside nests.
+Credit: MPI-M
 
 # Introducing OpenMP
 * A popular way to parallelize code
@@ -412,4 +421,4 @@ S1 and S2 can NOT be executed in parallel!
 
 * "Computer Architecture - A Quantitative Approach" - J. Hennessy and D. Patterson
 * "Introduction to High Performance Computing for Scientists and Engineers" - G. Hager and G. Wellein
-* "Introduction to Parallel Computing Tutorial" - [Online](https://hpc.llnl.gov/documentation/tutorials/introduction-parallel-computing-tutorial), Lawrence Livermore National Laboratory 
\ No newline at end of file
+* "Introduction to Parallel Computing Tutorial" - [Online](https://hpc.llnl.gov/documentation/tutorials/introduction-parallel-computing-tutorial), Lawrence Livermore National Laboratory 
diff --git a/lectures/parallelism/static/csm_icon_grid_16198badca.jpg b/lectures/parallelism/static/csm_icon_grid_16198badca.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..af2f9bffa80a6e2339efc540c838d642bb2556f7
Binary files /dev/null and b/lectures/parallelism/static/csm_icon_grid_16198badca.jpg differ