|
Last change
on this file was
2759,
checked in by aslmd, 3 years ago
|
|
adding unmodified code from WRFV3.0.1.1, expurged from useless data +1M size
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | |
|---|
| 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. |
|---|
| 4 | |
|---|
| 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. |
|---|
| 8 | |
|---|
| 9 | The input sounding has no wind. |
|---|
| 10 | |
|---|
| 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. |
|---|
| 18 | |
|---|
| 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. |
|---|
| 23 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.