From ffebafbe6c6bb2e83d8f8b92991303efebce6271 Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Mon, 24 Oct 2022 13:17:47 +0200 Subject: [PATCH] Comply wrf namelist --- blueprints/operational_chemistry/namelist.wrf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/blueprints/operational_chemistry/namelist.wrf b/blueprints/operational_chemistry/namelist.wrf index dc602ca..b00440a 100644 --- a/blueprints/operational_chemistry/namelist.wrf +++ b/blueprints/operational_chemistry/namelist.wrf @@ -41,6 +41,8 @@ time_step_fract_num = 0, time_step_fract_den = 1, max_dom = 2, + e_we = 185, 172, 196, + e_sn = 186, 163, 196, e_we = 185, 163, 196, e_sn = 186, 136, 196, e_vert = 33, 33, 33, @@ -50,8 +52,8 @@ dy = 20000, 2222, 400, grid_id = 1, 2, 3, parent_id = 0, 1, 2, - i_parent_start = 1, 96, 40, - j_parent_start = 1, 77, 40, + i_parent_start = 1, 96, 40, + j_parent_start = 1, 75, 40, parent_grid_ratio = 1, 9, 5, parent_time_step_ratio = 1, 9, 5, feedback = 0, -- GitLab