diff --git a/config/cfg.py b/config/cfg.py index c20d3519f2c725284efb88b5d9a0e4d8fe962cfb..59b40c46047bf1501a8c2640fd5f26942f4f555d 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 3b673a710dcb1d17aa2972f668e547a6a6ab82d3..25502154b4a4268f65e0f57d7e42136591e4208e 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,