Skip to content

Commit

Permalink
fixing too low ztop, must be well above the terrain peaks #18
Browse files Browse the repository at this point in the history
  • Loading branch information
janmandel committed May 6, 2022
1 parent 1bb70de commit 9d7006c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/em_fire/hill/namelist.input.topo
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
e_vert = 41, 41, 41,
dx = 50, 30, 10,
dy = 50, 30, 10,
ztop = 1500, 1500, 1500,
ztop = 6000, 1500, 1500,
grid_id = 1, 2, 3,
parent_id = 0, 1, 2,
i_parent_start = 0, 1, 1,
Expand Down

0 comments on commit 9d7006c

Please sign in to comment.