The way our LDM is currently set up is we receive most of our files via the LDM
and then a script is run via the crontab to post data (such as MOS-DATA and
Nexrad data) to our website. I'm sure using the EXEC command, our scripts could
run as the data is received... thereby getting the data on our site
immediately. Here is a snippet from our pqact file (below), but it doesn't seem
to be working. Any help is appreciated -- I'm still a bit new with the
LDM/Gempak, but understand the basics.
mmos.pl is a simple script that goes through the .mrfmos data file and parces
out each site's MRF-MOS data.
Thanks in advance,
-phil
# MRF MOS
WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pMEX
FILE data/nwx/mos/mrfnew/(\1:yyyy)(\1:mm)\1\2.mrfmos
EXEC /usr/local/gempak/scripts/mmos/mmos.pl
WMO ^FOX[CESW].* KWBC ([0-3][0-9])([0-2][0-9])
FILE data/nwx/mos/mrf/(\1:yy)(\1:mm)\1\2.mrfmos
EXEC /usr/local/gempak/scripts/mmos/mmos.pl
WMO ^FOAK2[0-4] K... ([0-3][0-9])([0-2][0-9])
FILE data/nwx/mos/mrf/(\1:yy)(\1:mm)\1\2.mrfmos
EXEC /usr/local/gempak/scripts/mmos/mmos.pl
WMO ^FECN21 KWBC ([0-3][0-9])([0-2][0-9])
FILE data/nwx/mos/mrf/(\1:yy)(\1:mm)\1\2.mrfmos
EXEC /usr/local/gempak/scripts/mmos/mmos.pl