[Met_help] [rt.rap.ucar.edu #101298] History for How to turn off smoothing
Julie Prestopnik via RT
met_help at ucar.edu
Tue Oct 12 12:41:39 MDT 2021
----------------------------------------------------------------
Initial Request
----------------------------------------------------------------
Hello, John
I am a beginner of MET,I want to use grid-stat to obtain CSI, but I found that I got two different CS,which may be caused by the use of different interpolation methods.(INTERP_PNTS 9 or 25) . I found there are "Both", "OBS" and "FCST" options in the user guide. How can I turn off smoothing? I tried "NONE", but it doesn't seem to work.
Thank you very much.
Yang 2021.9
“interp
The “interp” entry is a dictionary that specifies what interpolation or smoothing (for the Grid-Stat tool) methods should be applied. This dictionary may include the following entries:
The “field” entry specifies to which field(s) the interpolation method should be applied. This does not apply when doing point verification with the Point-Stat or Ensemble-Stat tools:
“FCST” to interpolate/smooth the forecast field.
“OBS” to interpolate/smooth the observation field.
“BOTH” to interpolate/smooth both the forecast and the observation.”
Here is my config:
“}
////////////////////////////////////////////////////////////////////////////////
//
// Data smoothing methods
//
interp = {
field = NONE;
vld_thresh = 1.0;
shape = SQUARE;
type = [
{
method = NEAREST;
width = 1;
}
];
}”
qih.yang at foxmail.com
----------------------------------------------------------------
Complete Ticket History
----------------------------------------------------------------
Subject: How to turn off smoothing
From: John Halley Gotway
Time: Sat Sep 11 08:47:06 2021
The support for the METplus suite of products has moved from
met_help at ucar.edu to the METplus Discussions Page on GitHub.
Please post your question to the "Incoming" category there.
***** ALERT: THIS E-MAIL ADDRESS IS NO LONGER IN USE FOR SUPPORT OF
THE
METPLUS VERIFICATION SYSTEM. WE ARE NO LONGER SUPPORTING NEW
QUESTIONS OR
MONITORING THIS EMAIL.
PLEASE CREATE A FREE GITHUB ACCOUNT AND POST YOUR QUESTIONS TO THE
METPLUS
COMPONENTS DISCUSSION FORUM AT
https://github.com/dtcenter/METplus/discussions.
*****
On Fri, Sep 10, 2021 at 11:45 PM qih.yang at foxmail.com via RT <
met_help at ucar.edu> wrote:
>
> Fri Sep 10 23:45:24 2021: Request 101298 was acted upon.
> Transaction: Ticket created by qih.yang at foxmail.com
> Queue: met_help
> Subject: How to turn off smoothing
> Owner: Nobody
> Requestors: qih.yang at foxmail.com
> Status: new
> Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=101298 >
>
>
> Hello, John
> I am a beginner of MET,I want to use grid-stat to obtain CSI, but I
found
> that I got two different CS,which may be caused by the use of
different
> interpolation methods.(INTERP_PNTS 9 or 25) . I found there are
"Both",
> "OBS" and "FCST" options in the user guide. How can I turn off
smoothing? I
> tried "NONE", but it doesn't seem to work.
> Thank you very much.
>
> Yang 2021.9
>
>
> “interp
> The “interp” entry is a dictionary that specifies what interpolation
or
> smoothing (for the Grid-Stat tool) methods should be applied. This
> dictionary may include the following entries:
> The “field” entry specifies to which field(s) the interpolation
method
> should be applied. This does not apply when doing point verification
with
> the Point-Stat or Ensemble-Stat tools:
> “FCST” to interpolate/smooth the forecast field.
> “OBS” to interpolate/smooth the observation field.
> “BOTH” to interpolate/smooth both the forecast and the observation.”
> Here is my config:
> “}
>
>
>
////////////////////////////////////////////////////////////////////////////////
>
> //
> // Data smoothing methods
> //
> interp = {
> field = NONE;
> vld_thresh = 1.0;
> shape = SQUARE;
>
> type = [
> {
> method = NEAREST;
> width = 1;
> }
> ];
> }”
>
>
>
> qih.yang at foxmail.com
>
>
------------------------------------------------
More information about the Met_help
mailing list