Skip to content

Commit

Permalink
Add subset names for newer wind types (excluded) to avoid messages
Browse files Browse the repository at this point in the history
about unknown wind types.
  • Loading branch information
gmao-msienkie committed Oct 15, 2024
1 parent 0a2e5d8 commit b06b67f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
7 changes: 6 additions & 1 deletion src/Applications/NCEP_Paqc/modify_bufr/twindow.rc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
#
# 2021-01-04 Meta - Add specification for converting new format EUMETSAT
# winds (NC005067,NC005068) to old format for 5_12
#
# 2024-10-15 Meta - Add NC005072, NC005081, and NC005091 - unused new format
# winds, avoid warning about unknown wind type


action_table::
Expand Down Expand Up @@ -51,7 +54,9 @@ NC005068 3 -120 120 NC005065 # METEOSAT
NC005069 -1 0 0 # METEOSAT WV
NC005070 0 0 0 # MODIS IR
NC005071 0 0 0 # MODIS WV
NC005072 -1 0 0 # SSEC/WISC LEO-GEO
NC005080 0 0 0 # AVHRR IR
NC005081 -1 0 0 # AVHRR IR (new format MetOp)
NC005090 -1 0 0 # VIIRS IR
NC005091 -1 0 0 # new VIIRS IR

Expand All @@ -68,6 +73,6 @@ NC005091 -1 0 0 # new VIIR
#
# other winds passed as is or are excluded (to avoid array overflow
# and duplication of data)
#
#
# for RPIT some Meteosat winds are excluded to allow extra buffer
# size for AVHRR winds
10 changes: 8 additions & 2 deletions src/Applications/NCEP_Paqc/modify_bufr/twindow_m2.rc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
#
# 2021-01-04 Meta - Add specification for converting new format EUMETSAT
# winds (NC005067,NC005068) to old format for 5_12
#
# 2024-10-15 Meta - Add NC005072, NC005081, and NC005091 - unused new format
# winds, avoid warning about unknown wind type


action_table::
Expand Down Expand Up @@ -52,7 +55,9 @@ NC005068 3 0 0 NC005065 # METEOSAT
NC005069 -1 0 0 # METEOSAT WV
NC005070 0 0 0 # MODIS IR
NC005071 0 0 0 # MODIS WV
NC005072 -1 0 0 # SSEC/WISC LEO-GEO
NC005080 -1 0 0 # AVHRR IR
NC005081 -1 0 0 # AVHRR IR (new format MetOp)
NC005090 -1 0 0 # VIIRS IR
NC005091 -1 0 0 # new VIIRS IR

Expand All @@ -70,6 +75,7 @@ NC005091 -1 0 0 # new VIIR
#
# other winds passed as is or are excluded (to avoid array overflow
# and duplication of data)
#
#
# for RPIT some Meteosat winds are excluded to allow extra buffer
# size for AVHRR winds
# size for AVHRR winds. M2 has AVHRR winds from Wisconsin so they
# are excluded from this file

0 comments on commit b06b67f

Please sign in to comment.