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 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading