forked from wrf-model/OBSGRID
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
44 lines (25 loc) · 1.14 KB
/
README
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
WRF Objective Analysis Program
The WRF Objective analysis (OA) program is a program
that blends observations (in the form of ASCII format) and background
(first guess) fields from WPS/metgrid. It provides a simple way to
add observations to the incoming from another model.
For questions and help to run the program, please see the
User's Guide at http://www.mmm.ucar.edu/wrf/users/docs/user_guide/contents.html
and send email to [email protected].
===================================================
Main program: obsgrid.exe
- Perform objective analysis.
Utility programs: plot_levels.exe, plot_soundings.exe
- Make plots of observation data on pressure levels, and skew-T.
===================================================
How to compile and run?
To create a configure file for your computer, type
./configure
and choose an option that best suits your computer environment.
To compile, type
./compile >& compile_oa.out &
To run, edit namelist.oa, and type the following to run:
./obsgrid.exe
Input files to this program:
- Output from metgrid: met_em.d01.<date>
- Observations in the format ('little_r' format) described in the User's Guide.