zhifzhang / OBSGRID

Repository for OBSGRID

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Repository for OBSGRID


Languages

Language:Fortran 95.2%Language:NCL 2.4%Language:Makefile 0.5%Language:Perl 0.5%Language:Assembly 0.5%Language:Pascal 0.3%Language:C++ 0.2%Language:SourcePawn 0.2%Language:Shell 0.1%Language:PHP 0.0%