[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AWIPS #PME-706467]: GFS



> Good Afternoon -
> 
> I noticed the GFS pattern in LDM has changed and I rebuilt the pattern, but
> do not see data being acquired.
> 
> Here is the new pattern:
> 
> CONDUIT
> ^data/nccf/com/gfs/.*gfs.*(pgrb2.1p00.f...).*!(grib2)/ncep/(GFS)/#([^/]*)/([0-9]{8})([0-9]{4})(F[0-3]..)/([^/]*)/.*!
> (......)
> 
> FILE    -overwrite -log -close -edex
> /awips2/data_store/grib2/GFS/\6/\7Z_\8_\9-(seq).\2.\3.%Y%m%d
> 
> Could someone assist me in getting the correct pattern? I was looking to
> ingest the half degree data.


Hi Justin,

The 0.5 degree GFS uses a file pattern such as 
CONDUIT 267  data/nccf/com/gfs/prod/gfs.2015012018/gfs.t18z.pgrb2.0p50.f045 
!grib2/ncep/GFS/#000/201501201800F045/CLD03/0 - MCLY! 000267


The pattern action in AWIPS II LDM for the old 0.5 degree (which is commented 
out by default) is 

CONDUIT        
^data/nccf/com/.*gfs.*(pgrb2f).*!(grib2)/[^/]*/(SSIGFS|GFS)/#([^/]*)/([0-9]{8})([0-9]{4})(F[0-1]..)/([^/]*)/.*!
 (......)
       FILE    -overwrite -log -close -edex    
/awips2/data_store/grib2/GFS/\5_\6Z_\7_\8-(seq).\1.\2.%Y%m%d


The new pattern action for 0.5 degree would be

CONDUIT        
^data/nccf/com/.*gfs.t[0-9][0-9]z.(pgrb2.0p50).*!(grib2)/[^/]*/(SSIGFS|GFS)/#([^/]*)/([0-9]{8})([0-9]{4})(F[0-1]..)/([^/]*)/.*!
 (......)
       FILE    -overwrite -log -close -edex    
/awips2/data_store/grib2/GFS/\5_\6Z_\7_\8-(seq).\1.\2.%Y%m%d

1.0 degree would be
CONDUIT        
^data/nccf/com/.*gfs.t[0-9][0-9]z.(pgrb2.1p00).*!(grib2)/[^/]*/(SSIGFS|GFS)/#([^/]*)/([0-9]{8})([0-9]{4})(F[0-1]..)/([^/]*)/.*!
 (......)

2.5 degree would be 
CONDUIT        
^data/nccf/com/.*gfs.t[0-9][0-9]z.(pgrb2.2p50).*!(grib2)/[^/]*/(SSIGFS|GFS)/#([^/]*)/([0-9]{8})([0-9]{4})(F[0-1]..)/([^/]*)/.*!
 (......)


(Please account for spaces in the above that should be TAB characters)


Michael James
Unidata Program Center
Boulder, CO

Ticket Details
===================
Ticket ID: PME-706467
Department: Support AWIPS
Priority: Normal
Status: Open