[Met_help] [rt.rap.ucar.edu #94130] History for Keep MET 8.1 on WCOSS Mars/Venus for a period of time
Howard Soh via RT
met_help at ucar.edu
Wed Apr 1 13:55:16 MDT 2020
----------------------------------------------------------------
Initial Request
----------------------------------------------------------------
To John:
I will be on vacation this Thursday for about 4 weeks. I will try my best
to test new tool point2grid in the MET 9.0 beta3 for handling GOES-16 total
AOD, Smoke-AOD, and Dust-AOD before my international travel.
Since I am running near-real-time AOD regridding daily using MET 8.1,
before I can switch from regrid_data_plane to point2grid to handle GOES-16
AOD data please do not remove MET 8.1 from WCOSS (specific for Mars and
Venus).
Thank you for your help.
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: Keep MET 8.1 on WCOSS Mars/Venus for a period of time
From: Howard Soh
Time: Mon Feb 10 13:55:33 2020
Basically the command line options are the same with
regrid_data_plane.
regrid_data_plane does not support GOES 16/17 from MET 9.0 beta 3.
- Add "-adp <adp_file_name>" option
- Change the requesting variable name "ADO" to "AOD_Smoke" or
"AOD_Dust" (case sensitive).
Here is an example:
./bin/point2grid \
goes_16/OR_ABI-L2-AODC-
M6_G16_s20192662141196_e20192662143569_c20192662145547.nc \
G212 \
MET_test_output/regrid/point2grid_GOES_16_ADP.nc \
-field 'name="AOD_Smoke"; level="(*,*)";' \
-adp goes_16/OR_ABI-L2-ADPC-
M6_G16_s20192662141196_e20192662143569_c20192662144526.nc \
-qc 1,2 -method MAX \
-v 5
Other examples:
Requesting "AOD"
- without applying smoke/dust
- with high QC
./point2grid \
goes_16/OR_ABI-L2-AODC-
M3_G16_s20181341702215_e20181341704588_c20181341711418.nc \
G212 \
MET_test_output/regrid/point2grid_GOES_16_AOD_TO_G212_compute.nc
\
-field 'name="AOD"; level="(*,*)";' \
-qc 1 -method MAX \
-v 1
Requesting "AOD"
- without applying smoke/dust
- with high and medium QC
./point2grid \
goes_16/OR_ABI-L2-AODC-
M3_G16_s20181341702215_e20181341704588_c20181341711418.nc \
G212 \
MET_test_output/regrid/point2grid_GOES_16_AOD_TO_G212_compute.nc
\
-field 'name="AOD"; level="(*,*)";' \
-qc 1,2 -method MAX \
-v 1
Cheers,
Howard
On Mon Feb 10 11:17:34 2020, ho-chun.huang at noaa.gov wrote:
> To John:
>
> I will be on vacation this Thursday for about 4 weeks. I will try
my best
> to test new tool point2grid in the MET 9.0 beta3 for handling GOES-
16 total
> AOD, Smoke-AOD, and Dust-AOD before my international travel.
>
> Since I am running near-real-time AOD regridding daily using MET
8.1,
> before I can switch from regrid_data_plane to point2grid to handle
GOES-16
> AOD data please do not remove MET 8.1 from WCOSS (specific for Mars
and
> Venus).
>
> Thank you for your help.
>
> 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: Keep MET 8.1 on WCOSS Mars/Venus for a period of time
From: Ho-Chun Huang - NOAA Affiliate
Time: Wed Feb 12 13:52:45 2020
Hi,
I will be on vacation leave tomorrow till March 12 and I can not test
the
"point2grid" that handles GOES-16 AOD(s) regridding because MET 9.0
Beta3
has not been built on NOAA Mars.
Will work on this issue after my return in March 2020.
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 Mon, Feb 10, 2020 at 3:55 PM Howard Soh via RT <met_help at ucar.edu>
wrote:
> Basically the command line options are the same with
regrid_data_plane.
> regrid_data_plane does not support GOES 16/17 from MET 9.0 beta 3.
>
> - Add "-adp <adp_file_name>" option
> - Change the requesting variable name "ADO" to "AOD_Smoke" or
"AOD_Dust"
> (case sensitive).
>
> Here is an example:
>
> ./bin/point2grid \
> goes_16/OR_ABI-L2-AODC-M6_G16_s20192662141196_e20192662143569_
> c20192662145547.nc \
> G212 \
> MET_test_output/regrid/point2grid_GOES_16_ADP.nc \
> -field 'name="AOD_Smoke"; level="(*,*)";' \
> -adp goes_16/OR_ABI-L2-ADPC-
M6_G16_s20192662141196_e20192662143569_
> c20192662144526.nc \
> -qc 1,2 -method MAX \
> -v 5
>
> Other examples:
>
> Requesting "AOD"
> - without applying smoke/dust
> - with high QC
>
> ./point2grid \
> goes_16/OR_ABI-L2-AODC-M3_G16_s20181341702215_e20181341704588_
> c20181341711418.nc \
> G212 \
>
MET_test_output/regrid/point2grid_GOES_16_AOD_TO_G212_compute.nc \
> -field 'name="AOD"; level="(*,*)";' \
> -qc 1 -method MAX \
> -v 1
>
> Requesting "AOD"
> - without applying smoke/dust
> - with high and medium QC
>
> ./point2grid \
> goes_16/OR_ABI-L2-AODC-M3_G16_s20181341702215_e20181341704588_
> c20181341711418.nc \
> G212 \
>
MET_test_output/regrid/point2grid_GOES_16_AOD_TO_G212_compute.nc \
> -field 'name="AOD"; level="(*,*)";' \
> -qc 1,2 -method MAX \
> -v 1
>
> Cheers,
> Howard
>
>
> On Mon Feb 10 11:17:34 2020, ho-chun.huang at noaa.gov wrote:
> > To John:
> >
> > I will be on vacation this Thursday for about 4 weeks. I will try
my
> best
> > to test new tool point2grid in the MET 9.0 beta3 for handling
GOES-16
> total
> > AOD, Smoke-AOD, and Dust-AOD before my international travel.
> >
> > Since I am running near-real-time AOD regridding daily using MET
8.1,
> > before I can switch from regrid_data_plane to point2grid to handle
> GOES-16
> > AOD data please do not remove MET 8.1 from WCOSS (specific for
Mars and
> > Venus).
> >
> > Thank you for your help.
> >
> > 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: Keep MET 8.1 on WCOSS Mars/Venus for a period of time
From: Howard Soh
Time: Wed Apr 01 12:35:26 2020
I'm going to close this ticket.
The fix was included to MET 9.0.
Cheers,
Howard
On Wed Feb 12 13:52:45 2020, ho-chun.huang at noaa.gov wrote:
> Hi,
>
> I will be on vacation leave tomorrow till March 12 and I can not
test the
> "point2grid" that handles GOES-16 AOD(s) regridding because MET 9.0
Beta3
> has not been built on NOAA Mars.
>
> Will work on this issue after my return in March 2020.
>
> 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 Mon, Feb 10, 2020 at 3:55 PM Howard Soh via RT
<met_help at ucar.edu> wrote:
>
> > Basically the command line options are the same with
regrid_data_plane.
> > regrid_data_plane does not support GOES 16/17 from MET 9.0 beta 3.
> >
> > - Add "-adp <adp_file_name>" option
> > - Change the requesting variable name "ADO" to "AOD_Smoke" or
"AOD_Dust"
> > (case sensitive).
> >
> > Here is an example:
> >
> > ./bin/point2grid \
> > goes_16/OR_ABI-L2-AODC-
M6_G16_s20192662141196_e20192662143569_
> > c20192662145547.nc \
> > G212 \
> > MET_test_output/regrid/point2grid_GOES_16_ADP.nc \
> > -field 'name="AOD_Smoke"; level="(*,*)";' \
> > -adp goes_16/OR_ABI-L2-ADPC-
M6_G16_s20192662141196_e20192662143569_
> > c20192662144526.nc \
> > -qc 1,2 -method MAX \
> > -v 5
> >
> > Other examples:
> >
> > Requesting "AOD"
> > - without applying smoke/dust
> > - with high QC
> >
> > ./point2grid \
> > goes_16/OR_ABI-L2-AODC-
M3_G16_s20181341702215_e20181341704588_
> > c20181341711418.nc \
> > G212 \
> >
MET_test_output/regrid/point2grid_GOES_16_AOD_TO_G212_compute.nc \
> > -field 'name="AOD"; level="(*,*)";' \
> > -qc 1 -method MAX \
> > -v 1
> >
> > Requesting "AOD"
> > - without applying smoke/dust
> > - with high and medium QC
> >
> > ./point2grid \
> > goes_16/OR_ABI-L2-AODC-
M3_G16_s20181341702215_e20181341704588_
> > c20181341711418.nc \
> > G212 \
> >
MET_test_output/regrid/point2grid_GOES_16_AOD_TO_G212_compute.nc \
> > -field 'name="AOD"; level="(*,*)";' \
> > -qc 1,2 -method MAX \
> > -v 1
> >
> > Cheers,
> > Howard
> >
> >
> > On Mon Feb 10 11:17:34 2020, ho-chun.huang at noaa.gov wrote:
> > > To John:
> > >
> > > I will be on vacation this Thursday for about 4 weeks. I will
try my
> > best
> > > to test new tool point2grid in the MET 9.0 beta3 for handling
GOES-16
> > total
> > > AOD, Smoke-AOD, and Dust-AOD before my international travel.
> > >
> > > Since I am running near-real-time AOD regridding daily using MET
8.1,
> > > before I can switch from regrid_data_plane to point2grid to
handle
> > GOES-16
> > > AOD data please do not remove MET 8.1 from WCOSS (specific for
Mars and
> > > Venus).
> > >
> > > Thank you for your help.
> > >
> > > 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: Keep MET 8.1 on WCOSS Mars/Venus for a period of time
From: Ho-Chun Huang - NOAA Affiliate
Time: Wed Apr 01 12:44:43 2020
Please close the ticket. Thanks.
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:35 PM Howard Soh via RT <met_help at ucar.edu>
wrote:
> I'm going to close this ticket.
> The fix was included to MET 9.0.
>
> Cheers,
> Howard
>
> On Wed Feb 12 13:52:45 2020, ho-chun.huang at noaa.gov wrote:
> > Hi,
> >
> > I will be on vacation leave tomorrow till March 12 and I can not
test the
> > "point2grid" that handles GOES-16 AOD(s) regridding because MET
9.0
> Beta3
> > has not been built on NOAA Mars.
> >
> > Will work on this issue after my return in March 2020.
> >
> > 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 Mon, Feb 10, 2020 at 3:55 PM Howard Soh via RT
<met_help at ucar.edu>
> wrote:
> >
> > > Basically the command line options are the same with
regrid_data_plane.
> > > regrid_data_plane does not support GOES 16/17 from MET 9.0 beta
3.
> > >
> > > - Add "-adp <adp_file_name>" option
> > > - Change the requesting variable name "ADO" to "AOD_Smoke" or
> "AOD_Dust"
> > > (case sensitive).
> > >
> > > Here is an example:
> > >
> > > ./bin/point2grid \
> > > goes_16/OR_ABI-L2-AODC-
M6_G16_s20192662141196_e20192662143569_
> > > c20192662145547.nc \
> > > G212 \
> > > MET_test_output/regrid/point2grid_GOES_16_ADP.nc \
> > > -field 'name="AOD_Smoke"; level="(*,*)";' \
> > > -adp
> goes_16/OR_ABI-L2-ADPC-M6_G16_s20192662141196_e20192662143569_
> > > c20192662144526.nc \
> > > -qc 1,2 -method MAX \
> > > -v 5
> > >
> > > Other examples:
> > >
> > > Requesting "AOD"
> > > - without applying smoke/dust
> > > - with high QC
> > >
> > > ./point2grid \
> > > goes_16/OR_ABI-L2-AODC-
M3_G16_s20181341702215_e20181341704588_
> > > c20181341711418.nc \
> > > G212 \
> > >
MET_test_output/regrid/point2grid_GOES_16_AOD_TO_G212_compute.nc
> \
> > > -field 'name="AOD"; level="(*,*)";' \
> > > -qc 1 -method MAX \
> > > -v 1
> > >
> > > Requesting "AOD"
> > > - without applying smoke/dust
> > > - with high and medium QC
> > >
> > > ./point2grid \
> > > goes_16/OR_ABI-L2-AODC-
M3_G16_s20181341702215_e20181341704588_
> > > c20181341711418.nc \
> > > G212 \
> > >
MET_test_output/regrid/point2grid_GOES_16_AOD_TO_G212_compute.nc
> \
> > > -field 'name="AOD"; level="(*,*)";' \
> > > -qc 1,2 -method MAX \
> > > -v 1
> > >
> > > Cheers,
> > > Howard
> > >
> > >
> > > On Mon Feb 10 11:17:34 2020, ho-chun.huang at noaa.gov wrote:
> > > > To John:
> > > >
> > > > I will be on vacation this Thursday for about 4 weeks. I will
try my
> > > best
> > > > to test new tool point2grid in the MET 9.0 beta3 for handling
GOES-16
> > > total
> > > > AOD, Smoke-AOD, and Dust-AOD before my international travel.
> > > >
> > > > Since I am running near-real-time AOD regridding daily using
MET 8.1,
> > > > before I can switch from regrid_data_plane to point2grid to
handle
> > > GOES-16
> > > > AOD data please do not remove MET 8.1 from WCOSS (specific for
Mars
> and
> > > > Venus).
> > > >
> > > > Thank you for your help.
> > > >
> > > > 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
> > >
> > >
> > >
> > >
>
>
>
>
------------------------------------------------
More information about the Met_help
mailing list