~~NOCACHE~~
~~NOTOC~~
====== Scientific Computing // Wissenschaftliches Rechnen ======
[[people:start|{{::groupphoto_2021.jpg?400&nolink |}}]]
**//The group Scientific Computing conducts research and development on high performance storage systems. We develop HPC concepts and apply them to simulation software with a focus on earth system models.//**
The group offers [[research:products|products for research and teaching, and contributes to third-party projects]].
===== News =====
* 2024-05: In collaboration with DKRZ and NHR, we have organised a [[https://www.dkrz.de/de/kommunikation/aktuelles/io-workshop|workshop]] on parallel I/O in large-scale climate applications.
===== Lehre im Wintersemester 2025/2026 =====
require_once("../php/teaching.php");
printTeaching(NULL, "de", "Wintersemester 2025/2026", TRUE);
===== Recent publications =====
require_once('../php/common.php');
require_once('../php/publications.php');
$loader = new PublicationsLoader(PublicationsLoader::Publications);
$loader->load();
$pubs = new Publications($loader);
$pubs->printDW(TRUE, Publications::ListShort, 5);
* For more details, see the [[research:publications|list of all publications]].
===== Recent theses =====
require_once('../php/common.php');
require_once('../php/theses.php');
$loader = new PublicationsLoader(PublicationsLoader::Theses);
$loader->load();
printTheses($loader, Theses::ListShort, 5);
* For more details, see the [[research:theses|list of all theses]].