NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: [conduit] Change to string to caputure 1 deg GFS after v16 upgrade

  • To: "conduit@xxxxxxxxxxxxxxxx" <conduit@xxxxxxxxxxxxxxxx>, "support-conduit@xxxxxxxxxxxxxxxx" <support-conduit@xxxxxxxxxxxxxxxx>
  • Subject: Re: [conduit] Change to string to caputure 1 deg GFS after v16 upgrade
  • From: Pete Pokrandt <poker@xxxxxxxxxxxx>
  • Date: Mon, 22 Mar 2021 17:51:09 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=aos.wisc.edu; dmarc=pass action=none header.from=aos.wisc.edu; dkim=pass header.d=aos.wisc.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=0eUBrCWylBfGrfxeDO9Zexa1GNwaHwJ5NGXLiMpLhEg=; b=PljPskyFrp5xoWP6xyuUAa+8Sdw43jyt/pKpSXah9lqEiLGTeHLgTD8y9vc1fx0qrWRay1Yxm/CKC8M1/WLhL1PeoDF7MEmeRYAit26/z+e0t3AaUTboGNsH1PZ+hiBNyT8r+bCpfSvk163fMwYYuQvyFLWPWyjyn6dR/eeGF/gujXcSQhmp3iXnpiCcE5VNVPmBdaiN9lXjRQalZace8RR98R4+qEaXJEWwSZscuWc4kiltXfGKBY7cJHQpBYRFAt5ODxMuM+RmZWTsH+7+rJFwOhyHQ4d6obWzzF1tY9pA8dgkIbEhF5jvhgIqJVd+EUY56LtCkFvyst9NgYgscg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Zl+1MmPwgVANBlMlpVx9IMCAM8VgU2i6lbqPoDxCMW0BetUL5kcZg2jPeH7LDKVZzFuifyBQy4wWAovrjofG67NIBkypBcNpOM9Z71cQ5b29XY9BcZc5WnmEnum7j851tSV4yqU3QcjIq4UcVCLoQkG/LdrfuFHNkQAnjLGNKEGOpxYbjvv9nnCMyc8KVMhCc3RilKMic5scRyf+8uV3/Yq+g8kkeCSidp+AVTrh+D1vm2ssVUhE6P/cESiiHSlx0t3g43Y3lpSOoISKzcZjaeHxfoc0UYm3mL/7MIAuz/UASfGDUIv9DpFpJLDQ7gwpd4VoMateyl73Ke+igAT8DA==
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

________________________________
From: Pete Pokrandt <poker@xxxxxxxxxxxx>
Sent: Monday, March 22, 2021 11:55 AM
To: conduit@xxxxxxxxxxxxxxxx <conduit@xxxxxxxxxxxxxxxx>; 
support-conduit@xxxxxxxxxxxxxxxx <support-conduit@xxxxxxxxxxxxxxxx>; Pete 
Pokrandt <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

________________________________
From: conduit <conduit-bounces@xxxxxxxxxxxxxxxx> on behalf of Pete Pokrandt via 
conduit <conduit@xxxxxxxxxxxxxxxx>
Sent: Monday, March 22, 2021 11:41 AM
To: conduit@xxxxxxxxxxxxxxxx <conduit@xxxxxxxxxxxxxxxx>; 
support-conduit@xxxxxxxxxxxxxxxx <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
  • 2021 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the conduit archives: