This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
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 modelHRS ^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 runsHRS ^[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.govI'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