Skip to content

Commit

Permalink
remove stray space in ASUS pqact entries
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Nov 16, 2023
1 parent d3b8a44 commit 16eb096
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ldm/etc/ncep/pqact.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2071,9 +2071,9 @@ WMO ^...... .... ([0-3][0-9])([0-2][0-9])([0-5][0-9]).*/p(FLW)
# Coded Analysis/Forecast Products
#
# COD - Coded_Analysis_and_Forecasts
WMO ^ASUS01 KWBC ([0-3][0-9])([0-2][0-9])([0-5][0-9]).*/p(COD)
WMO ^ASUS01 KWBC ([0-3][0-9])([0-2][0-9])([0-5][0-9]).*/p(COD)
FILE data/newnwx/fronts/\4/(\1:yyyy)(\1:mm)\1\2.\4
WMO ^FSUS02 KWBC ([0-3][0-9])([0-2][0-9])([0-5][0-9]).*/p(COD)
WMO ^FSUS02 KWBC ([0-3][0-9])([0-2][0-9])([0-5][0-9]).*/p(COD)
FILE data/newnwx/fronts/\4/(\1:yyyy)(\1:mm)\1\2.\4
###############################################################################
# Hydrometeorological Messages/Discussions/Products
Expand Down
4 changes: 2 additions & 2 deletions ldm/etc/ncep/pqact.conf.new
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ WMO ^...... .... ([0-3][0-9])([0-2][0-9])([0-5][0-9]).*/p(FLW)
# Coded Analysis/Forecast Products
#
# COD - Coded_Analysis_and_Forecasts
WMO ^ASUS01 KWBC ([0-3][0-9])([0-2][0-9])([0-5][0-9]).*/p(COD)
WMO ^ASUS01 KWBC ([0-3][0-9])([0-2][0-9])([0-5][0-9]).*/p(COD)
FILE data/newnwx/fronts/\4/(\1:yyyy)(\1:mm)\1\2.\4
WMO ^FSUS02 KWBC ([0-3][0-9])([0-2][0-9])([0-5][0-9]).*/p(COD)
WMO ^FSUS02 KWBC ([0-3][0-9])([0-2][0-9])([0-5][0-9]).*/p(COD)
FILE data/newnwx/fronts/\4/(\1:yyyy)(\1:mm)\1\2.\4
###############################################################################
# Hydrometeorological Messages/Discussions/Products
Expand Down
4 changes: 2 additions & 2 deletions ldm/etc/templates/pqact.gempak_nwx
Original file line number Diff line number Diff line change
Expand Up @@ -842,9 +842,9 @@ WMO ^...... .... ([0-3][0-9])([0-2][0-9])([0-5][0-9]).*/p(FLW)
# Coded Analysis/Forecast Products
#
# COD - Coded_Analysis_and_Forecasts
WMO ^ASUS01 KWBC ([0-3][0-9])([0-2][0-9])([0-5][0-9]).*/p(COD)
WMO ^ASUS01 KWBC ([0-3][0-9])([0-2][0-9])([0-5][0-9]).*/p(COD)
FILE data/gempak/nwx/fronts/\4/(\1:yyyy)(\1:mm)\1\2.\4
WMO ^FSUS02 KWBC ([0-3][0-9])([0-2][0-9])([0-5][0-9]).*/p(COD)
WMO ^FSUS02 KWBC ([0-3][0-9])([0-2][0-9])([0-5][0-9]).*/p(COD)
FILE data/gempak/nwx/fronts/\4/(\1:yyyy)(\1:mm)\1\2.\4
###############################################################################
# Hydrometeorological Messages/Discussions/Products
Expand Down

0 comments on commit 16eb096

Please sign in to comment.