From 7d89003995d5b52cd91ea516598f55d0c41c03e2 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Tue, 7 May 2024 15:28:49 +0200
Subject: [PATCH] Update comment about start date

---
 PSILARTEMP.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PSILARTEMP.py b/PSILARTEMP.py
index 6f7158a..47fe34c 100755
--- a/PSILARTEMP.py
+++ b/PSILARTEMP.py
@@ -47,8 +47,8 @@ if datetime.now() <= start_time:
     exit(0)
     
 # """
-# Calculate cumulated degree days above 5 degrees after 1st of April
-# Remove all values before April 1st
+# Calculate cumulated degree days above 5 degrees after 1st of March
+# Remove all values before March 1st
 subprocess.run(
     f"cdo -selname,TM -seldate,{year}-{recurring_start_date}T00:00:00,{year}-12-31T00:00:00 {weatherdata_path}met_1_0km_nordic-{year}.nc {tmp_path}TM_from_april.nc",
     shell=True,
-- 
GitLab