From 89ba5181b8f9b2dd6b04f4505433fbb11ff1e06f Mon Sep 17 00:00:00 2001 From: weiwangncar Date: Fri, 7 Feb 2025 10:08:35 -0700 Subject: [PATCH] Add dzstretch_u and dzbot to namelist.input in test/em_real/ (#2165) TYPE: enhancement, no impact, text only KEYWORDS: vertical coordinate, namelist SOURCE: internal DESCRIPTION OF CHANGES: Problem: The current namelist.input file only has dzstretch_s. To properly use the auto_levels_opt, dzstretch_u and dzbot should be considered. Solution: Add dzstretch_u and dzbot in the namelist. Parameters based on UG. LIST OF MODIFIED FILES: M test/em_real/namelist.input TESTS CONDUCTED: The Jenkins tests have passed. RELEASE NOTE: Add dzstretch_u and dzbot in namelist.input. Users are advised to check UG for other parameters to use. --- test/em_real/namelist.input | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/em_real/namelist.input b/test/em_real/namelist.input index 1b209d8602..7014780b27 100644 --- a/test/em_real/namelist.input +++ b/test/em_real/namelist.input @@ -30,8 +30,10 @@ max_dom = 2, e_we = 150, 220, e_sn = 130, 214, - e_vert = 45, 45, - dzstretch_s = 1.1 + e_vert = 48, 48, + dzbot = 30. + dzstretch_s = 1.11 + dzstretch_u = 1.10 p_top_requested = 5000, num_metgrid_levels = 34, num_metgrid_soil_levels = 4,