John,<br>Make sence.  I will continue to test it. Thank you so much for detailed explaination.<br><br>Ruifang<br><br><div class="gmail_quote">On Fri, Aug 21, 2009 at 8:06 AM, John Halley Gotway <span dir="ltr">&lt;<a href="mailto:johnhg@rap.ucar.edu">johnhg@rap.ucar.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Ruifang,<br>
<br>
The behavior you&#39;re seeing is correct.  The MPR output would be the same.  However, the values in the contingency tables (CTC line type, for example) should be different when choosing different<br>
thresholds.<br>
<br>
Here&#39;s what&#39;s going on...  When you run Point-Stat, you can think of it as setting up a bucket for each combination of forecast field/masking region/interpolation method.  So for example, suppose you<br>
configure Point-Stat to verify 2-meter temperature and 500mb temperature over 3 masking regions, your FULL domain and then two subdomains.  And you&#39;re using the nearest neighbor interpolation method.<br>
 In this case, we&#39;d be verifying 2 fields over 3 regions using 1 interpolation method.  So Point-Stat will set up 6 &quot;buckets&quot;, 3 for 2-meter temp and 3 for 500mb temp.<br>
<br>
Next, Point-Stat looks at each one of the point observation values you&#39;ve passed to it.  If the observation type (i.e. 2-m temp) matches the forecast type, and it&#39;s in the correct masking region,<br>
it&#39;ll interpolate the forecast values to the observation location to create a matched pair.  Then it throws that matched fcst-obs pair into the appropriate bucket.  Point-Stat processes through all of<br>
the point observations in this way, computing matched pairs, and throwing them in the right buckets.<br>
<br>
After that&#39;s finished, it&#39;ll compute whatever statistics you&#39;ve requested using whatever threshold values you&#39;ve set.  For example, if you set threshold values of &quot;&gt;273.0&quot; and &quot;&gt;283.0&quot; for 2-m temp,<br>

