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.
Chiraq, The NWX entry is in the pqact.gempak_nwx as: # MET - ETA WMO ^...... .... ([0-3][0-9])([0-2][0-9])([0-5][0-9]).*/p(MET) FILE data/gempak/nwx/model/\4/(\1:yyyy)(\1:mm)\1\2.\4 The $GEMTBL/nwx/master.tbl accesses these through: ETA_MOS gfsmos.stn M $TEXT_DATA/model/MET MET This you will access through the "MOS" and "ETA MOS" selection in NWX. The data found in the $TEXT_DATA/mos/eta is the etagd eta guidence files. Steve Chiswell Unidata User Support On Tue, 2005-08-16 at 11:53, Shukla, Chirag wrote: > Hi Steve, > > Pqact.conf file of ldm-6.1.0 had an entry: > > # ETA MOS > WMO ^FOUS4[4-9] KWNO ([0-3][0-9])([0-2][0-9]) > FILE data/gempak/nwx/mos/eta/(\1:yyyy)(\1:mm)\1\2.etamos > > Pqact.gempak_nwx of ldm-6.4.0 has no such entry. Sure, I can add the > above entry to pqact.gempak_nwx manually but was wondering if ETA MOS > information is clubbed with some other file(s). > > Thanks. > > Chirag.