WRF Arw
WRF Arw
WRF Arw
1. Introduction
<This portion covers a brief introduction about: the real WRF ARW Model, its
Pre-processing stage, followed by Post Processing. Describe each case relative to the
Real Time Case Model.>
<Good figures to remember the model and its installation procedure are as
follows:
WPS
Pre Processing
WRF ARW
The Model
Post Processing
Model Dependency
Hardware:
Physical Processors: 4
Logical Processors: 8
Architecture: 32bit Intel x86 SMP
Memory Model: -na-
Primary Memory: -na-
Platform:
Operating System: Linux based 32-bit OS, Fedora 8 Desktop version
Software Packages
WRF3
Version: 3.1
Download:
http://www.mmm.ucar.edu/wrf/src/WRFV3.1.TAR.gz
Description: #2
http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/contents.html
WPS
Version: 3.1
Download:
http://www.mmm.ucar.edu/wrf/src/WPSV3.1.TAR.gz
Description: #3
http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/contents.html
MET (Optional)
Version: 2.0
Download:
http://www.dtcenter.org/met/users/downloads/MET_releases/METv2.0.20090416
.tar.gz
Description:
http://www.dtcenter.org/met/users/support/online_tutorial/METv2.0/index.php
Compilers
FORTRAN Compiler: gfortran
Version: 4.0.0
Download:
ftp://ftp.dti.ad.jp/pub/lang/gcc/releases/gcc-4.4.0/gcc-fortran-4.4.0.tar.gz
Description: GCC gfortran
C Compiler: gcc
Version: 4.4.0
Download:
ftp://ftp.dti.ad.jp/pub/lang/gcc/releases/gcc-4.4.0/gcc-4.4.0.tar.gz
Description: GNU Compiler Collection
Library Packages
NetCDF
Version: 3.6.3
Download:
http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-3.6.3.tar.gz
Description:
NetCDF (network Common Data Form) is a set of software libraries and
machine-independent data formats that support the creation, access, and sharing
of array-oriented scientific data.
JasPer
Version: 1.701.0
Download:
http://www.mmm.ucar.edu/wrf/src/wps_files/jasper-1.701.0.tar.gz
Description:
An implementation of the JPEG 2000 standard for "lossy" compression.
libPNG
Version: 1.2.12
Download:
http://www.mmm.ucar.edu/wrf/src/wps_files/libpng-1.2.12.tar.gz
Description:
Libraries for "lossless" compression.
Zlib
Version: 1.2.3
Download: http://www.mmm.ucar.edu/wrf/src/wps_files/zlib-1.2.3.tar.gz
Description: another compression library
Graphic Packages
Grads
Version: 2.0
Download: ftp://iges.org/grads/2.0/grads-2.0.a7.1-src.tar.gz
Description: The Grid Analysis and Display System (GrADS) is an interactive
desktop tool that is used for easy access, manipulation, and
visualization of earth science data.
2. Install MPICH2 parallel compilers and make sure it works else do not use them at all.
<To do tonite Thursday 14th Jan 2010>
3. Install NetCDF library as its need by all the WRF ARW and WPS and Post Processing
parts.
i) $tar –zxvf netcdf-3.6.3.tar.gz
ii) cd netcdf-3.6.3
iii) ./configure CC=gcc FC=gfortran CXX=g++ --prefix=/home/keyur/wrf
iv) make
v) make check
vi) make install
vii) set appropriate variables in your .bashrc file
viii) make sure that netcdf works
4. Install the WRF ARW Model for Real Time Data Case
i) $tar –zxvf wrf3.tar.gz
ii) cd to wrf3/ directory
iii) ./configure
from the list of choices select 2, in my case for
Linux ix86, gfortran, gcc (smpar)#1
iv) $./compile em_real
v) cd to run/ directory, where you should find the following executables if
the compilation went successful.
ndown.exe, nup.exe, real.exe, tc.exe, wrf.exe
vi) set appropriate variables in your .bashrc file#4
9. Compiling WPS
i) untar WPS
ii) cd to WPS/ directory
iii) ./configure
iv) Choose 14 based on my system settings#1
v) ./compile
vi) do $ls –ls *.exe you must get these executables, else something went wrong!
avg_tsfc.exe, calc_ecmwf.exe, gsprint.exe, g2print.exe, mod_levs.exe,
rd_intermediate.exe
#2
Web Tutorial for WRF
Users:http://www.mmm.ucar.edu/wrf/users/docs/user_guide_V3/contents.html
#3
WPS GUI: If you are interested in using a graphical user interface for WPS, please
visit http://wrfportal.org/DomainWizard.html
#4
Your .bashrc file should look like this:
# .bashrc