Skip to content

Commit 5a13c83

Browse files
authored
em_les namelist e_vert now consistent across domains (#2274)
TYPE: text only KEYWORDS: em_les, e_vert, namelist.input, default SOURCE: internal DESCRIPTION OF CHANGES: Problem: The default namelist.input file in the em_les case directory had e_vert set to 40, 100, 41, which may confuse beginner users. If they leave as-is when running a nested simulation, they will get an ideal.exe error Solution: Changed the setting to "e_vert = 40, 40, 40." LIST OF MODIFIED FILES: M test/em_les/namelist.input TESTS CONDUCTED: No test needed - text only
1 parent 8f71607 commit 5a13c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/em_les/namelist.input

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
s_sn = 1, 1, 1,
3737
e_sn = 40, 100, 151,
3838
s_vert = 1, 1, 1,
39-
e_vert = 40, 100, 41,
39+
e_vert = 40, 40, 40,
4040
dx = 100,
4141
dy = 100,
4242
ztop = 2000, 2000, 2000,

0 commit comments

Comments
 (0)