From 12c45e6f5f8a24475e350a9bcd7c23fc59e9e609 Mon Sep 17 00:00:00 2001
From: lkugler <lukas.kugler@univie.ac.at>
Date: Fri, 24 May 2024 14:10:02 +0200
Subject: [PATCH] typo

---
 dartwrf/assimilate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dartwrf/assimilate.py b/dartwrf/assimilate.py
index f8e9eca..e49601f 100755
--- a/dartwrf/assimilate.py
+++ b/dartwrf/assimilate.py
@@ -19,7 +19,7 @@ pattern_init_time = "/%Y-%m-%d_%H:%M/"  # pattern for the init_time folder in si
 pattern_obs_seq_out = cluster.archivedir + "/diagnostics/%Y-%m-%d_%H:%M_obs_seq.out"  # how an obs_seq.out file is archived
 pattern_obs_seq_final = cluster.archivedir + "/diagnostics/%Y-%m-%d_%H:%M_obs_seq.final"  # how an obs_seq.final file is archived
 
-def ():
+def _prepare_DART_grid_template():
     # DART needs a wrfinput file as a template for the grid
     # No data will be read from this file, but the grid information must match exactly.
     # ./perfect_model_obs might fail in case there is no ensemble data in the folder prior_ens1
-- 
GitLab