Re: redirecting grib data

Bill,
A single product can match multiple entries in the pqact file, so all you need
to do is have FILE actions for those grib products.  I've attached what I use
for gribs.  Hope that helps.
Clint

>Date: Tue, 4 Nov 2003 20:47:49 -0500 (EST)
>From: "B. Cottrill" <cottrill@xxxxxxxxxxxxxxxxxxxxx>
>Subject: redirecting grib data
>To: ldm-users@xxxxxxxxxxxxxxxx
>Content-MD5: oMAbMlMipO/fBbtUDVoscw==
>
>I have a lab running LDM-5.0.8 and they have asked how to redirect the raw 
>grib 
>data of certain models to a file before passing through the GEMPAK decoder.
>
>I know that there is a script but I can not find it.
>
>If anyone has thoughts or examples for this it would be greatly appreciated.
>
>Thanks
>BC
>
>http://www.met.fsu.edu/staff/cottrill
>http://www.met.fsu.edu/wxstation/mainpage.html
>Bill Cottrill
>Weather Station Manager
>Florida State University
>Tallahassee FL 32306-4520
>Office: 850.644.8581
>FAX:   850.644.9642
>CELL:  On request
>
>


====================================================================
Clinton M. Rowe
Associate Professor 
Meteorology/Climatology Program                  phone:(402)472-1946
Department of Geosciences                          fax:(402)472-4917
University of Nebraska-Lincoln                        crowe1@xxxxxxx

### GRIB PRODUCTS ######################################################
#
# NCEP Extended Range Model (MRF model)
HRS     ^H.E[A-Z][0-9][0-9] KWB. ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_mrf_nh.grb
HRS     ^H.F[A-Z][0-9][0-9] KWB. ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_mrf_sh.grb
#
# NOAAport MRF grids
# Grid #201 N. Hemisphere 381km: ^Y.A... KWBH
# Grid #202 CONUS         190km: ^Y.I... KWBH
# Grid #203 Alaska        190km: ^Y.J... KWBH
# Grid #204 Hawaii        160km: ^Y.K... KWBH
# Grid #205 Puerto Rico   190km: ^Y.L... KWBH
# Select any/all grids desired from [AIJKL]
HRS     ^Y.A... KWBH ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_mrf_201.grb
HRS     ^Y.I... KWBH ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_mrf_202.grb
HRS     ^Y.J... KWBH ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_mrf_203.grb
HRS     ^Y.K... KWBH ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_mrf_204.grb
HRS     ^Y.L... KWBH ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_mrf_205.grb
#
# ECMWF GRIB products
HRS     ^H.[A-L][A-Z][0-9][0-9] ECMF ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_ecmwf.grb
#
# NOAAport ETA grids
# Grid #211 80km CONUS:    ^[YZ].Q.*/mETA
# Grid #212 40km CONUS:    ^[YZ].R.*/mETA
# Grid #215 20km CONUS:    ^[YZ].U.*/mETA
# Grid #214 47.5km Alaska: ^[YZ].T.*/mETA
# Select any/all grids desired from [QRUT]
HRS     ^[YZ].Q... KWB. ([0-3][0-9])([0-2][0-9]).*/mETA
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_eta211.grb
HRS     ^[YZ].R... KWB. ([0-3][0-9])([0-2][0-9]).*/mETA
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_eta212.grb
HRS     ^[YZ].U... KWB. ([0-3][0-9])([0-2][0-9]).*/mETA
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_eta215.grb
HRS     ^[YZ].T... KWB. ([0-3][0-9])([0-2][0-9]).*/mETA
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_eta214.grb
#
# RUC/MAPS model output 
# Grid #211 CONUS   80km: ^[YZ].Q.*/mRUC
# Currently, only grid #211 
HRS     ^[YZ].Q... KWB. ([0-3][0-9])([0-2][0-9]).*/mRUC
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_ruc211.grb
#
# NGM model output 
# Grid #211 CONUS   80km: ^[YZ].Q.*/mNGM
# Grid #207 Alaska  95km: ^[YZ].N.*/mNGM
# Grid #202 CONUS  190km: ^[YZ].I.*/mNGM
# Grid #213 CONUS 47.5km: ^[YZ].H.*/mNGM
# Select any/all grids desired from [QNIH]
HRS     ^[YZ].Q... KWB. ([0-3][0-9])([0-2][0-9]).*/mNGM
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_ngm211.grb
HRS     ^[YZ].N... KWB. ([0-3][0-9])([0-2][0-9]).*/mNGM
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_ngm207.grb
HRS     ^[YZ].I... KWB. ([0-3][0-9])([0-2][0-9]).*/mNGM
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_ngm202.grb
HRS     ^[YZ].H... KWB. ([0-3][0-9])([0-2][0-9]).*/mNGM
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_ngm213.grb
#
# 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 any/all grids desired from [QAIJH]
HRS     ^[YZ].A... KWB. ([0-3][0-9])([0-2][0-9]).*(/mAVN|/mSSIAVN)
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_avn201.grb
HRS     ^[YZ].I... KWB. ([0-3][0-9])([0-2][0-9]).*(/mAVN|/mSSIAVN)
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_avn202.grb
HRS     ^[YZ].J... KWB. ([0-3][0-9])([0-2][0-9]).*(/mAVN|/mSSIAVN)
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_avn203.grb
HRS     ^[YZ].Q... KWB. ([0-3][0-9])([0-2][0-9]).*(/mAVN|/mSSIAVN)
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_avn211.grb
HRS     ^[YZ].H... KWB. ([0-3][0-9])([0-2][0-9]).*(/mAVN|/mSSIAVN)
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_avn213.grb
#
# AVN model output on thinned quasi-regular "grids"
HRS     ^H.I... KWB. ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_avn_n15e.grb
HRS     ^H.J... KWB. ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_avn_n105e.grb
HRS     ^H.K... KWB. ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_avn_n165w.grb
HRS     ^H.L... KWB. ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_avn_n75w.grb
HRS     ^H.M... KWB. ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_avn_s15e.grb
HRS     ^H.N... KWB. ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_avn_s105e.grb
HRS     ^H.O... KWB. ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_avn_s165w.grb
HRS     ^H.P... KWB. ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_avn_s75w.grb
#
# SST analysis
HRS     ^HT[A-D]A93 KWBC ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_sst5x2.5.grb
HRS     ^HT[T-W]A93 KWBC ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_sst2x2.grb
# NW quadrant for MM5 initialization
HRS     ^HTUA93 KWBC ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_sst2x2_NW.grb
#
# Bitmap ocean
HRS     ^H[HKLTUV][A-D][ACEIK]93 KWB. ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_ocn5x2.5.grb
HRS     ^H[HKLTUV][T-W][ACEIK]93 KWB. ([0-3][0-9])([0-2][0-9])
        FILE    /data/GRIB/(\1:yyyy)(\1:mm)\1\2_ocn2x2.grb
  • 2003 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the ldm-users archives: