From f5a34095328e1a979d78d1fc722a05d761e46a3a Mon Sep 17 00:00:00 2001
From: Dethinne Thomas <tdethinne@uliege.be>
Date: Tue, 3 Dec 2024 12:54:36 +0000
Subject: [PATCH] Update CAR2MAR_co2_tprev.py

---
 couplage/code python/CAR2MAR_co2_tprev.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/couplage/code python/CAR2MAR_co2_tprev.py b/couplage/code python/CAR2MAR_co2_tprev.py
index 710c78e..795d521 100644
--- a/couplage/code python/CAR2MAR_co2_tprev.py	
+++ b/couplage/code python/CAR2MAR_co2_tprev.py	
@@ -53,7 +53,7 @@ def open_mar(path):
 
 def main_tprev(ys):
 	# Copy the file
-	shutil.copy('./temyyyy.dat', f'./tem{ys}.res')
+	shutil.copy('./temyyyy.dat', f'./tempres{ys}.res')
 
 
 """##############################################################################################################"""
-- 
GitLab