From 5eb72fd057219bad720f7feee82c40fa9b7fcc02 Mon Sep 17 00:00:00 2001
From: lkugler <lukas.kugler@gmail.com>
Date: Fri, 5 May 2023 09:43:48 +0200
Subject: [PATCH] prep tutorial

---
 config/cfg.py       | 8 ++++----
 templates/input.nml | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/config/cfg.py b/config/cfg.py
index c20d351..59b40c4 100755
--- a/config/cfg.py
+++ b/config/cfg.py
@@ -3,12 +3,12 @@ from dartwrf import utils
 exp = utils.Experiment()
 exp.expname = "obs-T_inflation-1.1"
 exp.model_dx = 2000
-exp.n_ens = 10
+exp.n_ens = 20
 
 exp.filter_kind = 1
-exp.prior_inflation = 0
+exp.prior_inflation = 3
 exp.inf_initial = 1.1
-exp.post_inflation = 4
+exp.post_inflation = 0
 exp.sec = True
 exp.cov_loc_vert_km_horiz_km = (4, 40)
 exp.superob_km = False  # False or int (spatial averaging of observations)
@@ -63,7 +63,7 @@ t = dict(plotname='Temperature', plotunits='[K]',
          #n_obs=1, obs_locations=[(45., 0.)],
          error_generate=0.2, error_assimilate=0.2,
          heights=[1000,], #range(1000, 17001, 2000),
-         cov_loc_radius_km=30)
+         cov_loc_radius_km=40)
 
 q = dict(plotname='Specific humidity', plotunits='[kg/kg]',
          kind='RADIOSONDE_SPECIFIC_HUMIDITY', n_obs=1,
diff --git a/templates/input.nml b/templates/input.nml
index 3b673a7..2550215 100644
--- a/templates/input.nml
+++ b/templates/input.nml
@@ -58,8 +58,8 @@
    write_all_stages_at_end  = .false.
 
    inf_flavor                  = <prior_inflation>,                      <post_inflation>,
-   inf_initial_from_restart    = .true.,                 .false.,
-   inf_sd_initial_from_restart = .true.,                 .false.,
+   inf_initial_from_restart    = .false.,                 .false.,
+   inf_sd_initial_from_restart = .false.,                 .false.,
    inf_initial                 = <inf_initial>,                0.90,
    inf_lower_bound             = 1.0,                     1.0,
    inf_upper_bound             = 1000000.0,               1000000.0,
-- 
GitLab