-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathREADME_test_cases
84 lines (56 loc) · 2.49 KB
/
README_test_cases
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
WRFV2 (Weather Research and Forecast) model.
Contents:
A) Directions for running a test case.
B) List of available test cases
---------------------------------------
(A) Directions for running a test case
A suite of tests for the WRF model ARW (Advanced Research WRF) core
can be found in the directory "test". Each subdirectory in /test
contains the necessary data (except for the real data case) and
input files to run the test specific to that directory.
To run specific test, builld the WRF model
and the necessary initialization routine by typing
-> compile "test_name"
in the top directory (the directory containing this README file).
For example, to build the executables for the 2D (x,z) squall line
example for Eulerian mass coordinate model, you would type the command
"compile em_squall2d_x".
after a successful build, go the the specific test directory:
-> cd test/"test_name"
run the initialization code
-> ideal.exe
and then run the simulation
-> wrf.exe
---------------------------------------
(B) Available Test Cases
The available test cases are
1) squall2d_x (test/em_squall2d_x)
2D squall line (x,z) using Kessler microphysics
and a fixed 300 m^2/s viscosity. periodicity
condition used in y so that 3D model produces
2D simulation. v velocity should be zero and there
should be no variation in y in the results.
2) squall2d_y (test/em_squall2d_y)
Same as squall2d_x, except with (x) rotated to (y).
u velocity should be zero and there
should be no variation in x in the results.
3) 3D quarter-circle shear supercell simulation
(test/em_quarter_ss).
Left and right moving supercells are produced.
See the README.quarter_ss file in the test directory
for more information.
4) 2D flow over a bell-shaped hill (x,z) (test/em_hill2d_x)
10 km half-width, 2 km grid-length, 100 m high hill,
10 m/s flow, N=0.01/s, 30 km high domain, 80 levels,
open radiative boundaries, absorbing upper boundary.
Case is in linear hydrostatic regime, so vertical tilted
waves with ~6km vertical wavelength.
5) 3D baroclinic waves (test/em_b_wave)
Baroclinically unstable jet u(y,z) on an
f-plane. Symmetric north and south, periodic east and west
boundaries. 100 km grid size 16 km top with 4 km damping layer.
41x81 points in (x,y), 64 layers.
6) 2D gravity current (test/em_grav2d_x)
Test case is described in Straka et al,
INT J NUMER METH FL 17 (1): 1-22 JUL 15 1993.
See the README.grav2d_x file in the test directory.