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 tables to add NIDS Super High Res 0.5 deg reflectivity #71

Closed
wants to merge 5 commits into from
Closed
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
153 changes: 153 additions & 0 deletions gempak/tables/luts/upc_n0q.tbl
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
! upc_n0q.tbl
! Color table for NIDS 256 level Reflectivity
!
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 0 0
0 6 6
0 22 22
0 53 53
0 100 100
0 151 151
0 193 194
0 218 219
0 226 231
0 221 236
0 208 239
0 192 241
1 177 243
1 165 245
1 155 246
1 140 246
1 114 246
0 80 246
0 47 246
0 24 244
0 15 237
0 28 220
0 62 185
0 112 136
0 169 82
0 212 39
0 237 15
0 246 3
0 244 1
0 234 0
0 222 0
0 211 0
0 204 0
0 199 0
0 193 0
0 182 0
0 170 0
0 159 0
2 151 0
9 149 0
28 156 0
65 172 0
118 195 0
173 219 0
215 237 0
239 246 0
248 248 0
249 241 0
245 229 0
239 216 0
235 204 0
232 195 0
233 190 0
234 185 0
238 176 0
243 165 0
248 156 0
252 147 0
254 139 0
255 125 0
255 104 0
255 73 0
255 42 0
255 19 0
252 3 0
248 0 0
242 0 0
233 0 0
225 0 0
218 0 0
214 0 0
209 0 0
205 0 0
201 0 0
196 0 0
194 0 3
198 0 21
204 0 51
216 0 100
229 0 156
242 0 204
249 1 234
247 4 245
238 12 245
222 26 236
199 45 225
179 62 215
165 77 207
160 87 204
165 103 207
178 128 215
199 163 225
222 200 237
238 229 247
249 244 252
253 252 253
255 254 255
255 255 255
255 255 255
255 255 255
255 255 255
255 255 255
255 255 255
255 255 255
255 255 255
255 255 255
255 255 255
255 255 255
255 255 255
255 255 255
255 255 255
255 255 255
255 255 255
255 255 255
255 255 255
255 255 255
2 changes: 2 additions & 0 deletions gempak/tables/rad/nidprd.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
! G. Grosshans/SPC 12/20 Added MRMS v12.1 radar products
! B. Hebbard/NCEP 1/21 Corrected MRMS radar ID to 5
! B. Hebbard/NCEP 2/21 MRMS updates - w/ T. Lee
! P. Pokrandt/UW-AOS 2/22 Super High Res reflectivity at 0.5 deg (prod 153)
!------------------------------------------------------------------------
!
!Type Name Prod# #Lvls Units Res Description
Expand All @@ -51,6 +52,7 @@ LOCAL BREF 94 16 DBZ 1.00 BASE_REFL_1KM_TILT
LOCAL VEL 99 16 KNOTS 0.25 RAD_VEL_.25KM_TILT
LOCAL VIL 134 16 KG/M**2 1.00 PREC_WATER
LOCAL TOPS 135 16 KFT 1.00 ECHO_TOPS_1KM
LOCAL BREF256 153 256 DBZ 0.25 BASE_REFL_1KM_TILT
!
! Used for data from other vendors.
LOCAL BREF 16 8 DBZ 1.00 BASE_REFL_1KM_TILT
Expand Down
2 changes: 2 additions & 0 deletions gempak/tables/sat/imgtyp.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
! B. Hebbard/NCEP 2/21 MRMS updates - w/ T. Lee
! B. Hebbard/NCEP 3/21 Move Unisys entries after MRMS; comment out
! duplicates; "MRMS12.1"->"REFLECT" (NAWIPS-172)
! P. Pokrandt/UW-AOS 2/22 Add Super High-Res reflectivity
!------------------------------------------------------------------------------
!
! SATELLITE IMAGE TYPES
Expand Down Expand Up @@ -767,6 +768,7 @@ LOCAL 1 KM BASE REFLECT 0 15 7 94 1 osf_ref16.tbl
LOCAL .25 KM RADIAL VELOCITY 0 15 7 99 1 nids_vel16.tbl
LOCAL 1 KM DIGITAL VIL 0 15 7 134 1 osf_ref16.tbl
LOCAL 1 KM ECHO TOPS 0 15 7 135 1 nids_tops.tbl
LOCAL .25 KM BASE REFLECT 0 255 7 153 1 upc_n0q.tbl
LOCAL 1 KM DIFF REFLECTIVITY 0 15 7 159 1 osf_ref16.tbl
LOCAL 1 KM DIGITAL CORR COEFF 0 15 7 161 1 osf_ref16.tbl
LOCAL 1 KM DKD PHASE 0 15 7 163 1 osf_ref16.tbl
Expand Down
1 change: 1 addition & 0 deletions gempak/tables/unidata/nex2gini.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ DHR 28 2 dBZ,0,1,-9999,-9995;2,255,-32,94.5 TICZ99 CHIZ
DVL 29 8 Kg/M**2,0,1,-9999,-9995;2,19,0,0.1875;20,110,0.1875,1.96;111,155,1.96,6.23;156,200,6.23,19.8;201,220,19.8,33.1;221,240,33.1,55.4;241,254,55.4,80 TICZ99 CHIZ
N1P 30 4 inches,0,9,-9999,-9999;10,100,0,0.5;101,200,0.5,5;201,255,5,12 TICZ99 CHIZ
NTP 31 4 inches,0,9,-9999,-9999;10,100,0,3;101,200,3,10;201,250,10,24.00 TICZ99 CHIZ
N0B 32 1 dBZ,0,255,-32,95 TICZ99 CHIZ
!
!
! HHC - Hybrid Hydrometeor Classification
Expand Down