From ecd70153ed47545e47c54f497598ab2ed9fe4018 Mon Sep 17 00:00:00 2001
From: lkugler <lukas.kugler@univie.ac.at>
Date: Tue, 30 May 2023 11:51:38 +0200
Subject: [PATCH] typo

---
 free_forecast.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/free_forecast.py b/free_forecast.py
index 8cee19b..79362cd 100755
--- a/free_forecast.py
+++ b/free_forecast.py
@@ -130,7 +130,7 @@ if False:  # to continue a free run after spinup
     prior_init_time = dt.datetime(2008, 7, 30, 13)
     prior_valid_time = dt.datetime(2008, 7, 30, 13,30)
 
-    id = w.w.prepare_IC_from_prior(prior_path_exp, prior_init_time, prior_valid_time, 
+    id = w.prepare_IC_from_prior(prior_path_exp, prior_init_time, prior_valid_time, 
             # new_start_time=start, # <---------- to overwrite start time
             depends_on=id)
 
-- 
GitLab