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.
Chris, You should be able to use the METAR template without haveing to create an new METARMET template. But all that aside: The problem you have is you are specifying DATTIM=all, where all means all the times in the most recent file (the all, first and last abbreviations only refer to one file). Instead, specify dattim as the range of times you want, such as: DATTIM = 21/1200-24/0000 That gives me: SFGRAM PARAMETERS Surface file: $GEMDATA/surface/20020121_sao.gem Number of times: 174 Time range: 020121/1200-23/2140 Now it gets all the times available in the dattim range. Steve Chiswell >From: address@hidden (Chris Hennon) >Organization: UCAR/Unidata >Keywords: 200201231631.g0NGVEx16839 >Steve - > >I noticed that SFFILE in sfgram now allows the user to access more than >one surface file at a time. I added the following entry to the >$GEMTBL/config/datatype.tbl file : > >METARMET $GEMDATA/surface *_sao.gem CAT_SFC SCAT_SFC 10 2880 60 > >and then in sfgram: > > SFFILE = METARMET > DATTIM = all > >etc.... > >My goal was to have sfgram find all currently available surface files and >use that data to create a meteogram that presented observations over the >last 24-48 hours. However when I run sfgram it appears to only be >plotting data from the first surface file it finds rather than all of >them. Could you tell me where I am going wrong? Thanks. > >Chris > > > >