My WRF to GEMPAK conversion code is contained in the following archive:
Version 1.3.2 - wrf2gem.tar.gz (68 K)
To compile the code, I have included a Makefile that you'll probably have to modify. Enjoy!
What's New
Wind gust diagnostic added
Assorted bug fixes
Common Problems
Your compiler may complain about not finding netcdf.mod. There are a number of ways to fix this:
Add the flag -module /dir/to/netcdfmodfile to the compiler options. (A different flag may be required if you are not using pgf90.) This allows your compiler to find netcdf.mod.
Create a symbolic link to netcdf.mod in your source directory.
(Most general fix) Create a symbolic link to netcdf.mod in /usr/local/include.