What is driving the flow in the 2d hill test case?

Hi, I am trying to understand the setup of the em_hill2d_x test case. What exactly drives the flow in this case? There is only an inital sounding of uniform 10m/s in the West-East direction. What boundary condition sustains the flow? In the namelist, 'open_xs = .true.' and 'open_xe = .true.', where do we specify the inflow velocity value of 10m/s?
 
if you look at the the file "input_sounding", you will find that u=10m/s is specified throughout the vertical model levels.
 
In chapter 6, pages 53-56, various lateral boundary conditions are described in detail. This will answer your question of lateral boundaries.
The sounding is for initial time, but the normal horizontal velocities along the boundary is specified as the boundary condition.
 
Back
Top