[Met_help] [rt.rap.ucar.edu #93598] History for report problem for regrid_data_plane Smoke_AOD and Dust_AOD
Howard Soh via RT
met_help at ucar.edu
Wed Apr 1 13:56:00 MDT 2020
----------------------------------------------------------------
Initial Request
----------------------------------------------------------------
To Whom It May Concern:
The ticket I sent previously seems to be closed by Randy [please refer to
rt.rap.ucar.edu #93563 ]. I asked to keep it open but did not get a
response. Thus I am going to create a new ticket, that combines two
findings I sent previously. If there is a duplication of the same issue,
please close all previous ones and keep current one open. Sorry for the
confusion.
===========Report START=========================================
John has asked me to check the user guide and regrid_data_plane ADP
function at bi-wwekly MET user's meeting with NCEP.
I found there is a description of using ADP file in v9.0 beta user's
guide. I can produce the Smoke_AOD and Dust_AOD in model grid with the
new capability.
While trying to produce the same products by IDL code to verify the MET
produced Smoke_AOD and Dust_AOD,* I discovered a bug in NESDIS's ADP read
code and please update your code [action1]. *There is also an issue for the
enhanced regrid_data_plane capability generating variables AOD_Smoke and
AOD_Dust as reported below, *please also check your code before the MET
9.0 release. [action 2]*
*(OLD)*
; bit 6 (sunglint)
tmp_mask=DQF
idx = WHERE(((tmp_mask AND 64) EQ 64), COMPLEMENT=cidx, nc)
*IF nc GT 0 THEN smoke_con[idx] = 0IF nc GT 0 THEN dust_con[idx] = 0*
;Byte1, bit7 (solar and satellite angles)
tmp_mask=DQF
idx = WHERE(((tmp_mask AND 128) EQ 128), COMPLEMENT=cidx, nc)
*IF nc GT 0 THEN dust_con[idx] = 0*
*(NEW and Correct one)*
; bit 6 (sunglint)
tmp_mask=DQF
idx = WHERE(((tmp_mask AND 64) EQ 64), COMPLEMENT=cidx, nc)
IF nc GT 0 THEN dust_con[idx] = 0
;Byte1, bit7 (solar and satellite angles)
tmp_mask=DQF
idx = WHERE(((tmp_mask AND 128) EQ 128), COMPLEMENT=cidx, nc)
IF nc GT 0 THEN dust_con[idx] = 0
IF nc GT 0 THEN smoke_con[idx] = 0
I also want to point out that from AOD files
*high quality AOD is quality flag=0 medium quality AOD is quality
flag=0,1low quality AOD is quality flag=0,1,2*
>From ADP files
*Smoke/Dust Mask high confidence flag=3Smoke/Dust Mask medium confidence
flag=2Smoke/Dust Mask low confidence flag=1*
This is my logic [of idl code] for your reference, g16dqf is AOD quality
flag value;
if aodqf eq 0L then begin ;; high quality smoke_aod or dust_aod
index_smoke=where(g16dqf eq 0L and smoke_mask eq 3, nidx_smoke)
index_dust=where(g16dqf eq 0L and dust_mask eq 3, nidx_dust)
strDQF='DQF=0'
strfile='high'
endif else begin
if aodqf eq 1L then begin ;; medium quality smoke_aod or
dust_aod
index_smoke=where(g16dqf le 1L and smoke_mask ge 2,
nidx_smoke)
index_dust=where(g16dqf le 1L and dust_mask ge 2, nidx_dust)
strDQF='DQF=0 or DQF=1'
strfile='medium'
endif else begin ;; low quality smoke_aod or dust_aod
index_smoke=where(g16dqf le 2L and smoke_mask ge 1,
nidx_smoke)
index_dust=where(g16dqf le 2L and dust_mask ge 1, nidx_dust)
strDQF='DQF=0 or DQF=1 or DQF=2'
strfile='low'
endelse
endelse
I use idl program to plot out Smoke_AOD and Dust_AOD in pixel scale. There
is no high quality Dust_AOD pixel for any hour on 2019 08 01. But the
regrid_data_plane did generate high quality Dust_AOD regrided to hysplit
model grid, e.g., 20190801 12Z (see below}. *Please double check with
your logic for the Smoke_AOD and Dust_AOD.*
[image: image.png]
The raw AOD /ADP data files can be found
in /gpfs/dell2/emc/modeling/noscrub/Ho-Chun.Huang/GOES16_AOD/AOD/20190801
& /gpfs/dell2/emc/modeling/noscrub/Ho-Chun.Huang/GOES16_AOD/ADP/20190801
The output of regrid_data_plane can be found at
/gpfs/dell2/emc/modeling/noscrub/Ho-Chun.Huang/GOES16_AOD/REGRID_DUSTAOD/hysplit.20190801/
This is the command I used to generate Dust_AOD, for high quality ${value}
=0, medium quality ${value}=0,1 and low quality ${value}=0,1,2
*regrid_data_plane ${aod_file} ${model_file} ${out_file} -field
'name="AOD_Dust"; level="(*,*)";' -method UW_MEAN -v 1 -qc ${value} -adp
${adp_file}*
The paired AOD/ADP data files I used is
AOD file list : [
'OR_ABI-L2-AODC-M6_G16_s20192131001462_e20192131004235_c20192131006286.nc',
'OR_ABI-L2-AODC-M6_G16_s20192131101462_e20192131104235_c20192131106330.nc',
'OR_ABI-L2-AODC-M6_G16_s20192131201463_e20192131204236_c20192131206488.nc',
'OR_ABI-L2-AODC-M6_G16_s20192131301463_e20192131304236_c20192131310411.nc',
'OR_ABI-L2-AODC-M6_G16_s20192131401464_e20192131404237_c20192131406525.nc',
'OR_ABI-L2-AODC-M6_G16_s20192131501465_e20192131504238_c20192131507134.nc',
'OR_ABI-L2-AODC-M6_G16_s20192131601465_e20192131604238_c20192131607142.nc',
'OR_ABI-L2-AODC-M6_G16_s20192131701466_e20192131704239_c20192131706505.nc',
'OR_ABI-L2-AODC-M6_G16_s20192131801466_e20192131804239_c20192131806515.nc',
'OR_ABI-L2-AODC-M6_G16_s20192131901467_e20192131904240_c20192131907243.nc',
'OR_ABI-L2-AODC-M6_G16_s20192132001468_e20192132004241_c20192132006505.nc',
'OR_ABI-L2-AODC-M6_G16_s20192132101468_e20192132104241_c20192132106420.nc',
'OR_ABI-L2-AODC-M6_G16_s20192132201469_e20192132204242_c20192132206426.nc',
'OR_ABI-L2-AODC-M6_G16_s20192132301469_e20192132304242_c20192132306098.nc' ]
ADP file list : [
'OR_ABI-L2-ADPC-M6_G16_s20192131001462_e20192131004235_c20192131005097.nc',
'OR_ABI-L2-ADPC-M6_G16_s20192131101462_e20192131104235_c20192131105086.nc',
'OR_ABI-L2-ADPC-M6_G16_s20192131201463_e20192131204236_c20192131205129.nc',
'OR_ABI-L2-ADPC-M6_G16_s20192131301463_e20192131304236_c20192131305192.nc',
'OR_ABI-L2-ADPC-M6_G16_s20192131401464_e20192131404237_c20192131405164.nc',
'OR_ABI-L2-ADPC-M6_G16_s20192131501465_e20192131504238_c20192131505170.nc',
'OR_ABI-L2-ADPC-M6_G16_s20192131601465_e20192131604238_c20192131605172.nc',
'OR_ABI-L2-ADPC-M6_G16_s20192131701466_e20192131704239_c20192131705169.nc',
'OR_ABI-L2-ADPC-M6_G16_s20192131801466_e20192131804239_c20192131805131.nc',
'OR_ABI-L2-ADPC-M6_G16_s20192131901467_e20192131904240_c20192131905128.nc',
'OR_ABI-L2-ADPC-M6_G16_s20192132001468_e20192132004241_c20192132005202.nc',
'OR_ABI-L2-ADPC-M6_G16_s20192132101468_e20192132104241_c20192132105138.nc',
'OR_ABI-L2-ADPC-M6_G16_s20192132201469_e20192132204242_c20192132205197.nc',
'OR_ABI-L2-ADPC-M6_G16_s20192132301469_e20192132304242_c20192132305153.nc' ]
Ho-Chun Huang
IMSG at NOAA/NWS/NCEP/EMC
5830 University Research Ct., Rm. 2792
College Park, MD 20740
Ho-Chun.Huang at noaa.gov <Joe.Smith at noaa.gov>
301-683-3958
----------------------------------------------------------------
Complete Ticket History
----------------------------------------------------------------
Subject: report problem for regrid_data_plane Smoke_AOD and Dust_AOD
From: Minna Win
Time: Thu Dec 26 10:37:37 2019
Hello Ho Chun,
I just verified that your previous ticket , rt.rap.ucar.edu #93563 has
been
re-opened, and is displaying as an 'open' issue. I will close this
new
ticket, since it is a duplicate. Randy Bullock is still the assignee
to
the re-opened ticket.
Please let us know if there is anything else you need from us.
Regards,
Minna
---------------
Minna Win
National Center for Atmospheric Research
Developmental Testbed Center
Phone: 303-497-8423
Fax: 303-497-8401
On Thu, Dec 26, 2019 at 6:59 AM Ho-Chun Huang - NOAA Affiliate via RT
<
met_help at ucar.edu> wrote:
>
> Thu Dec 26 06:58:53 2019: Request 93598 was acted upon.
> Transaction: Ticket created by ho-chun.huang at noaa.gov
> Queue: met_help
> Subject: report problem for regrid_data_plane Smoke_AOD and
Dust_AOD
> Owner: Nobody
> Requestors: ho-chun.huang at noaa.gov
> Status: new
> Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=93598 >
>
>
> To Whom It May Concern:
>
> The ticket I sent previously seems to be closed by Randy [please
refer to
> rt.rap.ucar.edu #93563 ]. I asked to keep it open but did not get a
> response. Thus I am going to create a new ticket, that combines two
> findings I sent previously. If there is a duplication of the same
issue,
> please close all previous ones and keep current one open. Sorry for
the
> confusion.
>
> ===========Report START=========================================
> John has asked me to check the user guide and regrid_data_plane ADP
> function at bi-wwekly MET user's meeting with NCEP.
>
> I found there is a description of using ADP file in v9.0 beta user's
> guide. I can produce the Smoke_AOD and Dust_AOD in model grid with
the
> new capability.
>
> While trying to produce the same products by IDL code to verify the
MET
> produced Smoke_AOD and Dust_AOD,* I discovered a bug in NESDIS's ADP
read
> code and please update your code [action1]. *There is also an issue
for the
> enhanced regrid_data_plane capability generating variables AOD_Smoke
and
> AOD_Dust as reported below, *please also check your code before the
MET
> 9.0 release. [action 2]*
>
> *(OLD)*
> ; bit 6 (sunglint)
> tmp_mask=DQF
> idx = WHERE(((tmp_mask AND 64) EQ 64), COMPLEMENT=cidx, nc)
>
> *IF nc GT 0 THEN smoke_con[idx] = 0IF nc GT 0 THEN dust_con[idx] =
0*
>
> ;Byte1, bit7 (solar and satellite angles)
> tmp_mask=DQF
> idx = WHERE(((tmp_mask AND 128) EQ 128), COMPLEMENT=cidx, nc)
> *IF nc GT 0 THEN dust_con[idx] = 0*
>
> *(NEW and Correct one)*
> ; bit 6 (sunglint)
> tmp_mask=DQF
> idx = WHERE(((tmp_mask AND 64) EQ 64), COMPLEMENT=cidx, nc)
> IF nc GT 0 THEN dust_con[idx] = 0
>
> ;Byte1, bit7 (solar and satellite angles)
> tmp_mask=DQF
> idx = WHERE(((tmp_mask AND 128) EQ 128), COMPLEMENT=cidx, nc)
> IF nc GT 0 THEN dust_con[idx] = 0
> IF nc GT 0 THEN smoke_con[idx] = 0
>
> I also want to point out that from AOD files
>
>
> *high quality AOD is quality flag=0 medium quality AOD is quality
> flag=0,1low quality AOD is quality flag=0,1,2*
>
> From ADP files
>
>
> *Smoke/Dust Mask high confidence flag=3Smoke/Dust Mask medium
confidence
> flag=2Smoke/Dust Mask low confidence flag=1*
> This is my logic [of idl code] for your reference, g16dqf is AOD
quality
> flag value;
> if aodqf eq 0L then begin ;; high quality smoke_aod or
dust_aod
> index_smoke=where(g16dqf eq 0L and smoke_mask eq 3,
nidx_smoke)
> index_dust=where(g16dqf eq 0L and dust_mask eq 3,
nidx_dust)
> strDQF='DQF=0'
> strfile='high'
> endif else begin
> if aodqf eq 1L then begin ;; medium quality smoke_aod
or
> dust_aod
> index_smoke=where(g16dqf le 1L and smoke_mask ge 2,
> nidx_smoke)
> index_dust=where(g16dqf le 1L and dust_mask ge 2,
nidx_dust)
> strDQF='DQF=0 or DQF=1'
> strfile='medium'
> endif else begin ;; low quality smoke_aod or dust_aod
> index_smoke=where(g16dqf le 2L and smoke_mask ge 1,
> nidx_smoke)
> index_dust=where(g16dqf le 2L and dust_mask ge 1,
nidx_dust)
> strDQF='DQF=0 or DQF=1 or DQF=2'
> strfile='low'
> endelse
> endelse
>
> I use idl program to plot out Smoke_AOD and Dust_AOD in pixel scale.
There
> is no high quality Dust_AOD pixel for any hour on 2019 08 01. But
the
> regrid_data_plane did generate high quality Dust_AOD regrided to
hysplit
> model grid, e.g., 20190801 12Z (see below}. *Please double check
with
> your logic for the Smoke_AOD and Dust_AOD.*
> [image: image.png]
> The raw AOD /ADP data files can be found
> in /gpfs/dell2/emc/modeling/noscrub/Ho-
Chun.Huang/GOES16_AOD/AOD/20190801
> & /gpfs/dell2/emc/modeling/noscrub/Ho-
Chun.Huang/GOES16_AOD/ADP/20190801
>
> The output of regrid_data_plane can be found at
>
> /gpfs/dell2/emc/modeling/noscrub/Ho-
Chun.Huang/GOES16_AOD/REGRID_DUSTAOD/hysplit.20190801/
>
> This is the command I used to generate Dust_AOD, for high quality
${value}
> =0, medium quality ${value}=0,1 and low quality ${value}=0,1,2
>
>
> *regrid_data_plane ${aod_file} ${model_file} ${out_file} -field
> 'name="AOD_Dust"; level="(*,*)";' -method UW_MEAN -v 1 -qc ${value}
-adp
> ${adp_file}*
>
> The paired AOD/ADP data files I used is
> AOD file list : [
> 'OR_ABI-L2-AODC-
M6_G16_s20192131001462_e20192131004235_c20192131006286.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131101462_e20192131104235_c20192131106330.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131201463_e20192131204236_c20192131206488.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131301463_e20192131304236_c20192131310411.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131401464_e20192131404237_c20192131406525.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131501465_e20192131504238_c20192131507134.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131601465_e20192131604238_c20192131607142.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131701466_e20192131704239_c20192131706505.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131801466_e20192131804239_c20192131806515.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131901467_e20192131904240_c20192131907243.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192132001468_e20192132004241_c20192132006505.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192132101468_e20192132104241_c20192132106420.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192132201469_e20192132204242_c20192132206426.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192132301469_e20192132304242_c20192132306098.nc'
> ]
> ADP file list : [
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131001462_e20192131004235_c20192131005097.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131101462_e20192131104235_c20192131105086.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131201463_e20192131204236_c20192131205129.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131301463_e20192131304236_c20192131305192.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131401464_e20192131404237_c20192131405164.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131501465_e20192131504238_c20192131505170.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131601465_e20192131604238_c20192131605172.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131701466_e20192131704239_c20192131705169.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131801466_e20192131804239_c20192131805131.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131901467_e20192131904240_c20192131905128.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192132001468_e20192132004241_c20192132005202.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192132101468_e20192132104241_c20192132105138.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192132201469_e20192132204242_c20192132205197.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192132301469_e20192132304242_c20192132305153.nc'
> ]
>
>
>
> Ho-Chun Huang
>
> IMSG at NOAA/NWS/NCEP/EMC
>
> 5830 University Research Ct., Rm. 2792
>
> College Park, MD 20740
>
> Ho-Chun.Huang at noaa.gov <Joe.Smith at noaa.gov>
>
> 301-683-3958
>
>
------------------------------------------------
Subject: report problem for regrid_data_plane Smoke_AOD and Dust_AOD
From: Minna Win
Time: Thu Dec 26 10:38:50 2019
Delete this ticket, as this is a duplicate of the re-opened issue
#93563.
------------------------------------------------
Subject: report problem for regrid_data_plane Smoke_AOD and Dust_AOD
From: Ho-Chun Huang - NOAA Affiliate
Time: Thu Dec 26 10:41:59 2019
Hi, Minna:
Thank you for checking. I am looking forward to Met-Help's response
on
this issues.
Ho-Chun Huang
IMSG at NOAA/NWS/NCEP/EMC
5830 University Research Ct., Rm. 2792
College Park, MD 20740
Ho-Chun.Huang at noaa.gov <Joe.Smith at noaa.gov>
301-683-3958
On Thu, Dec 26, 2019 at 12:37 PM Minna Win via RT <met_help at ucar.edu>
wrote:
> Hello Ho Chun,
>
> I just verified that your previous ticket , rt.rap.ucar.edu #93563
has
> been
> re-opened, and is displaying as an 'open' issue. I will close this
new
> ticket, since it is a duplicate. Randy Bullock is still the
assignee to
> the re-opened ticket.
> Please let us know if there is anything else you need from us.
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax: 303-497-8401
>
>
>
> On Thu, Dec 26, 2019 at 6:59 AM Ho-Chun Huang - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
> >
> > Thu Dec 26 06:58:53 2019: Request 93598 was acted upon.
> > Transaction: Ticket created by ho-chun.huang at noaa.gov
> > Queue: met_help
> > Subject: report problem for regrid_data_plane Smoke_AOD and
Dust_AOD
> > Owner: Nobody
> > Requestors: ho-chun.huang at noaa.gov
> > Status: new
> > Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=93598 >
> >
> >
> > To Whom It May Concern:
> >
> > The ticket I sent previously seems to be closed by Randy [please
refer to
> > rt.rap.ucar.edu #93563 ]. I asked to keep it open but did not get
a
> > response. Thus I am going to create a new ticket, that combines
two
> > findings I sent previously. If there is a duplication of the same
issue,
> > please close all previous ones and keep current one open. Sorry
for the
> > confusion.
> >
> > ===========Report START=========================================
> > John has asked me to check the user guide and regrid_data_plane
ADP
> > function at bi-wwekly MET user's meeting with NCEP.
> >
> > I found there is a description of using ADP file in v9.0 beta
user's
> > guide. I can produce the Smoke_AOD and Dust_AOD in model grid
with the
> > new capability.
> >
> > While trying to produce the same products by IDL code to verify
the MET
> > produced Smoke_AOD and Dust_AOD,* I discovered a bug in NESDIS's
ADP read
> > code and please update your code [action1]. *There is also an
issue for
> the
> > enhanced regrid_data_plane capability generating variables
AOD_Smoke and
> > AOD_Dust as reported below, *please also check your code before
the MET
> > 9.0 release. [action 2]*
> >
> > *(OLD)*
> > ; bit 6 (sunglint)
> > tmp_mask=DQF
> > idx = WHERE(((tmp_mask AND 64) EQ 64), COMPLEMENT=cidx, nc)
> >
> > *IF nc GT 0 THEN smoke_con[idx] = 0IF nc GT 0 THEN dust_con[idx] =
0*
> >
> > ;Byte1, bit7 (solar and satellite angles)
> > tmp_mask=DQF
> > idx = WHERE(((tmp_mask AND 128) EQ 128), COMPLEMENT=cidx, nc)
> > *IF nc GT 0 THEN dust_con[idx] = 0*
> >
> > *(NEW and Correct one)*
> > ; bit 6 (sunglint)
> > tmp_mask=DQF
> > idx = WHERE(((tmp_mask AND 64) EQ 64), COMPLEMENT=cidx, nc)
> > IF nc GT 0 THEN dust_con[idx] = 0
> >
> > ;Byte1, bit7 (solar and satellite angles)
> > tmp_mask=DQF
> > idx = WHERE(((tmp_mask AND 128) EQ 128), COMPLEMENT=cidx, nc)
> > IF nc GT 0 THEN dust_con[idx] = 0
> > IF nc GT 0 THEN smoke_con[idx] = 0
> >
> > I also want to point out that from AOD files
> >
> >
> > *high quality AOD is quality flag=0 medium quality AOD is quality
> > flag=0,1low quality AOD is quality flag=0,1,2*
> >
> > From ADP files
> >
> >
> > *Smoke/Dust Mask high confidence flag=3Smoke/Dust Mask medium
confidence
> > flag=2Smoke/Dust Mask low confidence flag=1*
> > This is my logic [of idl code] for your reference, g16dqf is AOD
quality
> > flag value;
> > if aodqf eq 0L then begin ;; high quality smoke_aod or
> dust_aod
> > index_smoke=where(g16dqf eq 0L and smoke_mask eq 3,
> nidx_smoke)
> > index_dust=where(g16dqf eq 0L and dust_mask eq 3,
nidx_dust)
> > strDQF='DQF=0'
> > strfile='high'
> > endif else begin
> > if aodqf eq 1L then begin ;; medium quality
smoke_aod or
> > dust_aod
> > index_smoke=where(g16dqf le 1L and smoke_mask ge 2,
> > nidx_smoke)
> > index_dust=where(g16dqf le 1L and dust_mask ge 2,
> nidx_dust)
> > strDQF='DQF=0 or DQF=1'
> > strfile='medium'
> > endif else begin ;; low quality smoke_aod or
dust_aod
> > index_smoke=where(g16dqf le 2L and smoke_mask ge 1,
> > nidx_smoke)
> > index_dust=where(g16dqf le 2L and dust_mask ge 1,
> nidx_dust)
> > strDQF='DQF=0 or DQF=1 or DQF=2'
> > strfile='low'
> > endelse
> > endelse
> >
> > I use idl program to plot out Smoke_AOD and Dust_AOD in pixel
scale.
> There
> > is no high quality Dust_AOD pixel for any hour on 2019 08 01. But
the
> > regrid_data_plane did generate high quality Dust_AOD regrided to
hysplit
> > model grid, e.g., 20190801 12Z (see below}. *Please double
check with
> > your logic for the Smoke_AOD and Dust_AOD.*
> > [image: image.png]
> > The raw AOD /ADP data files can be found
> > in /gpfs/dell2/emc/modeling/noscrub/Ho-
Chun.Huang/GOES16_AOD/AOD/20190801
> > & /gpfs/dell2/emc/modeling/noscrub/Ho-
Chun.Huang/GOES16_AOD/ADP/20190801
> >
> > The output of regrid_data_plane can be found at
> >
> >
> /gpfs/dell2/emc/modeling/noscrub/Ho-
Chun.Huang/GOES16_AOD/REGRID_DUSTAOD/hysplit.20190801/
> >
> > This is the command I used to generate Dust_AOD, for high quality
> ${value}
> > =0, medium quality ${value}=0,1 and low quality ${value}=0,1,2
> >
> >
> > *regrid_data_plane ${aod_file} ${model_file} ${out_file} -field
> > 'name="AOD_Dust"; level="(*,*)";' -method UW_MEAN -v 1 -qc
${value} -adp
> > ${adp_file}*
> >
> > The paired AOD/ADP data files I used is
> > AOD file list : [
> > 'OR_ABI-L2-AODC-M6_G16_s20192131001462_e20192131004235_
> c20192131006286.nc
> > ',
> > 'OR_ABI-L2-AODC-M6_G16_s20192131101462_e20192131104235_
> c20192131106330.nc
> > ',
> > 'OR_ABI-L2-AODC-M6_G16_s20192131201463_e20192131204236_
> c20192131206488.nc
> > ',
> > 'OR_ABI-L2-AODC-M6_G16_s20192131301463_e20192131304236_
> c20192131310411.nc
> > ',
> > 'OR_ABI-L2-AODC-M6_G16_s20192131401464_e20192131404237_
> c20192131406525.nc
> > ',
> > 'OR_ABI-L2-AODC-M6_G16_s20192131501465_e20192131504238_
> c20192131507134.nc
> > ',
> > 'OR_ABI-L2-AODC-M6_G16_s20192131601465_e20192131604238_
> c20192131607142.nc
> > ',
> > 'OR_ABI-L2-AODC-M6_G16_s20192131701466_e20192131704239_
> c20192131706505.nc
> > ',
> > 'OR_ABI-L2-AODC-M6_G16_s20192131801466_e20192131804239_
> c20192131806515.nc
> > ',
> > 'OR_ABI-L2-AODC-M6_G16_s20192131901467_e20192131904240_
> c20192131907243.nc
> > ',
> > 'OR_ABI-L2-AODC-M6_G16_s20192132001468_e20192132004241_
> c20192132006505.nc
> > ',
> > 'OR_ABI-L2-AODC-M6_G16_s20192132101468_e20192132104241_
> c20192132106420.nc
> > ',
> > 'OR_ABI-L2-AODC-M6_G16_s20192132201469_e20192132204242_
> c20192132206426.nc
> > ',
> > 'OR_ABI-L2-AODC-M6_G16_s20192132301469_e20192132304242_
> c20192132306098.nc'
> > ]
> > ADP file list : [
> > 'OR_ABI-L2-ADPC-M6_G16_s20192131001462_e20192131004235_
> c20192131005097.nc
> > ',
> > 'OR_ABI-L2-ADPC-M6_G16_s20192131101462_e20192131104235_
> c20192131105086.nc
> > ',
> > 'OR_ABI-L2-ADPC-M6_G16_s20192131201463_e20192131204236_
> c20192131205129.nc
> > ',
> > 'OR_ABI-L2-ADPC-M6_G16_s20192131301463_e20192131304236_
> c20192131305192.nc
> > ',
> > 'OR_ABI-L2-ADPC-M6_G16_s20192131401464_e20192131404237_
> c20192131405164.nc
> > ',
> > 'OR_ABI-L2-ADPC-M6_G16_s20192131501465_e20192131504238_
> c20192131505170.nc
> > ',
> > 'OR_ABI-L2-ADPC-M6_G16_s20192131601465_e20192131604238_
> c20192131605172.nc
> > ',
> > 'OR_ABI-L2-ADPC-M6_G16_s20192131701466_e20192131704239_
> c20192131705169.nc
> > ',
> > 'OR_ABI-L2-ADPC-M6_G16_s20192131801466_e20192131804239_
> c20192131805131.nc
> > ',
> > 'OR_ABI-L2-ADPC-M6_G16_s20192131901467_e20192131904240_
> c20192131905128.nc
> > ',
> > 'OR_ABI-L2-ADPC-M6_G16_s20192132001468_e20192132004241_
> c20192132005202.nc
> > ',
> > 'OR_ABI-L2-ADPC-M6_G16_s20192132101468_e20192132104241_
> c20192132105138.nc
> > ',
> > 'OR_ABI-L2-ADPC-M6_G16_s20192132201469_e20192132204242_
> c20192132205197.nc
> > ',
> > 'OR_ABI-L2-ADPC-M6_G16_s20192132301469_e20192132304242_
> c20192132305153.nc'
> > ]
> >
> >
> >
> > Ho-Chun Huang
> >
> > IMSG at NOAA/NWS/NCEP/EMC
> >
> > 5830 University Research Ct., Rm. 2792
> >
> > College Park, MD 20740
> >
> > Ho-Chun.Huang at noaa.gov <Joe.Smith at noaa.gov>
> >
> > 301-683-3958
> >
> >
>
>
------------------------------------------------
Subject: report problem for regrid_data_plane Smoke_AOD and Dust_AOD
From: Ho-Chun Huang - NOAA Affiliate
Time: Mon Jan 27 11:18:16 2020
To Whom It May Concern:
I mis-sopke the github issues web page at the user's meeting today.
It is
the ticket number link I received. 93598
I also want to make sure you include my input to this ticket or on
GitHub
issues.
I use idl program to plot out Smoke_AOD and Dust_AOD in pixel scale.
There
is no high quality Dust_AOD pixel for any hour on 2019 08 01. But the
regrid_data_plane did generate high quality Dust_AOD regrided to
hysplit
model grid, e.g., 20190801 12Z (see below}.
*Please double check withyour logic for the Smoke_AOD and Dust_AOD.*
The raw AOD /ADP data files can be found
in /gpfs/dell2/emc/modeling/noscrub/Ho-
Chun.Huang/GOES16_AOD/AOD/20190801
& /gpfs/dell2/emc/modeling/noscrub/Ho-
Chun.Huang/GOES16_AOD/ADP/20190801
The output of regrid_data_plane can be found at
/gpfs/dell2/emc/modeling/noscrub/Ho-
Chun.Huang/GOES16_AOD/REGRID_DUSTAOD/hysplit.20190801/
This is the command I used to generate Dust_AOD, for high quality
${value}
=0, medium quality ${value}=0,1 and low quality ${value}=0,1,2
*regrid_data_plane ${aod_file} ${model_file} ${out_file} -field
'name="AOD_Dust"; level="(*,*)";' -method UW_MEAN -v 1 -qc ${value}
-adp
${adp_file}*
The paired AOD/ADP data files I used is
AOD file list : [
'OR_ABI-L2-AODC-
M6_G16_s20192131001462_e20192131004235_c20192131006286.nc',
'OR_ABI-L2-AODC-
M6_G16_s20192131101462_e20192131104235_c20192131106330.nc',
'OR_ABI-L2-AODC-
M6_G16_s20192131201463_e20192131204236_c20192131206488.nc',
'OR_ABI-L2-AODC-
M6_G16_s20192131301463_e20192131304236_c20192131310411.nc',
'OR_ABI-L2-AODC-
M6_G16_s20192131401464_e20192131404237_c20192131406525.nc',
'OR_ABI-L2-AODC-
M6_G16_s20192131501465_e20192131504238_c20192131507134.nc',
'OR_ABI-L2-AODC-
M6_G16_s20192131601465_e20192131604238_c20192131607142.nc',
'OR_ABI-L2-AODC-
M6_G16_s20192131701466_e20192131704239_c20192131706505.nc',
'OR_ABI-L2-AODC-
M6_G16_s20192131801466_e20192131804239_c20192131806515.nc',
'OR_ABI-L2-AODC-
M6_G16_s20192131901467_e20192131904240_c20192131907243.nc',
'OR_ABI-L2-AODC-
M6_G16_s20192132001468_e20192132004241_c20192132006505.nc',
'OR_ABI-L2-AODC-
M6_G16_s20192132101468_e20192132104241_c20192132106420.nc',
'OR_ABI-L2-AODC-
M6_G16_s20192132201469_e20192132204242_c20192132206426.nc',
'OR_ABI-L2-AODC-
M6_G16_s20192132301469_e20192132304242_c20192132306098.nc' ]
ADP file list : [
'OR_ABI-L2-ADPC-
M6_G16_s20192131001462_e20192131004235_c20192131005097.nc',
'OR_ABI-L2-ADPC-
M6_G16_s20192131101462_e20192131104235_c20192131105086.nc',
'OR_ABI-L2-ADPC-
M6_G16_s20192131201463_e20192131204236_c20192131205129.nc',
'OR_ABI-L2-ADPC-
M6_G16_s20192131301463_e20192131304236_c20192131305192.nc',
'OR_ABI-L2-ADPC-
M6_G16_s20192131401464_e20192131404237_c20192131405164.nc',
'OR_ABI-L2-ADPC-
M6_G16_s20192131501465_e20192131504238_c20192131505170.nc',
'OR_ABI-L2-ADPC-
M6_G16_s20192131601465_e20192131604238_c20192131605172.nc',
'OR_ABI-L2-ADPC-
M6_G16_s20192131701466_e20192131704239_c20192131705169.nc',
'OR_ABI-L2-ADPC-
M6_G16_s20192131801466_e20192131804239_c20192131805131.nc',
'OR_ABI-L2-ADPC-
M6_G16_s20192131901467_e20192131904240_c20192131905128.nc',
'OR_ABI-L2-ADPC-
M6_G16_s20192132001468_e20192132004241_c20192132005202.nc',
'OR_ABI-L2-ADPC-
M6_G16_s20192132101468_e20192132104241_c20192132105138.nc',
'OR_ABI-L2-ADPC-
M6_G16_s20192132201469_e20192132204242_c20192132205197.nc',
'OR_ABI-L2-ADPC-
M6_G16_s20192132301469_e20192132304242_c20192132305153.nc'
]
Ho-Chun Huang
IMSG at NOAA/NWS/NCEP/EMC
5830 University Research Ct., Rm. 2792
College Park, MD 20740
Ho-Chun.Huang at noaa.gov <Joe.Smith at noaa.gov>
301-683-3958
On Wed, Jan 22, 2020 at 11:51 AM Howard Soh via RT <met_help at ucar.edu>
wrote:
> The new ticket
(https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=93598)
> was created. I will close this.
>
> Cheers,
> Howard
>
> On Tue Dec 24 09:49:00 2019, ho-chun.huang at noaa.gov wrote:
> > Hi, Randy:
> >
> > This is pending to be resolved. My Subject title may be miss
leading.
> > This is the new finding related to the old GITHUB issues that has
been
> > closed.
> >
> > Either you want to reopen old GitHUB issue or create a new GITHUB
issue.
> > There might be some error for MET 9.0 beta version.
> > I sent additional information to rt.rap.ucar.edu #93563 today
> >
> >
> > Ho-Chun Huang
> >
> > IMSG at NOAA/NWS/NCEP/EMC
> >
> > 5830 University Research Ct., Rm. 2792
> >
> > College Park, MD 20740
> >
> > Ho-Chun.Huang at noaa.gov <Joe.Smith at noaa.gov>
> >
> > 301-683-3958
> >
> >
> > On Tue, Dec 24, 2019 at 11:42 AM Randy Bullock via RT
<met_help at ucar.edu
> >
> > wrote:
> >
> > > According to our records, your request has been resolved. If you
have
> any
> > > further questions or concerns, please respond to this message.
> > >
>
>
>
>
------------------------------------------------
Subject: report problem for regrid_data_plane Smoke_AOD and Dust_AOD
From: John Halley Gotway
Time: Mon Jan 27 14:23:41 2020
Ho-Chun,
FYI, I just pulled these sample files over from WCOSS for Howard to
use in
testing. He's taking a look at this issue today.
Thanks,
John
On Mon, Jan 27, 2020 at 11:19 AM Ho-Chun Huang - NOAA Affiliate via RT
<
met_help at ucar.edu> wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=93598 >
>
> To Whom It May Concern:
>
> I mis-sopke the github issues web page at the user's meeting today.
It is
> the ticket number link I received. 93598
>
> I also want to make sure you include my input to this ticket or on
GitHub
> issues.
>
> I use idl program to plot out Smoke_AOD and Dust_AOD in pixel scale.
There
> is no high quality Dust_AOD pixel for any hour on 2019 08 01. But
the
> regrid_data_plane did generate high quality Dust_AOD regrided to
hysplit
> model grid, e.g., 20190801 12Z (see below}.
> *Please double check withyour logic for the Smoke_AOD and Dust_AOD.*
>
> The raw AOD /ADP data files can be found
> in /gpfs/dell2/emc/modeling/noscrub/Ho-
Chun.Huang/GOES16_AOD/AOD/20190801
> & /gpfs/dell2/emc/modeling/noscrub/Ho-
Chun.Huang/GOES16_AOD/ADP/20190801
>
> The output of regrid_data_plane can be found at
>
> /gpfs/dell2/emc/modeling/noscrub/Ho-
Chun.Huang/GOES16_AOD/REGRID_DUSTAOD/hysplit.20190801/
>
> This is the command I used to generate Dust_AOD, for high quality
${value}
> =0, medium quality ${value}=0,1 and low quality ${value}=0,1,2
>
>
> *regrid_data_plane ${aod_file} ${model_file} ${out_file} -field
> 'name="AOD_Dust"; level="(*,*)";' -method UW_MEAN -v 1 -qc ${value}
-adp
> ${adp_file}*
>
> The paired AOD/ADP data files I used is
> AOD file list : [
> 'OR_ABI-L2-AODC-
M6_G16_s20192131001462_e20192131004235_c20192131006286.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131101462_e20192131104235_c20192131106330.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131201463_e20192131204236_c20192131206488.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131301463_e20192131304236_c20192131310411.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131401464_e20192131404237_c20192131406525.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131501465_e20192131504238_c20192131507134.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131601465_e20192131604238_c20192131607142.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131701466_e20192131704239_c20192131706505.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131801466_e20192131804239_c20192131806515.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192131901467_e20192131904240_c20192131907243.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192132001468_e20192132004241_c20192132006505.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192132101468_e20192132104241_c20192132106420.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192132201469_e20192132204242_c20192132206426.nc
> ',
> 'OR_ABI-L2-AODC-
M6_G16_s20192132301469_e20192132304242_c20192132306098.nc'
> ]
> ADP file list : [
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131001462_e20192131004235_c20192131005097.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131101462_e20192131104235_c20192131105086.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131201463_e20192131204236_c20192131205129.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131301463_e20192131304236_c20192131305192.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131401464_e20192131404237_c20192131405164.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131501465_e20192131504238_c20192131505170.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131601465_e20192131604238_c20192131605172.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131701466_e20192131704239_c20192131705169.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131801466_e20192131804239_c20192131805131.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192131901467_e20192131904240_c20192131905128.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192132001468_e20192132004241_c20192132005202.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192132101468_e20192132104241_c20192132105138.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192132201469_e20192132204242_c20192132205197.nc
> ',
> 'OR_ABI-L2-ADPC-
M6_G16_s20192132301469_e20192132304242_c20192132305153.nc'
> ]
>
>
>
> Ho-Chun Huang
>
> IMSG at NOAA/NWS/NCEP/EMC
>
> 5830 University Research Ct., Rm. 2792
>
> College Park, MD 20740
>
> Ho-Chun.Huang at noaa.gov <Joe.Smith at noaa.gov>
>
> 301-683-3958
>
>
> On Wed, Jan 22, 2020 at 11:51 AM Howard Soh via RT
<met_help at ucar.edu>
> wrote:
>
> > The new ticket
(https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=93598)
> > was created. I will close this.
> >
> > Cheers,
> > Howard
> >
> > On Tue Dec 24 09:49:00 2019, ho-chun.huang at noaa.gov wrote:
> > > Hi, Randy:
> > >
> > > This is pending to be resolved. My Subject title may be miss
leading.
> > > This is the new finding related to the old GITHUB issues that
has been
> > > closed.
> > >
> > > Either you want to reopen old GitHUB issue or create a new
GITHUB
> issue.
> > > There might be some error for MET 9.0 beta version.
> > > I sent additional information to rt.rap.ucar.edu #93563 today
> > >
> > >
> > > Ho-Chun Huang
> > >
> > > IMSG at NOAA/NWS/NCEP/EMC
> > >
> > > 5830 University Research Ct., Rm. 2792
> > >
> > > College Park, MD 20740
> > >
> > > Ho-Chun.Huang at noaa.gov <Joe.Smith at noaa.gov>
> > >
> > > 301-683-3958
> > >
> > >
> > > On Tue, Dec 24, 2019 at 11:42 AM Randy Bullock via RT <
> met_help at ucar.edu
> > >
> > > wrote:
> > >
> > > > According to our records, your request has been resolved. If
you have
> > any
> > > > further questions or concerns, please respond to this message.
> > > >
> >
> >
> >
> >
>
>
------------------------------------------------
Subject: report problem for regrid_data_plane Smoke_AOD and Dust_AOD
From: Howard Soh
Time: Wed Apr 01 12:29:42 2020
I would like to close this ticket.
MET-9.0 was corrected on handling QC values (high, medium, and low) of
ADP variables. Please submit a new ticket if QC value handling for
AOD/ADP variables at MET 9.0 is not correct.
Cheers,
Howard
On Mon Jan 27 14:23:41 2020, johnhg wrote:
> Ho-Chun,
>
> FYI, I just pulled these sample files over from WCOSS for Howard to
> use in
> testing. He's taking a look at this issue today.
>
> Thanks,
> John
>
> On Mon, Jan 27, 2020 at 11:19 AM Ho-Chun Huang - NOAA Affiliate via
RT
> <
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=93598 >
> >
> > To Whom It May Concern:
> >
> > I mis-sopke the github issues web page at the user's meeting
today.
> > It is
> > the ticket number link I received. 93598
> >
> > I also want to make sure you include my input to this ticket or on
> > GitHub
> > issues.
> >
> > I use idl program to plot out Smoke_AOD and Dust_AOD in pixel
scale.
> > There
> > is no high quality Dust_AOD pixel for any hour on 2019 08 01. But
> > the
> > regrid_data_plane did generate high quality Dust_AOD regrided to
> > hysplit
> > model grid, e.g., 20190801 12Z (see below}.
> > *Please double check withyour logic for the Smoke_AOD and
Dust_AOD.*
> >
> > The raw AOD /ADP data files can be found
> > in /gpfs/dell2/emc/modeling/noscrub/Ho-
> > Chun.Huang/GOES16_AOD/AOD/20190801
> > & /gpfs/dell2/emc/modeling/noscrub/Ho-
> > Chun.Huang/GOES16_AOD/ADP/20190801
> >
> > The output of regrid_data_plane can be found at
> >
> > /gpfs/dell2/emc/modeling/noscrub/Ho-
> > Chun.Huang/GOES16_AOD/REGRID_DUSTAOD/hysplit.20190801/
> >
> > This is the command I used to generate Dust_AOD, for high quality
> > ${value}
> > =0, medium quality ${value}=0,1 and low quality ${value}=0,1,2
> >
> >
> > *regrid_data_plane ${aod_file} ${model_file} ${out_file} -field
> > 'name="AOD_Dust"; level="(*,*)";' -method UW_MEAN -v 1 -qc
${value}
> > -adp
> > ${adp_file}*
> >
> > The paired AOD/ADP data files I used is
> > AOD file list : [
> > 'OR_ABI-L2-AODC-
> > M6_G16_s20192131001462_e20192131004235_c20192131006286.nc
> > ',
> > 'OR_ABI-L2-AODC-
> > M6_G16_s20192131101462_e20192131104235_c20192131106330.nc
> > ',
> > 'OR_ABI-L2-AODC-
> > M6_G16_s20192131201463_e20192131204236_c20192131206488.nc
> > ',
> > 'OR_ABI-L2-AODC-
> > M6_G16_s20192131301463_e20192131304236_c20192131310411.nc
> > ',
> > 'OR_ABI-L2-AODC-
> > M6_G16_s20192131401464_e20192131404237_c20192131406525.nc
> > ',
> > 'OR_ABI-L2-AODC-
> > M6_G16_s20192131501465_e20192131504238_c20192131507134.nc
> > ',
> > 'OR_ABI-L2-AODC-
> > M6_G16_s20192131601465_e20192131604238_c20192131607142.nc
> > ',
> > 'OR_ABI-L2-AODC-
> > M6_G16_s20192131701466_e20192131704239_c20192131706505.nc
> > ',
> > 'OR_ABI-L2-AODC-
> > M6_G16_s20192131801466_e20192131804239_c20192131806515.nc
> > ',
> > 'OR_ABI-L2-AODC-
> > M6_G16_s20192131901467_e20192131904240_c20192131907243.nc
> > ',
> > 'OR_ABI-L2-AODC-
> > M6_G16_s20192132001468_e20192132004241_c20192132006505.nc
> > ',
> > 'OR_ABI-L2-AODC-
> > M6_G16_s20192132101468_e20192132104241_c20192132106420.nc
> > ',
> > 'OR_ABI-L2-AODC-
> > M6_G16_s20192132201469_e20192132204242_c20192132206426.nc
> > ',
> > 'OR_ABI-L2-AODC-
> > M6_G16_s20192132301469_e20192132304242_c20192132306098.nc'
> > ]
> > ADP file list : [
> > 'OR_ABI-L2-ADPC-
> > M6_G16_s20192131001462_e20192131004235_c20192131005097.nc
> > ',
> > 'OR_ABI-L2-ADPC-
> > M6_G16_s20192131101462_e20192131104235_c20192131105086.nc
> > ',
> > 'OR_ABI-L2-ADPC-
> > M6_G16_s20192131201463_e20192131204236_c20192131205129.nc
> > ',
> > 'OR_ABI-L2-ADPC-
> > M6_G16_s20192131301463_e20192131304236_c20192131305192.nc
> > ',
> > 'OR_ABI-L2-ADPC-
> > M6_G16_s20192131401464_e20192131404237_c20192131405164.nc
> > ',
> > 'OR_ABI-L2-ADPC-
> > M6_G16_s20192131501465_e20192131504238_c20192131505170.nc
> > ',
> > 'OR_ABI-L2-ADPC-
> > M6_G16_s20192131601465_e20192131604238_c20192131605172.nc
> > ',
> > 'OR_ABI-L2-ADPC-
> > M6_G16_s20192131701466_e20192131704239_c20192131705169.nc
> > ',
> > 'OR_ABI-L2-ADPC-
> > M6_G16_s20192131801466_e20192131804239_c20192131805131.nc
> > ',
> > 'OR_ABI-L2-ADPC-
> > M6_G16_s20192131901467_e20192131904240_c20192131905128.nc
> > ',
> > 'OR_ABI-L2-ADPC-
> > M6_G16_s20192132001468_e20192132004241_c20192132005202.nc
> > ',
> > 'OR_ABI-L2-ADPC-
> > M6_G16_s20192132101468_e20192132104241_c20192132105138.nc
> > ',
> > 'OR_ABI-L2-ADPC-
> > M6_G16_s20192132201469_e20192132204242_c20192132205197.nc
> > ',
> > 'OR_ABI-L2-ADPC-
> > M6_G16_s20192132301469_e20192132304242_c20192132305153.nc'
> > ]
> >
> >
> >
> > Ho-Chun Huang
> >
> > IMSG at NOAA/NWS/NCEP/EMC
> >
> > 5830 University Research Ct., Rm. 2792
> >
> > College Park, MD 20740
> >
> > Ho-Chun.Huang at noaa.gov <Joe.Smith at noaa.gov>
> >
> > 301-683-3958
> >
> >
> > On Wed, Jan 22, 2020 at 11:51 AM Howard Soh via RT
> > <met_help at ucar.edu>
> > wrote:
> >
> > > The new ticket
> > > (https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=93598)
> > > was created. I will close this.
> > >
> > > Cheers,
> > > Howard
> > >
> > > On Tue Dec 24 09:49:00 2019, ho-chun.huang at noaa.gov wrote:
> > > > Hi, Randy:
> > > >
> > > > This is pending to be resolved. My Subject title may be miss
> > > > leading.
> > > > This is the new finding related to the old GITHUB issues that
has
> > > > been
> > > > closed.
> > > >
> > > > Either you want to reopen old GitHUB issue or create a new
GITHUB
> > issue.
> > > > There might be some error for MET 9.0 beta version.
> > > > I sent additional information to rt.rap.ucar.edu #93563 today
> > > >
> > > >
> > > > Ho-Chun Huang
> > > >
> > > > IMSG at NOAA/NWS/NCEP/EMC
> > > >
> > > > 5830 University Research Ct., Rm. 2792
> > > >
> > > > College Park, MD 20740
> > > >
> > > > Ho-Chun.Huang at noaa.gov <Joe.Smith at noaa.gov>
> > > >
> > > > 301-683-3958
> > > >
> > > >
> > > > On Tue, Dec 24, 2019 at 11:42 AM Randy Bullock via RT <
> > met_help at ucar.edu
> > > >
> > > > wrote:
> > > >
> > > > > According to our records, your request has been resolved. If
> > > > > you have
> > > any
> > > > > further questions or concerns, please respond to this
message.
> > > > >
> > >
> > >
> > >
> > >
> >
> >
------------------------------------------------
Subject: report problem for regrid_data_plane Smoke_AOD and Dust_AOD
From: Ho-Chun Huang - NOAA Affiliate
Time: Wed Apr 01 12:44:03 2020
Hi, Howard:
Okay. Sorry I haven't got time to check it again. Will send ticket
if I
found anything wrong.
Ho-Chun Huang
IMSG at NOAA/NWS/NCEP/EMC
5830 University Research Ct., Rm. 2792
College Park, MD 20740
Ho-Chun.Huang at noaa.gov <Joe.Smith at noaa.gov>
301-683-3958
On Wed, Apr 1, 2020 at 2:29 PM Howard Soh via RT <met_help at ucar.edu>
wrote:
> I would like to close this ticket.
>
> MET-9.0 was corrected on handling QC values (high, medium, and low)
of ADP
> variables. Please submit a new ticket if QC value handling for
AOD/ADP
> variables at MET 9.0 is not correct.
>
> Cheers,
> Howard
>
>
> On Mon Jan 27 14:23:41 2020, johnhg wrote:
> > Ho-Chun,
> >
> > FYI, I just pulled these sample files over from WCOSS for Howard
to
> > use in
> > testing. He's taking a look at this issue today.
> >
> > Thanks,
> > John
> >
> > On Mon, Jan 27, 2020 at 11:19 AM Ho-Chun Huang - NOAA Affiliate
via RT
> > <
> > met_help at ucar.edu> wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=93598 >
> > >
> > > To Whom It May Concern:
> > >
> > > I mis-sopke the github issues web page at the user's meeting
today.
> > > It is
> > > the ticket number link I received. 93598
> > >
> > > I also want to make sure you include my input to this ticket or
on
> > > GitHub
> > > issues.
> > >
> > > I use idl program to plot out Smoke_AOD and Dust_AOD in pixel
scale.
> > > There
> > > is no high quality Dust_AOD pixel for any hour on 2019 08 01.
But
> > > the
> > > regrid_data_plane did generate high quality Dust_AOD regrided to
> > > hysplit
> > > model grid, e.g., 20190801 12Z (see below}.
> > > *Please double check withyour logic for the Smoke_AOD and
Dust_AOD.*
> > >
> > > The raw AOD /ADP data files can be found
> > > in /gpfs/dell2/emc/modeling/noscrub/Ho-
> > > Chun.Huang/GOES16_AOD/AOD/20190801
> > > & /gpfs/dell2/emc/modeling/noscrub/Ho-
> > > Chun.Huang/GOES16_AOD/ADP/20190801
> > >
> > > The output of regrid_data_plane can be found at
> > >
> > > /gpfs/dell2/emc/modeling/noscrub/Ho-
> > > Chun.Huang/GOES16_AOD/REGRID_DUSTAOD/hysplit.20190801/
> > >
> > > This is the command I used to generate Dust_AOD, for high
quality
> > > ${value}
> > > =0, medium quality ${value}=0,1 and low quality ${value}=0,1,2
> > >
> > >
> > > *regrid_data_plane ${aod_file} ${model_file} ${out_file} -field
> > > 'name="AOD_Dust"; level="(*,*)";' -method UW_MEAN -v 1 -qc
${value}
> > > -adp
> > > ${adp_file}*
> > >
> > > The paired AOD/ADP data files I used is
> > > AOD file list : [
> > > 'OR_ABI-L2-AODC-
> > > M6_G16_s20192131001462_e20192131004235_c20192131006286.nc
> > > ',
> > > 'OR_ABI-L2-AODC-
> > > M6_G16_s20192131101462_e20192131104235_c20192131106330.nc
> > > ',
> > > 'OR_ABI-L2-AODC-
> > > M6_G16_s20192131201463_e20192131204236_c20192131206488.nc
> > > ',
> > > 'OR_ABI-L2-AODC-
> > > M6_G16_s20192131301463_e20192131304236_c20192131310411.nc
> > > ',
> > > 'OR_ABI-L2-AODC-
> > > M6_G16_s20192131401464_e20192131404237_c20192131406525.nc
> > > ',
> > > 'OR_ABI-L2-AODC-
> > > M6_G16_s20192131501465_e20192131504238_c20192131507134.nc
> > > ',
> > > 'OR_ABI-L2-AODC-
> > > M6_G16_s20192131601465_e20192131604238_c20192131607142.nc
> > > ',
> > > 'OR_ABI-L2-AODC-
> > > M6_G16_s20192131701466_e20192131704239_c20192131706505.nc
> > > ',
> > > 'OR_ABI-L2-AODC-
> > > M6_G16_s20192131801466_e20192131804239_c20192131806515.nc
> > > ',
> > > 'OR_ABI-L2-AODC-
> > > M6_G16_s20192131901467_e20192131904240_c20192131907243.nc
> > > ',
> > > 'OR_ABI-L2-AODC-
> > > M6_G16_s20192132001468_e20192132004241_c20192132006505.nc
> > > ',
> > > 'OR_ABI-L2-AODC-
> > > M6_G16_s20192132101468_e20192132104241_c20192132106420.nc
> > > ',
> > > 'OR_ABI-L2-AODC-
> > > M6_G16_s20192132201469_e20192132204242_c20192132206426.nc
> > > ',
> > > 'OR_ABI-L2-AODC-
> > > M6_G16_s20192132301469_e20192132304242_c20192132306098.nc'
> > > ]
> > > ADP file list : [
> > > 'OR_ABI-L2-ADPC-
> > > M6_G16_s20192131001462_e20192131004235_c20192131005097.nc
> > > ',
> > > 'OR_ABI-L2-ADPC-
> > > M6_G16_s20192131101462_e20192131104235_c20192131105086.nc
> > > ',
> > > 'OR_ABI-L2-ADPC-
> > > M6_G16_s20192131201463_e20192131204236_c20192131205129.nc
> > > ',
> > > 'OR_ABI-L2-ADPC-
> > > M6_G16_s20192131301463_e20192131304236_c20192131305192.nc
> > > ',
> > > 'OR_ABI-L2-ADPC-
> > > M6_G16_s20192131401464_e20192131404237_c20192131405164.nc
> > > ',
> > > 'OR_ABI-L2-ADPC-
> > > M6_G16_s20192131501465_e20192131504238_c20192131505170.nc
> > > ',
> > > 'OR_ABI-L2-ADPC-
> > > M6_G16_s20192131601465_e20192131604238_c20192131605172.nc
> > > ',
> > > 'OR_ABI-L2-ADPC-
> > > M6_G16_s20192131701466_e20192131704239_c20192131705169.nc
> > > ',
> > > 'OR_ABI-L2-ADPC-
> > > M6_G16_s20192131801466_e20192131804239_c20192131805131.nc
> > > ',
> > > 'OR_ABI-L2-ADPC-
> > > M6_G16_s20192131901467_e20192131904240_c20192131905128.nc
> > > ',
> > > 'OR_ABI-L2-ADPC-
> > > M6_G16_s20192132001468_e20192132004241_c20192132005202.nc
> > > ',
> > > 'OR_ABI-L2-ADPC-
> > > M6_G16_s20192132101468_e20192132104241_c20192132105138.nc
> > > ',
> > > 'OR_ABI-L2-ADPC-
> > > M6_G16_s20192132201469_e20192132204242_c20192132205197.nc
> > > ',
> > > 'OR_ABI-L2-ADPC-
> > > M6_G16_s20192132301469_e20192132304242_c20192132305153.nc'
> > > ]
> > >
> > >
> > >
> > > Ho-Chun Huang
> > >
> > > IMSG at NOAA/NWS/NCEP/EMC
> > >
> > > 5830 University Research Ct., Rm. 2792
> > >
> > > College Park, MD 20740
> > >
> > > Ho-Chun.Huang at noaa.gov <Joe.Smith at noaa.gov>
> > >
> > > 301-683-3958
> > >
> > >
> > > On Wed, Jan 22, 2020 at 11:51 AM Howard Soh via RT
> > > <met_help at ucar.edu>
> > > wrote:
> > >
> > > > The new ticket
> > > > (https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=93598)
> > > > was created. I will close this.
> > > >
> > > > Cheers,
> > > > Howard
> > > >
> > > > On Tue Dec 24 09:49:00 2019, ho-chun.huang at noaa.gov wrote:
> > > > > Hi, Randy:
> > > > >
> > > > > This is pending to be resolved. My Subject title may be
miss
> > > > > leading.
> > > > > This is the new finding related to the old GITHUB issues
that has
> > > > > been
> > > > > closed.
> > > > >
> > > > > Either you want to reopen old GitHUB issue or create a new
GITHUB
> > > issue.
> > > > > There might be some error for MET 9.0 beta version.
> > > > > I sent additional information to rt.rap.ucar.edu #93563
today
> > > > >
> > > > >
> > > > > Ho-Chun Huang
> > > > >
> > > > > IMSG at NOAA/NWS/NCEP/EMC
> > > > >
> > > > > 5830 University Research Ct., Rm. 2792
> > > > >
> > > > > College Park, MD 20740
> > > > >
> > > > > Ho-Chun.Huang at noaa.gov <Joe.Smith at noaa.gov>
> > > > >
> > > > > 301-683-3958
> > > > >
> > > > >
> > > > > On Tue, Dec 24, 2019 at 11:42 AM Randy Bullock via RT <
> > > met_help at ucar.edu
> > > > >
> > > > > wrote:
> > > > >
> > > > > > According to our records, your request has been resolved.
If
> > > > > > you have
> > > > any
> > > > > > further questions or concerns, please respond to this
message.
> > > > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
>
>
>
>
------------------------------------------------
More information about the Met_help
mailing list