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.
Art, With NOAAport now, AVN is comming in on more projections. You have 3 different grid projections there in the error message below, and all the data in a single GEMPAK file has to be the same projection. The error message is saying that the grid being decoded does not match the projection of the grid file. You need to modify your pqact to either use the @@@ template in dcgrib so that the grid projection number is used in the file name, so that you don't have conflicts such as this: YYMMDDHH_avn@@@.gem Or, modify your pqact pattern to be more exact in the pattern, if you only want one of the projections- eg instead of: ^Y.*/m(AVN|SSIAVN) use # # AVN model output # Grid #201 N. Hemisphere 381km: ^Y.A... KWBC.*(/mAVN|/mSSIAVN) # Grid #202 CONUS 190km: ^Y.I... KWBC.*(/mAVN|/mSSIAVN) # Grid #203 Alaska 190km: ^Y.J... KWBC.*(/mAVN|/mSSIAVN) # Grid #211 CONUS 80km: ^Y.Q... KWBC.*(/mAVN|/mSSIAVN) # Grid #213 CONUS 95km: ^Y.H... KWBC.*(/mAVN|/mSSIAVN) # Select grid desired from [QAIJH] HRS ^[YZ].[Q]... KWB. ([0-3][0-9])([0-2][0-9]).*(/mAVN|/mSSIAVN) I'll update the gempak WWW pages with the pqact.conf information for the new NOAAport grids. Steve Chiswell Unidata User Support >From: address@hidden >Organization: . >Keywords: 199902021816.LAA10094 >Hi... >We seem not to ever get precip fields for the avn decoded and so I started >looking in the log files and see things like: > >Feb 02 17:09:36 dcgrib[24386]: Invalid center id/grid id combination: 7 203 > >39 48 39 >Feb 02 17:09:36 dcgrib[24386]: YEJJ98 KWBC 021200 skipped 990202/1200 Grid ID > >203 61 1 0 0 >Feb 02 17:09:36 dcgrib[24386]: filnam data/gempak/hds/99020212_avn.gem old >data/gempak/hds/99020212_avn.gem >Feb 02 17:09:36 dcgrib[24386]: Invalid center id/grid id combination: 7 211 > >28 48 28 >Feb 02 17:09:36 dcgrib[24386]: YEQJ98 KWBC 021200 skipped 990202/1200 Grid ID > >211 61 1 0 0 >Feb 02 17:09:36 dcgrib[24386]: filnam data/gempak/hds/99020212_avn.gem old >data/gempak/hds/99020212_avn.gem >Feb 02 17:09:36 dcgrib[24386]: Invalid center id/grid id combination: 7 213 > >52 48 52 >Feb 02 17:09:36 dcgrib[24386]: YEHJ98 KWBC 021200 skipped 990202/1200 Grid ID > >213 61 1 0 0 >Feb 02 17:09:36 dcgrib[24386]: filnam data/gempak/hds/99020212_avn.gem old >data/gempak/hds/99020212_avn.gem > >Is the above a problem and/or any other ideas? > > Thanks. > > Art. > >========================================================================= >Arthur A. Person >Research Assistant, System Administrator >Department of Meteorology >Penn State >email: address@hidden >phone: 814-863-1563 >========================================================================= >