Merge pull request #53 from jimbresch/ec113a
[WPS.git] / README
blob99e8cbe83d248e788f557d6089a821a85adbeace
1 WRF Pre-Processing System Version 3.9.1 (17 August 2017)
3 http://www2.mmm.ucar.edu/wrf/users/
5 The WRF Pre-Processing System (WPS) is a collection
6 of Fortran and C programs that provides data used as
7 input to the real.exe and real_nmm.exe programs. There 
8 are three main programs and a number of auxiliary 
9 programs that are part of WPS.  Both the ARW and NMM 
10 dynamical cores in WRF are supported by WPS.
12 For questions and help to run the program, please see the 
13 User's Guide at http://www2.mmm.ucar.edu/wrf/users/docs/user_guide_V3/contents.html
14 and send email to wrfhelp@ucar.edu.
16 ===================================================
18 Main programs: geogrid.exe, ungrib.exe, metgrid.exe
20 Input to the main programs is through the namelist
21 file "namelist.wps".  Each main program has an 
22 exclusive namelist record (named "geogrid", "ungrib",
23 or "metgrid", respectively), and the three programs 
24 have a group record (named "share") that each program
25 reads.
27 geogrid
28 -------
29 1) Defines the model horizontal domain
30 2) Horizontally interpolates static data to the model
31 domain
32 3) Output conforms to the WRF I/O API
34 ungrib
35 ------
36 1) Decodes Grib Edition 1 and 2 data
37 2) Uses tables to decide which variables to extract
38 3) Supports isobaric and generalized vertical coordinates
39 4) Output is in a non-WRF-I/O-API form, referred to as an
40    intermediate format
42 metgrid
43 -------
44 1) Ingest static data and raw meteorological fields
45 2) Horizontally interpolate meteorological fields to the 
46    model domain
47 3) Output conforms to WRF I/O API
52 Parallelism
54 The geogrid and metgrid programs may be run as
55 distributed memory parallel jobs to reduce the 
56 time-to-solution.  These two programs use MPI calls
57 directly, compared to WRF, which has an abstraction
58 layer (RSL or RSL_LITE).
63 Grib Edition 2
65 The Grib Edition 2 compression requires three libraries
66 external to the WPS source code: zlib, png, and jasper.
67 It is recommended that users request support from their
68 system administrators when installing these packages.
69 Users can compile the code without these libraries by 
70 selecting the "NO GRIB2" options in the build.
75 Building WPS
77 Similar to the WRF package, WPS uses a two-step build
78 mechanism,
79    ./configure
80    ./compile
81 which directs the unix make underneath.
82 If the user is on a recognized architecture, the
83 configure script will display a list of available
84 compile options (usually serial vs parallel, Grib 2
85 enabled vs a "NO GRIB2" option).  For some OS options,
86 there are multiple compilers that are supported.
88 The configure option lists both "build GRIB2" and
89 "do not build GRIB2" options.  It is suggested that
90 the first builds be without the GRIB Edition 2
91 capability.
93 The utility plotting programs requiring NCAR Graphics are not 
94 compiled automatically. Library paths must be set correctly
95 in configure.wps and then compiled using 
96 ./compile plotfmt
97 ./compile plotgrids
100 Running WPS (for serially compiled code)
102 geogrid.exe
103 -----------
104 - edit namelist.wps (&share and &geogrid sections)
105 - make sure the correct GEOGRID.TBL is used (ls -l geogrid/GEOGRID.TBL*)
106 - type 'geogrid.exe' to run
107 - check output in geogrid.log
109 ungrib.exe
110 ----------
111 - edit namelist.wps for start_date and end_date, output file prefix 
112   (&share and &ungrib sections)
113 - link correct Vtable:
114   ls -l ungrib/Variable_Tables
115   For example, for NCEP GFS (or AVN, FNL) data,
116   ln -sf ungrib/Variable_Tables/Vtable.GFS Vtable
117 - link grib data files:
118   link_grib.csh /data-directory/file*
119 - type 'ungrib.exe >& ungrib.out' to run
120 - check output in ungrib.log and ungrib.out
122 metgrid.exe
123 -----------
124 - edit namelist.wps (&share and &metgrid sections)
125 - make sure the correct METGRID.TBL is used (ls -l metgrid/METGRID.TBL*)
126 - type 'metgrid.exe' to run
127 - check output in metgrid.log
130 There are a number of utility programs that will be
131 built in WPS/util/ directory:
133 avg_tsfc.exe
134 ------------
135 purpose: computes a daily mean of the surface air 
136 temperature, reads the namelist.wps file
138 usage:
139 avg_tsfc.exe
142 g1print.exe
143 -----------
144 purpose: read a Grib Edition 1 file, output 
145 information to build a Vtable
147 usage:
148 g1print.exe GRIB1_file
151 g2print.exe
152 -----------
153 purpose: read a Grib Edition 2 file, output
154 information to build a Vtable
156 usage:
157 g2print.exe GRIB2_file
160 mod_levs.exe
161 ------------
162 purpose: reduce levels in a intermediate file
163 so that different GRIB sources may be used
164 for the initial and lateral boundary time periods
166 usage:
167 mod_levs.exe OLD_intermetdiate:date_string \
168              NEW_intermetdiate:date_string
169 Processes a single file at a time, uses the 
170 pressure levels defined in the namelist.wps file.
172 plotfmt.exe
173 -----------
174 purpose: generate NCAR Graphics metacode 2d
175 horizontal plots of each field and level in the
176 intermediate file
178 usage:
179 plotfmt.exe intermediate_file:date_string
182 plotgrids.exe
183 -------------
184 purpose: generate an NCEAR Graphics metacode
185 plot of the domain locations, one frame with
186 all of the domain locations plotted, reads the
187 namelist.wps file to get the domain information
189 usage:
190 plotgrids.exe
193 rd_intermediate.exe
194 -------------------
195 purpose: read an intermediate file and print
196 the information to the screen
198 usage:
199 rd_intermediate.exe intermediate_file:date_string
203 calc_ecmwf_p.exe
204 -------------------
205 purpose: when using ECMWF model data in GRIB format,
206 computes the 3-d pressure, height, and RH fields from
207 the output of ungrib.exe, and writes these fields to
208 a new set of intermediate files to be used in addition
209 to those produced by ungrib. All times between the start_date
210 and end_date specified in the &share namelist will be
211 processed.
213 usage:
214 calc_ecmwf_p.exe
218 Static Input Data
220 The static input data is provided in two tar files: one
221 contains full resolution data (30", 2', 5' and 10') and the other
222 contains only 10' low-resolution data. The data may be downloaded 
223 from http://www2.mmm.ucar.edu/wrf/users/download/get_source.html.
228 Meteorological Input Data
230 The meteorological input data for WPS is the GRIB
231 Edition 1 GFS data from NCEP.  A test data set 
232 (Jan 2000, 24/12Z to 25/12Z) is available from
233 http://www2.mmm.ucar.edu/wrf/users/download/get_source.html.
237 Sample WPS output data for WRF
239 Samples of the output data from WPS for use in WRF for the
240 Jan 2000 and June 2001 cases are provided from
241 http://www2.mmm.ucar.edu/wrf/users/download/get_source.html.