Previously I could download HRRR data for our experiments like this:
ldmd.conf
request FSL2    "(.*000Hour)"   idd.unidata.ucar.edu
pqact.conf
FSL2
 
^GRIB2.*1905141_Lambert.*20([0-9][0-9][0-1][0-9][0-3][0-9][0-2][0-9][0-9][0-9]).*
        FILE    -close   /mnt/wd/HRRR/HRRR_3km_(\1:yyyy)(\1:mm)\1_\200.grib2
But I recently saw the data set has moved to NGRID
./notifyme -vl - -h idd.unidata.ucar.edu -f ANY -p "HRRR" -o 36000
I tried modifying my ldmd and pqact conf files without any success as
follows:
request NGRID    "(.*HRRR)(.*F000)"   idd.unidata.ucar.edu
NGRID   ^[LM].D... KWB. (..)(..).*HRRR/#255
        FILE    -close
/mnt/wd/HRRR/HRRR_3km_(\1:yyyy)(\1:mm)\1_\200.grib2
But have not gotten any new data
any sugguestions?>