From 49a00c24ff41cb63227840710209bc90218bf6c7 Mon Sep 17 00:00:00 2001
From: Lene Wasskog <lene.wasskog@nibio.no>
Date: Fri, 21 Feb 2025 15:19:57 +0100
Subject: [PATCH] feat: Reintroduce removal of temporary files

---
 ADASMELIAE.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ADASMELIAE.py b/ADASMELIAE.py
index 8baa4f3..351a181 100755
--- a/ADASMELIAE.py
+++ b/ADASMELIAE.py
@@ -348,6 +348,8 @@ if __name__ == "__main__":
     shutil.copy(query_template, result_mapfile_year_dir)
     shutil.copy(query_template_temperature, result_mapfile_year_dir)
 
+    remove_temporary_files()
+
     end_time = time.time()
     logging.info(
         f"End model {model_id} - Execution time: {'{:.2f} seconds'.format(end_time - start_time)}"
-- 
GitLab