Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify twindow.rc, twindow_m2.rc to add (excluded) newer wind types #288

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
20 changes: 14 additions & 6 deletions src/Applications/NCEP_Paqc/modify_bufr/twindow.rc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
#
# 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
#
# 2025-02-11 Meta - Limit GOES wind usage to G16 (270) and G18 (272) as
# example of controlling wind usage


action_table::
Expand All @@ -34,11 +40,11 @@ NC005019 -1 0 0 # GOES SWI
NC005024 -1 0 0 # India INSAT IR
NC005025 -1 0 0 # India INSAT VIS
NC005026 -1 0 0 # India INSAT WV
NC005030 2 -60 0 NC005010 # GOES-16+ IR LW(245)
NC005031 2 -60 0 NC005011 # GOES-16+ WV clear sky/deep layer(247)
NC005032 2 -60 0 NC005012 # GOES-16+ VIS(251)
NC005034 2 -60 0 NC005011 # GOES-16+ WV cloud-top(246)
#C005039 -1 0 0 NC005019 # GOES-16+ SWIR(240)
NC005030 2 -60 0 NC005010 270 272 # GOES-16+ IR LW(245)
NC005031 2 -60 0 NC005011 270 272 # GOES-16+ WV clear sky/deep layer(247)
NC005032 2 -60 0 NC005012 270 272 # GOES-16+ VIS(251)
NC005034 2 -60 0 NC005011 270 272 # GOES-16+ WV cloud-top(246)
#C005039 -1 0 0 NC005019 270 272 # GOES-16+ SWIR(240)
NC005039 -1 0 0 # GOES-16+ SWIR(240)
NC005044 0 0 0 # JMA IR
NC005045 0 0 0 # JMA VIS
Expand All @@ -51,7 +57,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 +76,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
20 changes: 13 additions & 7 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 All @@ -34,11 +37,11 @@ NC005019 -1 0 0 # GOES SWI
NC005024 -1 0 0 # India INSAT IR
NC005025 -1 0 0 # India INSAT VIS
NC005026 -1 0 0 # India INSAT WV
NC005030 2 -60 0 NC005010 # GOES-16+ IR LW(245)
NC005031 2 -60 0 NC005011 # GOES-16+ WV clear sky/deep layer(247)
NC005032 2 -60 0 NC005012 # GOES-16+ VIS(251)
NC005034 2 -60 0 NC005011 # GOES-16+ WV cloud-top(246)
#C005039 -1 0 0 NC005019 # GOES-16+ SWIR(240)
NC005030 2 -60 0 NC005010 270 272 # GOES-16+ IR LW(245)
NC005031 2 -60 0 NC005011 270 272 # GOES-16+ WV clear sky/deep layer(247)
NC005032 2 -60 0 NC005012 270 272 # GOES-16+ VIS(251)
NC005034 2 -60 0 NC005011 270 272 # GOES-16+ WV cloud-top(246)
#C005039 -1 0 0 NC005019 270 272 # GOES-16+ SWIR(240)
NC005039 -1 0 0 # GOES-16+ SWIR(240)
NC005044 0 0 0 # JMA IR
NC005045 0 0 0 # JMA VIS
Expand All @@ -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