From f0ee97236780b7d5225909e1312c46bbcfbdd15f Mon Sep 17 00:00:00 2001
From: "Philip.Rupp" <philip.rupp@physik.uni-muenchen.de>
Date: Thu, 29 Jun 2023 08:00:03 +0000
Subject: [PATCH] Update 2 files

- /conf/event-generator/jobs.yml
- /conf/event-generator/simulation.yml
---
 conf/event-generator/jobs.yml       | 4 ++--
 conf/event-generator/simulation.yml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/event-generator/jobs.yml b/conf/event-generator/jobs.yml
index aab3e76..95e1dad 100644
--- a/conf/event-generator/jobs.yml
+++ b/conf/event-generator/jobs.yml
@@ -22,5 +22,5 @@ JOBS:
     FILE: templates/event-generator/prepare_namelist.py
     DEPENDENCIES: ADAPT_MEMBER RUN_ICON-1
 
-  RUN ICON:
-    WALLCLOCK : 99999999999999999999999999999999999
+  #RUN ICON:
+  #  WALLCLOCK : 01:00
diff --git a/conf/event-generator/simulation.yml b/conf/event-generator/simulation.yml
index f79ba65..958d162 100644
--- a/conf/event-generator/simulation.yml
+++ b/conf/event-generator/simulation.yml
@@ -10,7 +10,7 @@ simulation:
     atmosphere: "%HPCROOTDIR%/production_project/namelists/real-from-dwd-ana/icon_atmosphere.namelist"
 
   # List of output file names that will be copied (Wildcards * allowed)
-  output_file_names: "fields_3d_*.nc surface_fields_*.nc"
+  output_file_names: "fields_3d_*.nc surface_fields_*.nc *_restart_*.nc"
   files_to_clean: "*.nc"
 
   initial_conditions:
-- 
GitLab