From 9ace083f818369f2a3235bc92a8e4760546f553a Mon Sep 17 00:00:00 2001
From: loikki <loic.hausammann@protonmail.ch>
Date: Mon, 23 Nov 2020 16:37:18 +0100
Subject: [PATCH] Add logger

---
 data/cs.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/data/cs.md b/data/cs.md
index 19c5a39..82c53d8 100644
--- a/data/cs.md
+++ b/data/cs.md
@@ -43,3 +43,18 @@ SWIFT uses the parallel-hdf5 library to read and write snapshots
 efficiently on distributed file systems. Through careful tuning of
 Lustre parameters, SWIFT can write snapshots at the maximal disk
 writing speed of a given system.
+
+
+### Logger
+
+In SWIFT, we developed a new way of writing the information contained in 
+snapshots (Hausammann and Gonnet (in prep.)).
+In cosmological  simulations, the time scale of the different particles
+can differ by a few order of magnitudes.
+This technique reduces the data entropy by writing the particles according
+to their own time scale.
+SWIFT is able this way to increase the time resolution of the output while
+keeping the files to a decent size.
+
+<div class="videowrapper"><iframe width="100%" height="100%" src="https://www.youtube.com/embed/6aBry0CUgVw" frameborder="0" allowfullscreen></iframe>
+</div>
-- 
GitLab