~~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 ===== * 2026-04-30: Aufgrund interner Arbeiten ist der Zugang zum Forschungscluster vorübergehend deaktiviert ===== Lehre im Sommesemester 2026 ===== require_once("../php/teaching.php"); printTeaching(NULL, "de", "Sommersemester 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]].