diff --git a/src/Applications/NCEP_Paqc/modify_bufr/twindow.rc b/src/Applications/NCEP_Paqc/modify_bufr/twindow.rc index 5d414162..4a166eb6 100644 --- a/src/Applications/NCEP_Paqc/modify_bufr/twindow.rc +++ b/src/Applications/NCEP_Paqc/modify_bufr/twindow.rc @@ -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:: @@ -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 @@ -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 diff --git a/src/Applications/NCEP_Paqc/modify_bufr/twindow_m2.rc b/src/Applications/NCEP_Paqc/modify_bufr/twindow_m2.rc index 47feda31..7ead6664 100644 --- a/src/Applications/NCEP_Paqc/modify_bufr/twindow_m2.rc +++ b/src/Applications/NCEP_Paqc/modify_bufr/twindow_m2.rc @@ -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:: @@ -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 @@ -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