standard WRF version 3.0.1.1
[wrffire.git] / wrfv2_fire / test / em_seabreeze2d_x / README.seabreeze
blobf1cd59fba79b502ca4de92936917694c428cfb15
2 The purpose of this case is to demonstrate how one can set up all land variables
3 in order to use a full-physics ste-up in an idealized case. 
5 This test case is an attempt to produce a two dimensional sea breeze simulation.
6 Configuration needs tuning to produce desirable results, as the current
7 settings give a very shallow sea breeze. 
9 The input sounding has no wind.
11 The routine initializing this case is dyn_em/module_initialize_seabreeze2d_x.F.
12 There is no Coriolis [grid%f(i,j)=0.]. 
13 There is a diurnal cycle and the latitude and longitude are set for radiation to work.
14 Note that since the longitude is set to zero, start_hour in the namelist
15 is the local time as well as the UTC time (5Z  in the namelist).
16 For other longitudes the start_hour refers to UTC time.
17 The land-surface fields are filled so that the slab, Noah or RUC LSMs can be used.
19 This setup is for a 2D case with 202 grid points in x. The land occupies 50 grid
20 points in the middle of the domain. The width of the land can be changed
21 by modifying variable lm (half width for land points) in 
22 dyn_em/module_initialize_seabreeze2d_x.F.