-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathREADME
48 lines (29 loc) · 1.47 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
44
45
46
47
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 data from another model.
For questions and help to run the program, please see Chapter 7 of the WRF Users' Guide:
http://www2.mmm.ucar.edu/wrf/users/docs/user_guide_v4/contents.html
For information on observation nudging and how OBSGRID can be used to prepare
observations for use in observation nudging also see the Observation Nudging Users' Guide:
http://www2.mmm.ucar.edu/wrf/users/docs/ObsNudgingGuide.pdf
For support questions, please post to the WRF/MPAS/WRFDA/WRF-Chem User Support Forum:
http://forum.mmm.ucar.edu/phpBB3/
===================================================
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.