From 056873712a84b1caaa3bf92b4aa69dd8e3d2ea72 Mon Sep 17 00:00:00 2001
From: Kugler Lukas <lukas.kugler@univie.ac.at>
Date: Sat, 17 Oct 2020 13:15:52 +0200
Subject: [PATCH] cov loc dynamic

---
 templates/input.nml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/templates/input.nml b/templates/input.nml
index 8787dd0..5fd6d27 100644
--- a/templates/input.nml
+++ b/templates/input.nml
@@ -104,7 +104,7 @@
 # to ~half at 300 km, and ~0 at the edges of the area.
 &assim_tools_nml
    filter_kind                     = 1,
-   cutoff                          = 0.005,
+   cutoff                          = <cov_loc_radian>,
    sort_obs_inc                    = .false.,
    spread_restoration              = .false.,
    sampling_error_correction       = .true.,
@@ -279,6 +279,8 @@
 &ensemble_manager_nml
    layout = 2,
    tasks_per_node = 48
+   communication_configuration = 1
+   debug                       = .true.
    /
 
 &obs_def_gps_nml
-- 
GitLab