it&#39;ll apply those to all of the matched pairs in the &quot;bucket&quot; and compute contingency tables and stats.  However, the choice of threshold has no effect on which matched pairs make it into the bucket<br>
to begin with.<br>
<br>
The matched pair (MPR) output consists of all the matched pairs that are in the buckets.  So the MPR output does NOT depend on any choice of threshold value.<br>
<br>
Does that make sense?<br>
<br>
Thanks,<br>
John<br>
<div><div></div><div class="h5"><br>
Ruifang Li wrote:<br>
&gt; Hi John,<br>
&gt; I run point_stat tool and did two test with different fcst_thresh[] in<br>
&gt; config file. I expect the different MPR output, but they create same MPR. I<br>
&gt; could not figure out why. In my understanding, if fcst_thresh eq 0, fcst<br>
&gt; value in MPR should be 0. if  fcst_thresh le 100 fcst value in MPR should be<br>
&gt; le 100, right?<br>
&gt;<br>
&gt; Here are two fcst_thresh:<br>
&gt;<br>
&gt; fcst_field[] =<br>
&gt; [&quot;UGRD/Z10&quot;,&quot;UGRD/P1000&quot;,&quot;UGRD/P925&quot;,&quot;UGRD/P850&quot;,&quot;UGRD/P700&quot;,&quot;UGRD/P500&quot;,&quot;UGRD/P400&quot;,&quot;UGRD/P300&quot;,&quot;UGRD/P250&quot;,&quot;UGRD/P200&quot;,&quot;UGRD/P150&quot;,&quot;UGRD/P100&quot;,&quot;UGRD/P70&quot;,&quot;UGRD/P50&quot;,&quot;UGRD/P30&quot;,&quot;UGRD/P20&quot;,&quot;UGRD/P10&quot;<br>

&gt; ];<br>
&gt;<br>
&gt; //fcst_thresh[] = [ &quot;le100&quot;,<br>
&gt; &quot;le10&quot;,&quot;le10&quot;,&quot;le100&quot;,&quot;le100&quot;,&quot;le100&quot;,&quot;le100&quot;,&quot;le100&quot;,&quot;le100&quot;,&quot;le100&quot;,&quot;le100&quot;,&quot;le100&quot;,<br>
&gt; &quot;le100&quot;,&quot;le100&quot;, &quot;le100&quot;,&quot;le100&quot;,&quot;le100&quot; ];<br>
&gt; fcst_thresh[] = [ &quot;eq0&quot;,<br>
&gt; &quot;eq0&quot;,&quot;eq0&quot;,&quot;eq0&quot;,&quot;eq0&quot;,&quot;eq0&quot;,&quot;eq0&quot;,&quot;le10&quot;,&quot;eq0&quot;,&quot;eq0&quot;,&quot;eq0&quot;,&quot;eq0&quot;,<br>
&gt; &quot;eq0&quot;,&quot;eq0&quot;, &quot;eq0&quot;,&quot;eq0&quot;,&quot;eq0&quot; ];<br>
&gt;<br>
&gt; Here is MPR file:<br>
&gt;<br>
&gt; /ptmp/lir/test/2009_t8_15km/verify_met2.0/test% ls -l<br>
&gt; /ptmp/lir/data/2009_t8_15km/verify_met/gsi/point_stat/UGRD/2007081512/<br>
&gt; total 14208<br>
&gt; -rw-r--r--    1 lir      ncar         786984 Aug 20 16:05<br>
&gt; point_stat_000000L_20070815_120000V.stat<br>
&gt; -rw-r--r--    1 lir      ncar         652568 Aug 20 16:05<br>
&gt; point_stat_000000L_20070815_120000V_mpr.txt<br>
&gt; -rw-r--r--    1 lir      ncar         698412 Aug 20 16:05<br>
&gt; point_stat_120000L_20070816_000000V.stat<br>
&gt; -rw-r--r--    1 lir      ncar         579124 Aug 20 16:05<br>
&gt; point_stat_120000L_20070816_000000V_mpr.txt<br>
&gt; -rw-r--r--    1 lir      ncar         761574 Aug 20 16:05<br>
&gt; point_stat_240000L_20070816_120000V.stat<br>
&gt; -rw-r--r--    1 lir      ncar         631498 Aug 20 16:05<br>
&gt; point_stat_240000L_20070816_120000V_mpr.txt<br>
&gt; -rw-r--r--    1 lir      ncar         740520 Aug 20 16:05<br>
&gt; point_stat_360000L_20070817_000000V.stat<br>
&gt; -rw-r--r--    1 lir      ncar         614040 Aug 20 16:05<br>
&gt; point_stat_360000L_20070817_000000V_mpr.txt<br>
&gt; -rw-r--r--    1 lir      ncar         791340 Aug 20 16:05<br>
&gt; point_stat_480000L_20070817_120000V.stat<br>
&gt; -rw-r--r--    1 lir      ncar         656180 Aug 20 16:05<br>
&gt; point_stat_480000L_20070817_120000V_mpr.txt<br>
&gt;<br>
&gt; Script:<br>
&gt; /ptmp/lir/test/2009_t8_15km/verify_met2.0/test% point_stat_gsi.ksh<br>
&gt; *** Running POINT_STAT on WRF OUTPUT ***<br>
&gt; ***          UGRD                ***<br>
&gt; GSL_RNG_TYPE=mt19937<br>
&gt; GSL_RNG_SEED=2412285258<br>
&gt; Forecast File:<br>
&gt; /ptmp/lir/data/2009_t8_15km/verify_met2.0/gsi/wpp/2007081512/postprd/wrfprs_d01.000<br>
&gt; Climatology File: none<br>
&gt; Configuration File: ./config/PointStatConfig_GSI.UGRD<br>
&gt; Observation File:<br>
&gt; /ptmp/lir/data/2009_t8_15km/verify_met2.0/ob_nc/2007081512/ob.nc.qc2<br>
&gt;<br>
&gt; ----------------------------------------<br>
&gt;<br>
&gt; Reading records for UGRD/Z10.<br>
&gt; For UGRD/Z10 found 1 forecast levels and 0 climatology levels.<br>
&gt;<br>
&gt;<br>
&gt; Thanks for your support,<br>
&gt;<br>
&gt;<br>
</div></div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Met_help mailing list<br>
&gt; <a href="mailto:Met_help@mailman.ucar.edu">Met_help@mailman.ucar.edu</a><br>
&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/met_help" target="_blank">http://mailman.ucar.edu/mailman/listinfo/met_help</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Ruifang <br><br>Mesoscale &amp; Microscale Meteorology Division<br>Phone: 303-497-8938<br>Office:  FL3-3085<br>Email:  <a href="mailto:lir@ucar.edu">lir@ucar.edu</a><br>