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.
James, dcsynop was a program I provided before NCEP started providing a synoptic decoder. The default synoptic station table that the NCEP dclsfc decoder uses is lsfstns.tbl. The lsfstns.tbl as provided by NCEP does not have the Japaneese or Korean stations in it. The syworld.tbl that I provided does have them. You could specify -s syworld.tbl. I have not updated the syworld.tbl with the additional stations that NCEP has in lsfstns.tbl though. You could also cut out the JP and KO stations from syworld.tbl and add them to lsfstns.tbl. I will provide an updated/merged syworld.tbl file with 5.6.E. Steve Chiswell Unidata User SUpport >From: James Murakami <address@hidden> >Organization: UCAR/Unidata >Keywords: 200110232102.f9NL29125765 >Steve, > >I brought to your attention a problem with dclsfc (GEMPAK5.6C1). >It involved some areas of the world not getting decoded (all of >Japan for example). I guess you were busy and forgot about it >(I forgot until recently). > >When I run dcsynop (GEMPAK5.4), the "missing" stations are >decoded. While I didn't check to see that the data was being >decoded properly, the values I saw did look plausible. > >So it seems there's something wrong with "dclsfc" or I set up >my pqact incorrectly (a copy follows below). > >Your help is appreciated. > >James > >P.S.--I guess NCEP is using "dclsfc". The facsimile charts >for the North Pacific surface analyses show missing data >over Korea, Japan, and the Philippines (just like what >I'm experiencing). > >-------------------------------------- >James Murakami >Staff Meteorologist/Student Affairs >Department of Atmospheric Sciences >University of California, Los Angeles >405 Hilgard Ave. >Los Angeles, CA 90095-1565 > > > e-mail: address@hidden >telephone: 310-825-2418 > Fax: 310-206-5219 >--------------------------------------- > >--------------------------------------------------------------- ># Synoptic observations (using 5.4 decoder) >DDS|IDS ^S([IMN][^VW].*|XUS2[0-3]) .... ([0-3][0-9])([0-2][0-9]) > PIPE /unidata/ldm/gempak/bin/dcsynop -v 1 -b 24 -n -m 200 > -d /data/logs/dcsynop_syn.log > -p /unidata/ldm/gempak/gempak5.4/tables/pack/sfsyn.pack > -s /unidata/ldm/gempak/gempak5.4/tables/stns/systns_upc.tbl > /gempak/data/synoptic/YYYYMMDD_syn.gem ># ># Synoptic observations (using 5.6 decoder) >#DDS|IDS ^S([IMN][^VW].*|XUS2[0-3]) .... ([0-3][0-9])([0-2][0-9]) ># PIPE /unidata/ldm/5.6/bin/sol/dclsfc ># -d /data/logs/dclsfc.log ># -e GEMTBL=/unidata/ldm/5.6/gempak/tables ># /gempak/data/synoptic/YYYYMMDD_syn.gem >----------------------------------------------------------------- >