Skip to content

Commit

Permalink
Add dzstretch_u and dzbot to namelist.input in test/em_real/ (#2165)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
weiwangncar authored Feb 7, 2025
1 parent a321883 commit 89ba518
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/em_real/namelist.input
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 89ba518

Please sign in to comment.