[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Missing LDM model data?
- Subject: Missing LDM model data?
- Date: Mon, 14 Feb 2005 10:31:37 -0500
Hi,
We haven't seen any ETA or GFS model data on the ldm since Feb. 8th.
Historically we've been using the patterns
# ETA 48 km model
HRS ^Y.Q... .* ([0-3][0-9])([0-2][0-9]).*/mETA FILE
/data/wx/hrs/(\1:yy)(\1:mm)\1\2.gbm
##gbm_212 is 40km resolution and includes the 0z,6z,12z,and 18z runs
HRS ^[YZ].R... .* ([0-3][0-9])([0-2][0-9]).*/mETA FILE
/data/wx/hrs/(\1:yy)(\1:mm)\1\2.gbm_212
in our pqact to decode ETA, and in the ldmd.conf, we feed with:
# LDM5 PRIMARY DATA FEED
request MCIDAS|UNIDATA|FSL2|DIFAX
".*"
# weatherlab04.engin.umich.edu
# idd.nrcc.cornell.edu.
atm.geo.nsf.gov
I've tried all 3 of our upstream sites and still don't see any of the
model data... has anything changed that I should know about?
Thanks!
Dana
--
-----------------------------------------------------------
Dana Price <address@hidden>
Systems Administrator Voice: 732-932-5833
Rutgers, The State University Fax: 732-932-8644
Department of Environmental Sciences
Center for Environmental Prediction
-----------------------------------------------------------
From address@hidden Mon Feb 14 08:37:45 2005
I found the right support mail list to search here..
Looks like I need to change that pattern to reference m(ETA|NAM) after
the name change.
Thanks again..
Dana