Mike,
That makes sense, since the CONDUIT data stream originates from the same
back-end..
Pete
<http://www.weather.com/tv/shows/wx-geeks/video/the-incredible-shrinking-cold-pool>-----
Pete Pokrandt - Systems Programmer
UW-Madison Dept of Atmospheric and Oceanic Sciences
608-262-3086 - poker@xxxxxxxxxxxx
________________________________
From: zuranski.wx@xxxxxxxxx <zuranski.wx@xxxxxxxxx>
Sent: Monday, March 22, 2021 12:57 PM
To: conduit@xxxxxxxxxxxxxxxx <conduit@xxxxxxxxxxxxxxxx>;
support-conduit@xxxxxxxxxxxxxxxx <support-conduit@xxxxxxxxxxxxxxxx>
Cc: Pete Pokrandt <poker@xxxxxxxxxxxx>
Subject: Re: [conduit] Change to string to caputure 1 deg GFS after v16 upgrade
For what it's worth, the same change occurred on NOMADS (including the grib
filter) and FTPPRD. I had to update my scripts to add the atmos directory
there as well.
-Mike
======================
Mike Zuranski
Meteorology Support Analyst
College of DuPage - Nexlab
Weather.cod.edu<http://weather.cod.edu/>
======================
On Mon, Mar 22, 2021 at 12:51 PM Pete Pokrandt via conduit
<conduit@xxxxxxxxxxxxxxxx<mailto:conduit@xxxxxxxxxxxxxxxx>> wrote:
One more update - this change affects 0.5 and 0.25 deg GFS also, but because my
pqact lines for those resolutions looked like
CONDUIT ^data/nccf/com/gfs/prod/gfs.20(..)(..)(..)/(..)/.*pgrb2.0p50.f(...)
the .* saved me and the data came through.
Just FYI
Pete
<http://www.weather.com/tv/shows/wx-geeks/video/the-incredible-shrinking-cold-pool>-----
Pete Pokrandt - Systems Programmer
UW-Madison Dept of Atmospheric and Oceanic Sciences
608-262-3086 - poker@xxxxxxxxxxxx<mailto:poker@xxxxxxxxxxxx>
________________________________
From: Pete Pokrandt <poker@xxxxxxxxxxxx<mailto:poker@xxxxxxxxxxxx>>
Sent: Monday, March 22, 2021 11:55 AM
To: conduit@xxxxxxxxxxxxxxxx<mailto:conduit@xxxxxxxxxxxxxxxx>
<conduit@xxxxxxxxxxxxxxxx<mailto:conduit@xxxxxxxxxxxxxxxx>>;
support-conduit@xxxxxxxxxxxxxxxx<mailto:support-conduit@xxxxxxxxxxxxxxxx>
<support-conduit@xxxxxxxxxxxxxxxx<mailto:support-conduit@xxxxxxxxxxxxxxxx>>;
Pete Pokrandt <poker@xxxxxxxxxxxx<mailto:poker@xxxxxxxxxxxx>>
Subject: Re: Change to string to caputure 1 deg GFS after v16 upgrade
Ok, so I am an idiot and fixed it wrong, and sent it out before I tested it.
That pqact entry below has the atmos in the wrong place.. It actually goes
after the model run hour and right before the actual file name.
#
CONDUIT
data/nccf/com/gfs/prod/gfs.20([0-9][0-9])([0-9][0-9])([0-9][0-9])/../gfs.t(..)z.pgrb2.1p00.f(...)\
!grib2.*
FILE /data/grib2/gblav.\1\2\3\4_F\5
CONDUIT
data/nccf/com/gfs/prod/gfs.20([0-9][0-9])([0-9][0-9])([0-9][0-9])/../atmos/gfs.t(..)z.pgrb2.1p00.f(...)\
!grib2.*
FILE /data/grib2/gblav.\1\2\3\4_F\5
Here are some examples from ldmadmin watch from before and after the change:
OLD data/nccf/com/gfs/prod/gfs.20210320/12/gfs.t12z.pgrb2.1p00.f261
!grib2/ncep/GFS/#000/202103201200F261/CWTR/1 - HYBL!
NEW data/nccf/com/gfs/prod/gfs.20210322/12/atmos/gfs.t12z.pgrb2.0p25.f207
!grib2/ncep/GFS/#000/202103221200F207/OZMR/1000 hPa PRES!
Sorry for the miscue..
Pete
<http://www.weather.com/tv/shows/wx-geeks/video/the-incredible-shrinking-cold-pool>-----
Pete Pokrandt - Systems Programmer
UW-Madison Dept of Atmospheric and Oceanic Sciences
608-262-3086 - poker@xxxxxxxxxxxx<mailto:poker@xxxxxxxxxxxx>
________________________________
From: conduit
<conduit-bounces@xxxxxxxxxxxxxxxx<mailto:conduit-bounces@xxxxxxxxxxxxxxxx>> on
behalf of Pete Pokrandt via conduit
<conduit@xxxxxxxxxxxxxxxx<mailto:conduit@xxxxxxxxxxxxxxxx>>
Sent: Monday, March 22, 2021 11:41 AM
To: conduit@xxxxxxxxxxxxxxxx<mailto:conduit@xxxxxxxxxxxxxxxx>
<conduit@xxxxxxxxxxxxxxxx<mailto:conduit@xxxxxxxxxxxxxxxx>>;
support-conduit@xxxxxxxxxxxxxxxx<mailto:support-conduit@xxxxxxxxxxxxxxxx>
<support-conduit@xxxxxxxxxxxxxxxx<mailto:support-conduit@xxxxxxxxxxxxxxxx>>
Subject: [conduit] Change to string to caputure 1 deg GFS after v16 upgrade
All,
I just noticed that we didn't get/save any of the 12 UTC GFS on the 1 degree
grid starting with this morning's 12 UTC run. Thankfully I had an ldmadmin
watch -f conduit going so I could see that the data was actually coming
through, it was just that the file name strings that I was keying on had
changed a bit. The new data have the string 'atmos' after 'prod'.
Here's an example of what the change looks like in my pqact, in case it helps
anyone else.
#OLD pre-3/22/2021 12 UTC v15 GFS
CONDUIT
data/nccf/com/gfs/prod/gfs.20([0-9][0-9])([0-9][0-9])([0-9][0-9])/../gfs.t(..)z.pgrb2.1p00.f(...)\
!grib2.*
FILE /data/grib2/gblav.\1\2\3\4_F\5
# NEW post 3/22/2021 12 UTC v16 GFS
CONDUIT
data/nccf/com/gfs/prod/atmos/gfs.20([0-9][0-9])([0-9][0-9])([0-9][0-9])/../gfs.t(..)z.pgrb2.1p00.f(...)\
!grib2.*
FILE /data/grib2/gblav.\1\2\3\4_F\5
#
Pete
<http://www.weather.com/tv/shows/wx-geeks/video/the-incredible-shrinking-cold-pool>-----
Pete Pokrandt - Systems Programmer
UW-Madison Dept of Atmospheric and Oceanic Sciences
608-262-3086 - poker@xxxxxxxxxxxx<mailto:poker@xxxxxxxxxxxx>
_______________________________________________
NOTE: All exchanges posted to Unidata maintained email lists are
recorded in the Unidata inquiry tracking system and made publicly
available through the web. Users who post to any of the lists we
maintain are reminded to remove any personal information that they
do not want to be made public.
conduit mailing list
conduit@xxxxxxxxxxxxxxxx<mailto:conduit@xxxxxxxxxxxxxxxx>
For list information or to unsubscribe, visit:
https://www.unidata.ucar.edu/mailing_lists/