How to Ingest and Display NCEP Model Output into GEMPAK

Setting up your GEMPAK LDM configuration files

ldmd.conf
  • How to request NCEP model data via the LDM.

ldmd.conf example entry:


########################################
# Request Entries
########################################
#
# LDM servers request data from Data Sources
#
#       (request) (feedset) (pattern) (hostname pattern)

	request		HDS	".*"	idd.unidata.ucar.edu
	[the above is a sample host pattern, yours may differ]
    
More information regarding the HDS feed and other feedtypes
pqact.conf
  • How to "act" on the data once it is on disk in the LDM queue.
  • Reminder: ALL spaces in the pqact.conf file need to be (tabs)!

pqact.conf example entries:


# The following NAM entries can be used to select individual NAM
# grids to decode!!!
#
# NAM #211 80km grid CONUS
HDS     (/mNAM|/mNMM).*#211
PIPE     decoders/dcgrib2 -d data/gempak/logs/dcgrib2_NAM211.log
-e GEMTBL=/home/gempak/NAWIPS/gempak/tables 

#
# NAM #212 40km grid CONUS
HDS|CONDUIT     (/mNAM|/mNMM|MT.nam|prod/nam).*#212
PIPE     decoders/dcgrib2 -d data/gempak/logs/dcgrib2_NAM212.log
-e GEMTBL=/home/gempak/NAWIPS/gempak/tables
    

Additional Information

For more information, please visit the GEMPAK Home Page.

Please direct any additional questions to support-gempak@unidata.ucar.edu