From 09a5a1e0e2ccf288cb55aa66c28186c645a2f4af Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Tue, 17 Nov 2020 06:45:30 +0100
Subject: [PATCH] [Docu] Rm. documentation for process_id output.

---
 Documentation/ProjectFile/prj/time_loop/output/t_suffix.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Documentation/ProjectFile/prj/time_loop/output/t_suffix.md b/Documentation/ProjectFile/prj/time_loop/output/t_suffix.md
index e2ea966019e..40098e9aa04 100644
--- a/Documentation/ProjectFile/prj/time_loop/output/t_suffix.md
+++ b/Documentation/ProjectFile/prj/time_loop/output/t_suffix.md
@@ -1,11 +1,10 @@
 Template for the suffix which will be appended to the output files. Allowed
 template expressions are:
 - {:meshname}
-- {:process_id}
 - {:timestep}
 - {:time}.
 
-Default value: ts_{:timestep}_t_{:time}
+Default value: _ts_{:timestep}_t_{:time}
 
 Remark: The name of the result files will be constructed out of the prefix and
 the suffix.
-- 
GitLab