[Met_help] [rt.rap.ucar.edu #95021] History for Using G110 grid in MET

John Halley Gotway via RT met_help at ucar.edu
Thu Apr 23 13:33:18 MDT 2020


----------------------------------------------------------------
  Initial Request
----------------------------------------------------------------

Dear Met help,

I am running MET 8.1 on Hera and trying to set regrid to G110, but MET is
giving me errors saying it is not available. My forecast grid is 0.125
resolution and my obs grid is 4km. Are there any CONUS grids available that
I can use?

Thanks,

-- 
Andrew Kren, Ph.D.
University of Miami/CIMAS - NOAA/AOML/Hurricane Research Division
4301 Rickenbacker Causeway
Miami, FL 33149
(c) 314-322-0867


----------------------------------------------------------------
  Complete Ticket History
----------------------------------------------------------------

Subject: Using G110 grid in MET
From: Minna Win
Time: Thu Apr 23 12:17:16 2020

Hello Andrew,

It looks like you are trying to find out which grids are supported by
MET.
I don't have the answer, and haven't readily found this information in
the
MET documentation.  I will  need to check with other MET developers to
find
out which grids are supported.  This may take a few days to get a
response.

Regards,
Minna


---------------
Minna Win
National Center for Atmospheric Research
Developmental Testbed Center
Phone: 303-497-8423
Fax:   303-497-8401



On Thu, Apr 23, 2020 at 10:59 AM Andrew Kren - NOAA Affiliate via RT <
met_help at ucar.edu> wrote:

>
> Thu Apr 23 10:58:27 2020: Request 95021 was acted upon.
> Transaction: Ticket created by andrew.kren at noaa.gov
>        Queue: met_help
>      Subject: Using G110 grid in MET
>        Owner: Nobody
>   Requestors: andrew.kren at noaa.gov
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95021 >
>
>
> Dear Met help,
>
> I am running MET 8.1 on Hera and trying to set regrid to G110, but
MET is
> giving me errors saying it is not available. My forecast grid is
0.125
> resolution and my obs grid is 4km. Are there any CONUS grids
available that
> I can use?
>
> Thanks,
>
> --
> Andrew Kren, Ph.D.
> University of Miami/CIMAS - NOAA/AOML/Hurricane Research Division
> 4301 Rickenbacker Causeway
> Miami, FL 33149
> (c) 314-322-0867
>
>

------------------------------------------------
Subject: Using G110 grid in MET
From: Andrew Kren - NOAA Affiliate
Time: Thu Apr 23 12:28:03 2020

Thanks! Yes I saw this grid supported in version 6 but the newer user
guide
does not mention them. Thanks.

On Thu, Apr 23, 2020 at 12:17 PM Minna Win via RT <met_help at ucar.edu>
wrote:

> Hello Andrew,
>
> It looks like you are trying to find out which grids are supported
by MET.
> I don't have the answer, and haven't readily found this information
in the
> MET documentation.  I will  need to check with other MET developers
to find
> out which grids are supported.  This may take a few days to get a
response.
>
> Regards,
> Minna
>
>
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
>
>
>
> On Thu, Apr 23, 2020 at 10:59 AM Andrew Kren - NOAA Affiliate via RT
<
> met_help at ucar.edu> wrote:
>
> >
> > Thu Apr 23 10:58:27 2020: Request 95021 was acted upon.
> > Transaction: Ticket created by andrew.kren at noaa.gov
> >        Queue: met_help
> >      Subject: Using G110 grid in MET
> >        Owner: Nobody
> >   Requestors: andrew.kren at noaa.gov
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95021 >
> >
> >
> > Dear Met help,
> >
> > I am running MET 8.1 on Hera and trying to set regrid to G110, but
MET is
> > giving me errors saying it is not available. My forecast grid is
0.125
> > resolution and my obs grid is 4km. Are there any CONUS grids
available
> that
> > I can use?
> >
> > Thanks,
> >
> > --
> > Andrew Kren, Ph.D.
> > University of Miami/CIMAS - NOAA/AOML/Hurricane Research Division
> > 4301 Rickenbacker Causeway
> > Miami, FL 33149
> > (c) 314-322-0867
> >
> >
>
>

--
Andrew Kren, Ph.D.
University of Miami/CIMAS - NOAA/AOML/Hurricane Research Division
4301 Rickenbacker Causeway
Miami, FL 33149
(c) 314-322-0867

------------------------------------------------
Subject: Using G110 grid in MET
From: John Halley Gotway
Time: Thu Apr 23 12:48:03 2020

Andrew,

The list of pre-defined grids in MET can be seen in the source code
file
named "find_grid_by_name.h".
I do see G110 defined in the met-8.1 release, so I don't know why
you're
getting an error.  Can you please send a concise set of example
commands I
could run on Hera to replicate the error message you describe?

But let me make another point about G110.  Listed below is the G110
entry
for met-8.1, met-8.1.2, and met-9.0:

met-8.1 release:
https://github.com/NCAR/MET/blob/met-
8.1/met/src/libcode/vx_grid/find_grid_by_name.h
{ "G110", 25.063, 124.938, 0.125, 0.125, 224, 464 },

met-8.1.2 bugfix release:
https://github.com/NCAR/MET/blob/met-
8.1.2/met/src/libcode/vx_grid/find_grid_by_name.h
{ "G110", 25.063, 124.938, 0.125, 0.125, 224, 464 },

met-9.0 release:
https://github.com/NCAR/MET/blob/met-
9.0/met/src/libcode/vx_grid/find_grid_by_name.h
{ "G110", 25.0625, 124.9375, 0.125, 0.125, 224, 464 },
Note the slight change in met-9.0.  This is one of the grids where the
GRIB1 and GRIB2 definitions differ since GRIB1 only supports 3 decimal
places of precision.  And NOAA/EMC instructed us to use the
definitions
listed on their website instead of the definitions from the w3
library:
https://www.nco.ncep.noaa.gov/pmb/docs/on388/tableb.html

Thanks,
John Halley Gotway

On Thu, Apr 23, 2020 at 12:28 PM Andrew Kren - NOAA Affiliate via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95021 >
>
> Thanks! Yes I saw this grid supported in version 6 but the newer
user guide
> does not mention them. Thanks.
>
> On Thu, Apr 23, 2020 at 12:17 PM Minna Win via RT
<met_help at ucar.edu>
> wrote:
>
> > Hello Andrew,
> >
> > It looks like you are trying to find out which grids are supported
by
> MET.
> > I don't have the answer, and haven't readily found this
information in
> the
> > MET documentation.  I will  need to check with other MET
developers to
> find
> > out which grids are supported.  This may take a few days to get a
> response.
> >
> > Regards,
> > Minna
> >
> >
> > ---------------
> > Minna Win
> > National Center for Atmospheric Research
> > Developmental Testbed Center
> > Phone: 303-497-8423
> > Fax:   303-497-8401
> >
> >
> >
> > On Thu, Apr 23, 2020 at 10:59 AM Andrew Kren - NOAA Affiliate via
RT <
> > met_help at ucar.edu> wrote:
> >
> > >
> > > Thu Apr 23 10:58:27 2020: Request 95021 was acted upon.
> > > Transaction: Ticket created by andrew.kren at noaa.gov
> > >        Queue: met_help
> > >      Subject: Using G110 grid in MET
> > >        Owner: Nobody
> > >   Requestors: andrew.kren at noaa.gov
> > >       Status: new
> > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95021
> >
> > >
> > >
> > > Dear Met help,
> > >
> > > I am running MET 8.1 on Hera and trying to set regrid to G110,
but MET
> is
> > > giving me errors saying it is not available. My forecast grid is
0.125
> > > resolution and my obs grid is 4km. Are there any CONUS grids
available
> > that
> > > I can use?
> > >
> > > Thanks,
> > >
> > > --
> > > Andrew Kren, Ph.D.
> > > University of Miami/CIMAS - NOAA/AOML/Hurricane Research
Division
> > > 4301 Rickenbacker Causeway
> > > Miami, FL 33149
> > > (c) 314-322-0867
> > >
> > >
> >
> >
>
> --
> Andrew Kren, Ph.D.
> University of Miami/CIMAS - NOAA/AOML/Hurricane Research Division
> 4301 Rickenbacker Causeway
> Miami, FL 33149
> (c) 314-322-0867
>
>

------------------------------------------------
Subject: Using G110 grid in MET
From: Andrew Kren - NOAA Affiliate
Time: Thu Apr 23 13:17:46 2020

Hi John,

Here is what I did. I basically call met mode in a wrapper script I
set up.
In the script, I load the modules for MET using:

module load contrib

module unload anaconda

module load intel/18.0.5.274

module load anaconda/latest

module load met/9.0_anacondal


After that, I call mode:


mode Forecast_file.nc Obsfile.nc MODEConfig_APCP02 -outdir
${mode_output_dir}/$var/${init_date} -v 3


The error I get is this:

*** Running MODE  ***

***      APCP02     ***

Init Date: 2016082818

Running 00 to 24 forecast accumulation


DEBUG 1: Default Config File:
/contrib/met/8.1/share/met/config/MODEConfig_default

DEBUG 1: Match Config File: ./config/MODEConfig_APCP02

DEBUG 1: Merge Config File: ./config/MODEConfig_APCP02

ERROR  :

ERROR  : do_assign_id() -*>* identifier "G110" not defined in this
scope!

ERROR  :


Perhaps I need to install MET instead of just load modules? However,
using
pcp_combine worked fine when just loading the modules.


Thanks,

On Thu, Apr 23, 2020 at 12:48 PM John Halley Gotway via RT <
met_help at ucar.edu> wrote:

> Andrew,
>
> The list of pre-defined grids in MET can be seen in the source code
file
> named "find_grid_by_name.h".
> I do see G110 defined in the met-8.1 release, so I don't know why
you're
> getting an error.  Can you please send a concise set of example
commands I
> could run on Hera to replicate the error message you describe?
>
> But let me make another point about G110.  Listed below is the G110
entry
> for met-8.1, met-8.1.2, and met-9.0:
>
> met-8.1 release:
>
> https://github.com/NCAR/MET/blob/met-
8.1/met/src/libcode/vx_grid/find_grid_by_name.h
> { "G110", 25.063, 124.938, 0.125, 0.125, 224, 464 },
>
> met-8.1.2 bugfix release:
>
> https://github.com/NCAR/MET/blob/met-
8.1.2/met/src/libcode/vx_grid/find_grid_by_name.h
> { "G110", 25.063, 124.938, 0.125, 0.125, 224, 464 },
>
> met-9.0 release:
>
> https://github.com/NCAR/MET/blob/met-
9.0/met/src/libcode/vx_grid/find_grid_by_name.h
> { "G110", 25.0625, 124.9375, 0.125, 0.125, 224, 464 },
> Note the slight change in met-9.0.  This is one of the grids where
the
> GRIB1 and GRIB2 definitions differ since GRIB1 only supports 3
decimal
> places of precision.  And NOAA/EMC instructed us to use the
definitions
> listed on their website instead of the definitions from the w3
library:
> https://www.nco.ncep.noaa.gov/pmb/docs/on388/tableb.html
>
> Thanks,
> John Halley Gotway
>
> On Thu, Apr 23, 2020 at 12:28 PM Andrew Kren - NOAA Affiliate via RT
<
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95021 >
> >
> > Thanks! Yes I saw this grid supported in version 6 but the newer
user
> guide
> > does not mention them. Thanks.
> >
> > On Thu, Apr 23, 2020 at 12:17 PM Minna Win via RT
<met_help at ucar.edu>
> > wrote:
> >
> > > Hello Andrew,
> > >
> > > It looks like you are trying to find out which grids are
supported by
> > MET.
> > > I don't have the answer, and haven't readily found this
information in
> > the
> > > MET documentation.  I will  need to check with other MET
developers to
> > find
> > > out which grids are supported.  This may take a few days to get
a
> > response.
> > >
> > > Regards,
> > > Minna
> > >
> > >
> > > ---------------
> > > Minna Win
> > > National Center for Atmospheric Research
> > > Developmental Testbed Center
> > > Phone: 303-497-8423
> > > Fax:   303-497-8401
> > >
> > >
> > >
> > > On Thu, Apr 23, 2020 at 10:59 AM Andrew Kren - NOAA Affiliate
via RT <
> > > met_help at ucar.edu> wrote:
> > >
> > > >
> > > > Thu Apr 23 10:58:27 2020: Request 95021 was acted upon.
> > > > Transaction: Ticket created by andrew.kren at noaa.gov
> > > >        Queue: met_help
> > > >      Subject: Using G110 grid in MET
> > > >        Owner: Nobody
> > > >   Requestors: andrew.kren at noaa.gov
> > > >       Status: new
> > > >  Ticket <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95021
> > >
> > > >
> > > >
> > > > Dear Met help,
> > > >
> > > > I am running MET 8.1 on Hera and trying to set regrid to G110,
but
> MET
> > is
> > > > giving me errors saying it is not available. My forecast grid
is
> 0.125
> > > > resolution and my obs grid is 4km. Are there any CONUS grids
> available
> > > that
> > > > I can use?
> > > >
> > > > Thanks,
> > > >
> > > > --
> > > > Andrew Kren, Ph.D.
> > > > University of Miami/CIMAS - NOAA/AOML/Hurricane Research
Division
> > > > 4301 Rickenbacker Causeway
> > > > Miami, FL 33149
> > > > (c) 314-322-0867
> > > >
> > > >
> > >
> > >
> >
> > --
> > Andrew Kren, Ph.D.
> > University of Miami/CIMAS - NOAA/AOML/Hurricane Research Division
> > 4301 Rickenbacker Causeway
> > Miami, FL 33149
> > (c) 314-322-0867
> >
> >
>
>

--
Andrew Kren, Ph.D.
University of Miami/CIMAS - NOAA/AOML/Hurricane Research Division
4301 Rickenbacker Causeway
Miami, FL 33149
(c) 314-322-0867

------------------------------------------------
Subject: Using G110 grid in MET
From: John Halley Gotway
Time: Thu Apr 23 13:24:51 2020

Andrew,

Ah, OK.  That's an error message from the configuration file parser.
I
suspect it's just a problem with double-quotes, or the lack thereof.

That's the error message you setup a MODE config file using:
  to_grid = G110;
And that error would go away if you changed to:
  to_grid = "G110";

So we just need to put quotes around that string... either by editing
MODEConfig_APCP02 directly or via a METplus config file, if that's how
you're running it.

John

On Thu, Apr 23, 2020 at 1:18 PM Andrew Kren - NOAA Affiliate via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95021 >
>
> Hi John,
>
> Here is what I did. I basically call met mode in a wrapper script I
set up.
> In the script, I load the modules for MET using:
>
> module load contrib
>
> module unload anaconda
>
> module load intel/18.0.5.274
>
> module load anaconda/latest
>
> module load met/9.0_anacondal
>
>
> After that, I call mode:
>
>
> mode Forecast_file.nc Obsfile.nc MODEConfig_APCP02 -outdir
> ${mode_output_dir}/$var/${init_date} -v 3
>
>
> The error I get is this:
>
> *** Running MODE  ***
>
> ***      APCP02     ***
>
> Init Date: 2016082818
>
> Running 00 to 24 forecast accumulation
>
>
> DEBUG 1: Default Config File:
> /contrib/met/8.1/share/met/config/MODEConfig_default
>
> DEBUG 1: Match Config File: ./config/MODEConfig_APCP02
>
> DEBUG 1: Merge Config File: ./config/MODEConfig_APCP02
>
> ERROR  :
>
> ERROR  : do_assign_id() -*>* identifier "G110" not defined in this
scope!
>
> ERROR  :
>
>
> Perhaps I need to install MET instead of just load modules? However,
using
> pcp_combine worked fine when just loading the modules.
>
>
> Thanks,
>
> On Thu, Apr 23, 2020 at 12:48 PM John Halley Gotway via RT <
> met_help at ucar.edu> wrote:
>
> > Andrew,
> >
> > The list of pre-defined grids in MET can be seen in the source
code file
> > named "find_grid_by_name.h".
> > I do see G110 defined in the met-8.1 release, so I don't know why
you're
> > getting an error.  Can you please send a concise set of example
commands
> I
> > could run on Hera to replicate the error message you describe?
> >
> > But let me make another point about G110.  Listed below is the
G110 entry
> > for met-8.1, met-8.1.2, and met-9.0:
> >
> > met-8.1 release:
> >
> >
> https://github.com/NCAR/MET/blob/met-
8.1/met/src/libcode/vx_grid/find_grid_by_name.h
> > { "G110", 25.063, 124.938, 0.125, 0.125, 224, 464 },
> >
> > met-8.1.2 bugfix release:
> >
> >
> https://github.com/NCAR/MET/blob/met-
8.1.2/met/src/libcode/vx_grid/find_grid_by_name.h
> > { "G110", 25.063, 124.938, 0.125, 0.125, 224, 464 },
> >
> > met-9.0 release:
> >
> >
> https://github.com/NCAR/MET/blob/met-
9.0/met/src/libcode/vx_grid/find_grid_by_name.h
> > { "G110", 25.0625, 124.9375, 0.125, 0.125, 224, 464 },
> > Note the slight change in met-9.0.  This is one of the grids where
the
> > GRIB1 and GRIB2 definitions differ since GRIB1 only supports 3
decimal
> > places of precision.  And NOAA/EMC instructed us to use the
definitions
> > listed on their website instead of the definitions from the w3
library:
> > https://www.nco.ncep.noaa.gov/pmb/docs/on388/tableb.html
> >
> > Thanks,
> > John Halley Gotway
> >
> > On Thu, Apr 23, 2020 at 12:28 PM Andrew Kren - NOAA Affiliate via
RT <
> > met_help at ucar.edu> wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95021 >
> > >
> > > Thanks! Yes I saw this grid supported in version 6 but the newer
user
> > guide
> > > does not mention them. Thanks.
> > >
> > > On Thu, Apr 23, 2020 at 12:17 PM Minna Win via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > > Hello Andrew,
> > > >
> > > > It looks like you are trying to find out which grids are
supported by
> > > MET.
> > > > I don't have the answer, and haven't readily found this
information
> in
> > > the
> > > > MET documentation.  I will  need to check with other MET
developers
> to
> > > find
> > > > out which grids are supported.  This may take a few days to
get a
> > > response.
> > > >
> > > > Regards,
> > > > Minna
> > > >
> > > >
> > > > ---------------
> > > > Minna Win
> > > > National Center for Atmospheric Research
> > > > Developmental Testbed Center
> > > > Phone: 303-497-8423
> > > > Fax:   303-497-8401
> > > >
> > > >
> > > >
> > > > On Thu, Apr 23, 2020 at 10:59 AM Andrew Kren - NOAA Affiliate
via RT
> <
> > > > met_help at ucar.edu> wrote:
> > > >
> > > > >
> > > > > Thu Apr 23 10:58:27 2020: Request 95021 was acted upon.
> > > > > Transaction: Ticket created by andrew.kren at noaa.gov
> > > > >        Queue: met_help
> > > > >      Subject: Using G110 grid in MET
> > > > >        Owner: Nobody
> > > > >   Requestors: andrew.kren at noaa.gov
> > > > >       Status: new
> > > > >  Ticket <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95021
> > > >
> > > > >
> > > > >
> > > > > Dear Met help,
> > > > >
> > > > > I am running MET 8.1 on Hera and trying to set regrid to
G110, but
> > MET
> > > is
> > > > > giving me errors saying it is not available. My forecast
grid is
> > 0.125
> > > > > resolution and my obs grid is 4km. Are there any CONUS grids
> > available
> > > > that
> > > > > I can use?
> > > > >
> > > > > Thanks,
> > > > >
> > > > > --
> > > > > Andrew Kren, Ph.D.
> > > > > University of Miami/CIMAS - NOAA/AOML/Hurricane Research
Division
> > > > > 4301 Rickenbacker Causeway
> > > > > Miami, FL 33149
> > > > > (c) 314-322-0867
> > > > >
> > > > >
> > > >
> > > >
> > >
> > > --
> > > Andrew Kren, Ph.D.
> > > University of Miami/CIMAS - NOAA/AOML/Hurricane Research
Division
> > > 4301 Rickenbacker Causeway
> > > Miami, FL 33149
> > > (c) 314-322-0867
> > >
> > >
> >
> >
>
> --
> Andrew Kren, Ph.D.
> University of Miami/CIMAS - NOAA/AOML/Hurricane Research Division
> 4301 Rickenbacker Causeway
> Miami, FL 33149
> (c) 314-322-0867
>
>

------------------------------------------------
Subject: Using G110 grid in MET
From: Andrew Kren - NOAA Affiliate
Time: Thu Apr 23 13:28:18 2020

Ah! Thanks John. Giving that a try now. I'll let you know.

On Thu, Apr 23, 2020 at 1:25 PM John Halley Gotway via RT
<met_help at ucar.edu>
wrote:

> Andrew,
>
> Ah, OK.  That's an error message from the configuration file parser.
I
> suspect it's just a problem with double-quotes, or the lack thereof.
>
> That's the error message you setup a MODE config file using:
>   to_grid = G110;
> And that error would go away if you changed to:
>   to_grid = "G110";
>
> So we just need to put quotes around that string... either by
editing
> MODEConfig_APCP02 directly or via a METplus config file, if that's
how
> you're running it.
>
> John
>
> On Thu, Apr 23, 2020 at 1:18 PM Andrew Kren - NOAA Affiliate via RT
<
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95021 >
> >
> > Hi John,
> >
> > Here is what I did. I basically call met mode in a wrapper script
I set
> up.
> > In the script, I load the modules for MET using:
> >
> > module load contrib
> >
> > module unload anaconda
> >
> > module load intel/18.0.5.274
> >
> > module load anaconda/latest
> >
> > module load met/9.0_anacondal
> >
> >
> > After that, I call mode:
> >
> >
> > mode Forecast_file.nc Obsfile.nc MODEConfig_APCP02 -outdir
> > ${mode_output_dir}/$var/${init_date} -v 3
> >
> >
> > The error I get is this:
> >
> > *** Running MODE  ***
> >
> > ***      APCP02     ***
> >
> > Init Date: 2016082818
> >
> > Running 00 to 24 forecast accumulation
> >
> >
> > DEBUG 1: Default Config File:
> > /contrib/met/8.1/share/met/config/MODEConfig_default
> >
> > DEBUG 1: Match Config File: ./config/MODEConfig_APCP02
> >
> > DEBUG 1: Merge Config File: ./config/MODEConfig_APCP02
> >
> > ERROR  :
> >
> > ERROR  : do_assign_id() -*>* identifier "G110" not defined in this
scope!
> >
> > ERROR  :
> >
> >
> > Perhaps I need to install MET instead of just load modules?
However,
> using
> > pcp_combine worked fine when just loading the modules.
> >
> >
> > Thanks,
> >
> > On Thu, Apr 23, 2020 at 12:48 PM John Halley Gotway via RT <
> > met_help at ucar.edu> wrote:
> >
> > > Andrew,
> > >
> > > The list of pre-defined grids in MET can be seen in the source
code
> file
> > > named "find_grid_by_name.h".
> > > I do see G110 defined in the met-8.1 release, so I don't know
why
> you're
> > > getting an error.  Can you please send a concise set of example
> commands
> > I
> > > could run on Hera to replicate the error message you describe?
> > >
> > > But let me make another point about G110.  Listed below is the
G110
> entry
> > > for met-8.1, met-8.1.2, and met-9.0:
> > >
> > > met-8.1 release:
> > >
> > >
> >
> https://github.com/NCAR/MET/blob/met-
8.1/met/src/libcode/vx_grid/find_grid_by_name.h
> > > { "G110", 25.063, 124.938, 0.125, 0.125, 224, 464 },
> > >
> > > met-8.1.2 bugfix release:
> > >
> > >
> >
> https://github.com/NCAR/MET/blob/met-
8.1.2/met/src/libcode/vx_grid/find_grid_by_name.h
> > > { "G110", 25.063, 124.938, 0.125, 0.125, 224, 464 },
> > >
> > > met-9.0 release:
> > >
> > >
> >
> https://github.com/NCAR/MET/blob/met-
9.0/met/src/libcode/vx_grid/find_grid_by_name.h
> > > { "G110", 25.0625, 124.9375, 0.125, 0.125, 224, 464 },
> > > Note the slight change in met-9.0.  This is one of the grids
where the
> > > GRIB1 and GRIB2 definitions differ since GRIB1 only supports 3
decimal
> > > places of precision.  And NOAA/EMC instructed us to use the
definitions
> > > listed on their website instead of the definitions from the w3
library:
> > > https://www.nco.ncep.noaa.gov/pmb/docs/on388/tableb.html
> > >
> > > Thanks,
> > > John Halley Gotway
> > >
> > > On Thu, Apr 23, 2020 at 12:28 PM Andrew Kren - NOAA Affiliate
via RT <
> > > met_help at ucar.edu> wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95021
>
> > > >
> > > > Thanks! Yes I saw this grid supported in version 6 but the
newer user
> > > guide
> > > > does not mention them. Thanks.
> > > >
> > > > On Thu, Apr 23, 2020 at 12:17 PM Minna Win via RT
<met_help at ucar.edu
> >
> > > > wrote:
> > > >
> > > > > Hello Andrew,
> > > > >
> > > > > It looks like you are trying to find out which grids are
supported
> by
> > > > MET.
> > > > > I don't have the answer, and haven't readily found this
information
> > in
> > > > the
> > > > > MET documentation.  I will  need to check with other MET
developers
> > to
> > > > find
> > > > > out which grids are supported.  This may take a few days to
get a
> > > > response.
> > > > >
> > > > > Regards,
> > > > > Minna
> > > > >
> > > > >
> > > > > ---------------
> > > > > Minna Win
> > > > > National Center for Atmospheric Research
> > > > > Developmental Testbed Center
> > > > > Phone: 303-497-8423
> > > > > Fax:   303-497-8401
> > > > >
> > > > >
> > > > >
> > > > > On Thu, Apr 23, 2020 at 10:59 AM Andrew Kren - NOAA
Affiliate via
> RT
> > <
> > > > > met_help at ucar.edu> wrote:
> > > > >
> > > > > >
> > > > > > Thu Apr 23 10:58:27 2020: Request 95021 was acted upon.
> > > > > > Transaction: Ticket created by andrew.kren at noaa.gov
> > > > > >        Queue: met_help
> > > > > >      Subject: Using G110 grid in MET
> > > > > >        Owner: Nobody
> > > > > >   Requestors: andrew.kren at noaa.gov
> > > > > >       Status: new
> > > > > >  Ticket <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95021
> > > > >
> > > > > >
> > > > > >
> > > > > > Dear Met help,
> > > > > >
> > > > > > I am running MET 8.1 on Hera and trying to set regrid to
G110,
> but
> > > MET
> > > > is
> > > > > > giving me errors saying it is not available. My forecast
grid is
> > > 0.125
> > > > > > resolution and my obs grid is 4km. Are there any CONUS
grids
> > > available
> > > > > that
> > > > > > I can use?
> > > > > >
> > > > > > Thanks,
> > > > > >
> > > > > > --
> > > > > > Andrew Kren, Ph.D.
> > > > > > University of Miami/CIMAS - NOAA/AOML/Hurricane Research
Division
> > > > > > 4301 Rickenbacker Causeway
> > > > > > Miami, FL 33149
> > > > > > (c) 314-322-0867
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > > --
> > > > Andrew Kren, Ph.D.
> > > > University of Miami/CIMAS - NOAA/AOML/Hurricane Research
Division
> > > > 4301 Rickenbacker Causeway
> > > > Miami, FL 33149
> > > > (c) 314-322-0867
> > > >
> > > >
> > >
> > >
> >
> > --
> > Andrew Kren, Ph.D.
> > University of Miami/CIMAS - NOAA/AOML/Hurricane Research Division
> > 4301 Rickenbacker Causeway
> > Miami, FL 33149
> > (c) 314-322-0867
> >
> >
>
>

--
Andrew Kren, Ph.D.
University of Miami/CIMAS - NOAA/AOML/Hurricane Research Division
4301 Rickenbacker Causeway
Miami, FL 33149
(c) 314-322-0867

------------------------------------------------
Subject: Using G110 grid in MET
From: Andrew Kren - NOAA Affiliate
Time: Thu Apr 23 13:31:17 2020

That worked. Thanks.

On Thu, Apr 23, 2020 at 1:27 PM Andrew Kren - NOAA Affiliate <
andrew.kren at noaa.gov> wrote:

> Ah! Thanks John. Giving that a try now. I'll let you know.
>
> On Thu, Apr 23, 2020 at 1:25 PM John Halley Gotway via RT <
> met_help at ucar.edu> wrote:
>
>> Andrew,
>>
>> Ah, OK.  That's an error message from the configuration file
parser.  I
>> suspect it's just a problem with double-quotes, or the lack
thereof.
>>
>> That's the error message you setup a MODE config file using:
>>   to_grid = G110;
>> And that error would go away if you changed to:
>>   to_grid = "G110";
>>
>> So we just need to put quotes around that string... either by
editing
>> MODEConfig_APCP02 directly or via a METplus config file, if that's
how
>> you're running it.
>>
>> John
>>
>> On Thu, Apr 23, 2020 at 1:18 PM Andrew Kren - NOAA Affiliate via RT
<
>> met_help at ucar.edu> wrote:
>>
>> >
>> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95021 >
>> >
>> > Hi John,
>> >
>> > Here is what I did. I basically call met mode in a wrapper script
I set
>> up.
>> > In the script, I load the modules for MET using:
>> >
>> > module load contrib
>> >
>> > module unload anaconda
>> >
>> > module load intel/18.0.5.274
>> >
>> > module load anaconda/latest
>> >
>> > module load met/9.0_anacondal
>> >
>> >
>> > After that, I call mode:
>> >
>> >
>> > mode Forecast_file.nc Obsfile.nc MODEConfig_APCP02 -outdir
>> > ${mode_output_dir}/$var/${init_date} -v 3
>> >
>> >
>> > The error I get is this:
>> >
>> > *** Running MODE  ***
>> >
>> > ***      APCP02     ***
>> >
>> > Init Date: 2016082818
>> >
>> > Running 00 to 24 forecast accumulation
>> >
>> >
>> > DEBUG 1: Default Config File:
>> > /contrib/met/8.1/share/met/config/MODEConfig_default
>> >
>> > DEBUG 1: Match Config File: ./config/MODEConfig_APCP02
>> >
>> > DEBUG 1: Merge Config File: ./config/MODEConfig_APCP02
>> >
>> > ERROR  :
>> >
>> > ERROR  : do_assign_id() -*>* identifier "G110" not defined in
this
>> scope!
>> >
>> > ERROR  :
>> >
>> >
>> > Perhaps I need to install MET instead of just load modules?
However,
>> using
>> > pcp_combine worked fine when just loading the modules.
>> >
>> >
>> > Thanks,
>> >
>> > On Thu, Apr 23, 2020 at 12:48 PM John Halley Gotway via RT <
>> > met_help at ucar.edu> wrote:
>> >
>> > > Andrew,
>> > >
>> > > The list of pre-defined grids in MET can be seen in the source
code
>> file
>> > > named "find_grid_by_name.h".
>> > > I do see G110 defined in the met-8.1 release, so I don't know
why
>> you're
>> > > getting an error.  Can you please send a concise set of example
>> commands
>> > I
>> > > could run on Hera to replicate the error message you describe?
>> > >
>> > > But let me make another point about G110.  Listed below is the
G110
>> entry
>> > > for met-8.1, met-8.1.2, and met-9.0:
>> > >
>> > > met-8.1 release:
>> > >
>> > >
>> >
>> https://github.com/NCAR/MET/blob/met-
8.1/met/src/libcode/vx_grid/find_grid_by_name.h
>> > > { "G110", 25.063, 124.938, 0.125, 0.125, 224, 464 },
>> > >
>> > > met-8.1.2 bugfix release:
>> > >
>> > >
>> >
>> https://github.com/NCAR/MET/blob/met-
8.1.2/met/src/libcode/vx_grid/find_grid_by_name.h
>> > > { "G110", 25.063, 124.938, 0.125, 0.125, 224, 464 },
>> > >
>> > > met-9.0 release:
>> > >
>> > >
>> >
>> https://github.com/NCAR/MET/blob/met-
9.0/met/src/libcode/vx_grid/find_grid_by_name.h
>> > > { "G110", 25.0625, 124.9375, 0.125, 0.125, 224, 464 },
>> > > Note the slight change in met-9.0.  This is one of the grids
where the
>> > > GRIB1 and GRIB2 definitions differ since GRIB1 only supports 3
decimal
>> > > places of precision.  And NOAA/EMC instructed us to use the
>> definitions
>> > > listed on their website instead of the definitions from the w3
>> library:
>> > > https://www.nco.ncep.noaa.gov/pmb/docs/on388/tableb.html
>> > >
>> > > Thanks,
>> > > John Halley Gotway
>> > >
>> > > On Thu, Apr 23, 2020 at 12:28 PM Andrew Kren - NOAA Affiliate
via RT <
>> > > met_help at ucar.edu> wrote:
>> > >
>> > > >
>> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95021
>
>> > > >
>> > > > Thanks! Yes I saw this grid supported in version 6 but the
newer
>> user
>> > > guide
>> > > > does not mention them. Thanks.
>> > > >
>> > > > On Thu, Apr 23, 2020 at 12:17 PM Minna Win via RT <
>> met_help at ucar.edu>
>> > > > wrote:
>> > > >
>> > > > > Hello Andrew,
>> > > > >
>> > > > > It looks like you are trying to find out which grids are
>> supported by
>> > > > MET.
>> > > > > I don't have the answer, and haven't readily found this
>> information
>> > in
>> > > > the
>> > > > > MET documentation.  I will  need to check with other MET
>> developers
>> > to
>> > > > find
>> > > > > out which grids are supported.  This may take a few days to
get a
>> > > > response.
>> > > > >
>> > > > > Regards,
>> > > > > Minna
>> > > > >
>> > > > >
>> > > > > ---------------
>> > > > > Minna Win
>> > > > > National Center for Atmospheric Research
>> > > > > Developmental Testbed Center
>> > > > > Phone: 303-497-8423
>> > > > > Fax:   303-497-8401
>> > > > >
>> > > > >
>> > > > >
>> > > > > On Thu, Apr 23, 2020 at 10:59 AM Andrew Kren - NOAA
Affiliate via
>> RT
>> > <
>> > > > > met_help at ucar.edu> wrote:
>> > > > >
>> > > > > >
>> > > > > > Thu Apr 23 10:58:27 2020: Request 95021 was acted upon.
>> > > > > > Transaction: Ticket created by andrew.kren at noaa.gov
>> > > > > >        Queue: met_help
>> > > > > >      Subject: Using G110 grid in MET
>> > > > > >        Owner: Nobody
>> > > > > >   Requestors: andrew.kren at noaa.gov
>> > > > > >       Status: new
>> > > > > >  Ticket <URL:
>> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95021
>> > > > >
>> > > > > >
>> > > > > >
>> > > > > > Dear Met help,
>> > > > > >
>> > > > > > I am running MET 8.1 on Hera and trying to set regrid to
G110,
>> but
>> > > MET
>> > > > is
>> > > > > > giving me errors saying it is not available. My forecast
grid is
>> > > 0.125
>> > > > > > resolution and my obs grid is 4km. Are there any CONUS
grids
>> > > available
>> > > > > that
>> > > > > > I can use?
>> > > > > >
>> > > > > > Thanks,
>> > > > > >
>> > > > > > --
>> > > > > > Andrew Kren, Ph.D.
>> > > > > > University of Miami/CIMAS - NOAA/AOML/Hurricane Research
>> Division
>> > > > > > 4301 Rickenbacker Causeway
>> > > > > > Miami, FL 33149
>> > > > > > (c) 314-322-0867
>> > > > > >
>> > > > > >
>> > > > >
>> > > > >
>> > > >
>> > > > --
>> > > > Andrew Kren, Ph.D.
>> > > > University of Miami/CIMAS - NOAA/AOML/Hurricane Research
Division
>> > > > 4301 Rickenbacker Causeway
>> > > > Miami, FL 33149
>> > > > (c) 314-322-0867
>> > > >
>> > > >
>> > >
>> > >
>> >
>> > --
>> > Andrew Kren, Ph.D.
>> > University of Miami/CIMAS - NOAA/AOML/Hurricane Research Division
>> > 4301 Rickenbacker Causeway
>> > Miami, FL 33149
>> > (c) 314-322-0867
>> >
>> >
>>
>>
>
> --
> Andrew Kren, Ph.D.
> University of Miami/CIMAS - NOAA/AOML/Hurricane Research Division
> 4301 Rickenbacker Causeway
> Miami, FL 33149
> (c) 314-322-0867
>
>

--
Andrew Kren, Ph.D.
University of Miami/CIMAS - NOAA/AOML/Hurricane Research Division
4301 Rickenbacker Causeway
Miami, FL 33149
(c) 314-322-0867

------------------------------------------------


More information about the Met_help mailing list