[Met_help] [rt.rap.ucar.edu #70231] History for error with grid stat config

John Halley Gotway via RT met_help at ucar.edu
Thu Jan 15 10:09:55 MST 2015


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

Hi John. 

aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh 

*** Running Grid-Stat on APCP using netCDF input for both forecast and observation ***
DEBUG 1: Default Config File: /home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
DEBUG 1: User Config File: GridStatConfig_APCP_12
ERROR  : 
ERROR  : yyerror() -> syntax error in file "GridStatConfig_APCP_12"
ERROR  : 
ERROR  :    line   = 48
ERROR  : 
ERROR  :    column = 11
ERROR  : 
ERROR  :    text   = "["
ERROR  : 
ERROR  : 
ERROR  : fcst_field[] = [ "APCP_24(*,*)" ];
ERROR  : __________^_______________________
ERROR  : 
aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ 
kindly help in correcting the error with config file
 		 	   		  

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

Subject: error with grid stat config
From: John Halley Gotway
Time: Tue Jan 06 13:43:54 2015

Geeta,

Are you still having trouble with this configuration file?  In
METv4.0, the
config file language changed a lot to make it more human readable and
configurable.  Looks like you were still using the pre-METv4.0 syntax
when
trying to run METv5.0 executables.  That causes a parsing error.

I'd suggest that you make a copy of the sample configuration files
that are
included with the release and then edit them:
  cd met-5.0
  cp scripts/config/GridStatConfig_APCP_12 GridStatConfig

And then edit GridStatConfig with your settings:

fcst = {
   wind_thresh = [ NA ];

   field = [
      {
        name       = "APCP_24";
        level      = [ "(*,*)" ];
        cat_thresh = [ >0.0, >=5.0 ];
      }
   ];

};
obs = fcst;

Thanks,
John

On Fri, Jan 2, 2015 at 9:29 AM, Geeta Geeta via RT <met_help at ucar.edu>
wrote:

>
> Fri Jan 02 09:29:35 2015: Request 70231 was acted upon.
> Transaction: Ticket created by geeta124 at hotmail.com
>        Queue: met_help
>      Subject: error with grid stat config
>        Owner: Nobody
>   Requestors: geeta124 at hotmail.com
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231 >
>
>
> Hi John.
>
> aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh
>
> *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> observation ***
> DEBUG 1: Default Config File:
>
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> DEBUG 1: User Config File: GridStatConfig_APCP_12
> ERROR  :
> ERROR  : yyerror() -> syntax error in file "GridStatConfig_APCP_12"
> ERROR  :
> ERROR  :    line   = 48
> ERROR  :
> ERROR  :    column = 11
> ERROR  :
> ERROR  :    text   = "["
> ERROR  :
> ERROR  :
> ERROR  : fcst_field[] = [ "APCP_24(*,*)" ];
> ERROR  : __________^_______________________
> ERROR  :
> aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> kindly help in correcting the error with config file
>
>

------------------------------------------------
Subject: error with grid stat config
From: Geeta Geeta
Time: Wed Jan 07 07:14:07 2015


Hi John and Julie.
happy New Yr. and Thanks
I could run the R script  and it converted the data into nc format.
But I have another query. If I have binary data which would be global
data then how will go about converting it into NC format keeping in
mind that I have model runs for a regional domain.

Now the 2nd Problem.
aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh

*** Running Grid-Stat on APCP using netCDF input for both forecast and
observation ***
DEBUG 1: Default Config File:
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
DEBUG 1: User Config File: ./GridStatConfig_V5
ERROR  :
ERROR  : GridStatConfInfo::process_config() -> when verifying using
multi-category contingency tables, the thresholds must be
monotonically increasing and be of the same inequality type (lt, le,
gt, or ge).
ERROR  :
Conuld nt get this variable Process_config in the CONFIG file.


I m sending U all my data n config file.
regards
Geeta
> Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat config
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Tue, 6 Jan 2015 13:43:54 -0700
>
> Geeta,
>
> Are you still having trouble with this configuration file?  In
METv4.0, the
> config file language changed a lot to make it more human readable
and
> configurable.  Looks like you were still using the pre-METv4.0
syntax when
> trying to run METv5.0 executables.  That causes a parsing error.
>
> I'd suggest that you make a copy of the sample configuration files
that are
> included with the release and then edit them:
>   cd met-5.0
>   cp scripts/config/GridStatConfig_APCP_12 GridStatConfig
>
> And then edit GridStatConfig with your settings:
>
> fcst = {
>    wind_thresh = [ NA ];
>
>    field = [
>       {
>         name       = "APCP_24";
>         level      = [ "(*,*)" ];
>         cat_thresh = [ >0.0, >=5.0 ];
>       }
>    ];
>
> };
> obs = fcst;
>
> Thanks,
> John
>
> On Fri, Jan 2, 2015 at 9:29 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > Fri Jan 02 09:29:35 2015: Request 70231 was acted upon.
> > Transaction: Ticket created by geeta124 at hotmail.com
> >        Queue: met_help
> >      Subject: error with grid stat config
> >        Owner: Nobody
> >   Requestors: geeta124 at hotmail.com
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231 >
> >
> >
> > Hi John.
> >
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: GridStatConfig_APCP_12
> > ERROR  :
> > ERROR  : yyerror() -> syntax error in file
"GridStatConfig_APCP_12"
> > ERROR  :
> > ERROR  :    line   = 48
> > ERROR  :
> > ERROR  :    column = 11
> > ERROR  :
> > ERROR  :    text   = "["
> > ERROR  :
> > ERROR  :
> > ERROR  : fcst_field[] = [ "APCP_24(*,*)" ];
> > ERROR  : __________^_______________________
> > ERROR  :
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > kindly help in correcting the error with config file
> >
> >
>


------------------------------------------------
Subject: error with grid stat config
From: Geeta Geeta
Time: Wed Jan 07 09:44:32 2015

Hi John.
I m facing a number of problems.
The link (http://gdata1.sci.gsfc.nasa.gov/daac-
bin/G3/gui.cgi?instance_id=TRMM_3B42_Daily) when i use to Download the
ascii TRMM data. For example I want to download for the region 9-
22N/74-87E.
On selecting this region, I get the data for 9.125-21.875/73.375-
87.125 etc. I mean I never get the data for the above region.
 But I was able to run trmm2nc.R script and it gave me data in nc
format. But after this, grid stat gave me the error. because both the
grids were not matching.

2. Then I searched for another link and I came across
http://disc2.nascom.nasa.gov/Giovanni/tovas/TRMM_V7.3B42_daily.2.shtml
where I got the data for the above domain.
then the error came in ruuning the R script.
 I copied the header from the above file and pasted on this one and
then converted into nc. (sending you the files)).
Now I got this error.
Pls look into the matter.

I copied the TEXT header of file1 onto the file2. So cud run Rscript.
but after that grid stat gave me error.
aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh

*** Running Grid-Stat on APCP using netCDF input for both forecast and
observation ***
DEBUG 1: Default Config File:
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
DEBUG 1: User Config File: ./GridStatConfig_V5
ERROR  :
ERROR  : process_command_line() -> The forecast and observation grids
do not match: Projection: Lat/Lon Nx: 53 Ny: 53 lat_ll: 9.000 lon_ll:
-74.000 delta_lat: 0.250 delta_lon: 0.250 != Projection: Lat/Lon Nx:
53 Ny: 53 lat_ll: 9.125 lon_ll: -74.125 delta_lat: 0.250 delta_lon:
0.250
ERROR  :

Pls help me.
Geeta


From: geeta124 at hotmail.com
To: met_help at ucar.edu
Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
Date: Wed, 7 Jan 2015 19:44:01 +0530





Hi John and Julie.
happy New Yr. and Thanks
I could run the R script  and it converted the data into nc format.
But I have another query. If I have binary data which would be global
data then how will go about converting it into NC format keeping in
mind that I have model runs for a regional domain.

Now the 2nd Problem.
aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh

*** Running Grid-Stat on APCP using netCDF input for both forecast and
observation ***
DEBUG 1: Default Config File:
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
DEBUG 1: User Config File: ./GridStatConfig_V5
ERROR  :
ERROR  : GridStatConfInfo::process_config() -> when verifying using
multi-category contingency tables, the thresholds must be
monotonically increasing and be of the same inequality type (lt, le,
gt, or ge).
ERROR  :
Conuld nt get this variable Process_config in the CONFIG file.


I m sending U all my data n config file.
regards
Geeta
> Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat config
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Tue, 6 Jan 2015 13:43:54 -0700
>
> Geeta,
>
> Are you still having trouble with this configuration file?  In
METv4.0, the
> config file language changed a lot to make it more human readable
and
> configurable.  Looks like you were still using the pre-METv4.0
syntax when
> trying to run METv5.0 executables.  That causes a parsing error.
>
> I'd suggest that you make a copy of the sample configuration files
that are
> included with the release and then edit them:
>   cd met-5.0
>   cp scripts/config/GridStatConfig_APCP_12 GridStatConfig
>
> And then edit GridStatConfig with your settings:
>
> fcst = {
>    wind_thresh = [ NA ];
>
>    field = [
>       {
>         name       = "APCP_24";
>         level      = [ "(*,*)" ];
>         cat_thresh = [ >0.0, >=5.0 ];
>       }
>    ];
>
> };
> obs = fcst;
>
> Thanks,
> John
>
> On Fri, Jan 2, 2015 at 9:29 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > Fri Jan 02 09:29:35 2015: Request 70231 was acted upon.
> > Transaction: Ticket created by geeta124 at hotmail.com
> >        Queue: met_help
> >      Subject: error with grid stat config
> >        Owner: Nobody
> >   Requestors: geeta124 at hotmail.com
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231 >
> >
> >
> > Hi John.
> >
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: GridStatConfig_APCP_12
> > ERROR  :
> > ERROR  : yyerror() -> syntax error in file
"GridStatConfig_APCP_12"
> > ERROR  :
> > ERROR  :    line   = 48
> > ERROR  :
> > ERROR  :    column = 11
> > ERROR  :
> > ERROR  :    text   = "["
> > ERROR  :
> > ERROR  :
> > ERROR  : fcst_field[] = [ "APCP_24(*,*)" ];
> > ERROR  : __________^_______________________
> > ERROR  :
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > kindly help in correcting the error with config file
> >
> >
>

------------------------------------------------
Subject: error with grid stat config
From: Geeta Geeta
Time: Wed Jan 07 09:44:32 2015

********** Daily TRMM_3B42_daily.007 product **********
Selected Application: latlonplot
precipitation [mm/day] (precipitation)
Selected time period: 02Jun2011
Fill value:  -100000.0
User selected area:  (Lat: 9.0N - 21.75N) (Lon: 74.0E - 86.75E)
Actual output area:  (Lat: 9.125N - 21.625N) (Lon: 74.125E - 86.625E)
latitude     longitude      precipitation
(degrees)    (degrees)      [mm/day]
 9.125       74.125          12.570
 9.125       74.375           9.540
 9.125       74.625          11.400
 9.125       74.875           7.290
 9.125       75.125          10.020
 9.125       75.375           6.120
 9.125       75.625           3.420
 9.125       75.875           7.350
 9.125       76.125          18.990
 9.125       76.375          16.309
 9.125       76.625          11.271
 9.125       76.875           5.270
 9.125       77.125           3.213
 9.125       77.375           8.587
 9.125       77.625           2.016
 9.125       77.875           0.000
 9.125       78.125           0.000
 9.125       78.375           0.000
 9.125       78.625           0.514
 9.125       78.875           0.345
 9.125       79.125           0.000
 9.125       79.375           6.511
 9.125       79.625           5.318
 9.125       79.875           4.427
 9.125       80.125           1.971
 9.125       80.375           4.030
 9.125       80.625           1.890
 9.125       80.875           3.309
 9.125       81.125           1.020
 9.125       81.375           2.250
 9.125       81.625           3.960
 9.125       81.875           6.570
 9.125       82.125           8.010
 9.125       82.375           4.110
 9.125       82.625           1.500
 9.125       82.875           0.030
 9.125       83.125           0.030
 9.125       83.375           0.000
 9.125       83.625           0.000
 9.125       83.875           0.000
 9.125       84.125           0.000
 9.125       84.375           0.000
 9.125       84.625           0.090
 9.125       84.875           0.690
 9.125       85.125           0.420
 9.125       85.375           3.960
 9.125       85.625           2.610
 9.125       85.875           2.490
 9.125       86.125           4.260
 9.125       86.375           9.960
 9.125       86.625          16.260
 9.375       74.125          17.430
 9.375       74.375          16.530
 9.375       74.625          17.250
 9.375       74.875          10.230
 9.375       75.125           9.060
 9.375       75.375          20.130
 9.375       75.625          17.130
 9.375       75.875          12.780
 9.375       76.125          15.927
 9.375       76.375          21.159
 9.375       76.625          27.978
 9.375       76.875          11.522
 9.375       77.125           9.996
 9.375       77.375          13.896
 9.375       77.625           3.606
 9.375       77.875           2.388
 9.375       78.125           0.000
 9.375       78.375           0.256
 9.375       78.625           0.222
 9.375       78.875           1.003
 9.375       79.125           2.077
 9.375       79.375           3.423
 9.375       79.625           2.976
 9.375       79.875           2.788
 9.375       80.125           4.004
 9.375       80.375           3.401
 9.375       80.625           3.140
 9.375       80.875           1.820
 9.375       81.125           1.260
 9.375       81.375           5.670
 9.375       81.625          11.610
 9.375       81.875           6.600
 9.375       82.125           7.260
 9.375       82.375           9.300
 9.375       82.625           2.460
 9.375       82.875           0.000
 9.375       83.125           0.420
 9.375       83.375           0.060
 9.375       83.625           0.000
 9.375       83.875           0.030
 9.375       84.125           0.000
 9.375       84.375           0.060
 9.375       84.625           0.030
 9.375       84.875           0.000
 9.375       85.125           0.000
 9.375       85.375           0.720
 9.375       85.625           2.160
 9.375       85.875           1.830
 9.375       86.125           3.570
 9.375       86.375           8.880
 9.375       86.625          17.580
 9.625       74.125          29.910
 9.625       74.375          26.520
 9.625       74.625          22.680
 9.625       74.875          22.080
 9.625       75.125          21.510
 9.625       75.375          32.400
 9.625       75.625          35.370
 9.625       75.875          36.870
 9.625       76.125          36.697
 9.625       76.375          43.354
 9.625       76.625          46.750
 9.625       76.875          28.827
 9.625       77.125          11.288
 9.625       77.375          13.908
 9.625       77.625           9.541
 9.625       77.875           2.330
 9.625       78.125           0.447
 9.625       78.375           0.000
 9.625       78.625           1.026
 9.625       78.875           0.946
 9.625       79.125           0.000
 9.625       79.375           2.715
 9.625       79.625           3.559
 9.625       79.875           5.195
 9.625       80.125           3.510
 9.625       80.375           0.396
 9.625       80.625           2.410
 9.625       80.875           2.964
 9.625       81.125           3.810
 9.625       81.375           4.020
 9.625       81.625           2.310
 9.625       81.875           1.710
 9.625       82.125           4.920
 9.625       82.375           8.010
 9.625       82.625           4.080
 9.625       82.875           0.240
 9.625       83.125           0.630
 9.625       83.375           0.150
 9.625       83.625           0.060
 9.625       83.875           0.300
 9.625       84.125           0.240
 9.625       84.375           0.900
 9.625       84.625           1.350
 9.625       84.875           0.270
 9.625       85.125           0.030
 9.625       85.375           0.000
 9.625       85.625           3.840
 9.625       85.875           5.760
 9.625       86.125           5.070
 9.625       86.375           5.220
 9.625       86.625           9.750
 9.875       74.125          42.420
 9.875       74.375          52.530
 9.875       74.625          35.370
 9.875       74.875          46.230
 9.875       75.125          31.920
 9.875       75.375          37.650
 9.875       75.625          45.300
 9.875       75.875          62.893
 9.875       76.125          53.353
 9.875       76.375          50.008
 9.875       76.625          59.898
 9.875       76.875          31.562
 9.875       77.125          11.173
 9.875       77.375          10.615
 9.875       77.625           8.081
 9.875       77.875           2.507
 9.875       78.125           1.239
 9.875       78.375           0.000
 9.875       78.625           0.000
 9.875       78.875           0.249
 9.875       79.125           0.000
 9.875       79.375           0.526
 9.875       79.625           0.454
 9.875       79.875           2.384
 9.875       80.125           0.068
 9.875       80.375           0.751
 9.875       80.625           1.619
 9.875       80.875           1.913
 9.875       81.125           3.180
 9.875       81.375           5.070
 9.875       81.625           1.350
 9.875       81.875           1.980
 9.875       82.125           5.610
 9.875       82.375           3.990
 9.875       82.625           2.340
 9.875       82.875           2.520
 9.875       83.125           0.570
 9.875       83.375           0.150
 9.875       83.625           0.000
 9.875       83.875           0.060
 9.875       84.125           0.540
 9.875       84.375           1.560
 9.875       84.625           0.780
 9.875       84.875           0.750
 9.875       85.125           0.390
 9.875       85.375           0.720
 9.875       85.625           5.220
 9.875       85.875           5.550
 9.875       86.125           8.340
 9.875       86.375           6.150
 9.875       86.625          16.170
10.125       74.125          45.120
10.125       74.375          52.950
10.125       74.625          51.750
10.125       74.875          70.950
10.125       75.125          92.273
10.125       75.375          70.390
10.125       75.625          55.441
10.125       75.875          60.225
10.125       76.125          52.573
10.125       76.375          49.775
10.125       76.625          48.958
10.125       76.875          45.358
10.125       77.125          22.636
10.125       77.375          20.594
10.125       77.625           9.311
10.125       77.875           6.835
10.125       78.125           1.693
10.125       78.375           2.386
10.125       78.625           0.670
10.125       78.875           0.000
10.125       79.125           0.000
10.125       79.375           0.000
10.125       79.625           1.463
10.125       79.875           1.328
10.125       80.125           0.000
10.125       80.375           0.810
10.125       80.625          11.130
10.125       80.875           5.910
10.125       81.125           5.940
10.125       81.375           5.760
10.125       81.625           5.310
10.125       81.875           0.630
10.125       82.125           0.630
10.125       82.375           0.900
10.125       82.625           0.030
10.125       82.875           0.000
10.125       83.125           0.030
10.125       83.375           1.170
10.125       83.625           0.000
10.125       83.875           4.380
10.125       84.125           2.280
10.125       84.375           1.680
10.125       84.625           1.260
10.125       84.875           0.360
10.125       85.125           1.440
10.125       85.375           2.370
10.125       85.625           2.760
10.125       85.875           4.530
10.125       86.125           4.800
10.125       86.375           8.550
10.125       86.625          12.510
10.375       74.125          65.430
10.375       74.375          64.680
10.375       74.625          67.530
10.375       74.875          66.390
10.375       75.125          92.122
10.375       75.375          90.181
10.375       75.625          81.145
10.375       75.875          50.370
10.375       76.125          55.878
10.375       76.375          95.011
10.375       76.625          59.831
10.375       76.875          60.493
10.375       77.125          36.801
10.375       77.375          22.149
10.375       77.625          14.204
10.375       77.875           7.388
10.375       78.125           3.061
10.375       78.375           3.270
10.375       78.625           2.862
10.375       78.875           0.487
10.375       79.125           0.000
10.375       79.375           0.000
10.375       79.625           0.605
10.375       79.875           0.136
10.375       80.125           5.160
10.375       80.375           1.230
10.375       80.625           2.910
10.375       80.875           6.570
10.375       81.125           5.310
10.375       81.375           4.950
10.375       81.625           6.600
10.375       81.875           0.990
10.375       82.125           0.450
10.375       82.375           1.140
10.375       82.625           0.000
10.375       82.875           0.000
10.375       83.125           0.060
10.375       83.375           0.960
10.375       83.625           0.030
10.375       83.875           6.210
10.375       84.125           4.620
10.375       84.375           2.130
10.375       84.625           1.080
10.375       84.875           2.220
10.375       85.125           2.580
10.375       85.375           2.730
10.375       85.625           2.730
10.375       85.875           0.750
10.375       86.125           2.130
10.375       86.375           9.420
10.375       86.625          10.920
10.625       74.125          89.070
10.625       74.375          85.800
10.625       74.625          67.560
10.625       74.875          73.890
10.625       75.125         113.746
10.625       75.375          93.243
10.625       75.625          95.042
10.625       75.875          77.879
10.625       76.125          86.515
10.625       76.375         108.658
10.625       76.625          99.786
10.625       76.875          71.926
10.625       77.125          35.507
10.625       77.375          21.611
10.625       77.625          16.406
10.625       77.875          12.273
10.625       78.125           4.475
10.625       78.375           2.684
10.625       78.625           2.072
10.625       78.875           1.805
10.625       79.125           0.000
10.625       79.375           0.000
10.625       79.625           0.378
10.625       79.875           0.299
10.625       80.125           0.780
10.625       80.375           1.770
10.625       80.625           5.430
10.625       80.875           5.610
10.625       81.125           5.310
10.625       81.375           6.990
10.625       81.625           5.820
10.625       81.875           0.570
10.625       82.125           1.050
10.625       82.375           0.030
10.625       82.625           0.000
10.625       82.875           0.030
10.625       83.125           0.000
10.625       83.375           0.000
10.625       83.625           0.000
10.625       83.875           5.970
10.625       84.125           2.940
10.625       84.375           2.760
10.625       84.625           1.920
10.625       84.875           2.370
10.625       85.125           1.950
10.625       85.375           0.840
10.625       85.625           0.300
10.625       85.875           0.000
10.625       86.125           0.000
10.625       86.375          10.260
10.625       86.625          38.340
10.875       74.125         100.620
10.875       74.375         109.290
10.875       74.625          87.660
10.875       74.875         111.390
10.875       75.125         147.762
10.875       75.375          96.439
10.875       75.625         133.496
10.875       75.875          99.764
10.875       76.125         124.347
10.875       76.375          82.257
10.875       76.625          93.123
10.875       76.875          73.697
10.875       77.125          29.759
10.875       77.375          15.112
10.875       77.625          11.623
10.875       77.875          10.134
10.875       78.125           5.192
10.875       78.375           1.194
10.875       78.625           3.678
10.875       78.875           1.960
10.875       79.125           2.433
10.875       79.375           0.000
10.875       79.625           0.000
10.875       79.875           0.470
10.875       80.125           0.488
10.875       80.375           5.640
10.875       80.625           5.580
10.875       80.875           4.680
10.875       81.125           0.330
10.875       81.375           0.390
10.875       81.625           5.730
10.875       81.875           0.030
10.875       82.125           0.000
10.875       82.375           0.000
10.875       82.625           0.000
10.875       82.875           0.000
10.875       83.125           0.000
10.875       83.375           0.000
10.875       83.625           5.100
10.875       83.875           2.970
10.875       84.125           1.770
10.875       84.375           1.680
10.875       84.625           1.170
10.875       84.875           0.930
10.875       85.125           0.330
10.875       85.375           0.000
10.875       85.625           0.090
10.875       85.875           0.360
10.875       86.125           2.220
10.875       86.375          10.560
10.875       86.625          30.030
11.125       74.125          94.650
11.125       74.375         101.370
11.125       74.625          94.440
11.125       74.875         105.540
11.125       75.125         153.877
11.125       75.375         102.718
11.125       75.625         101.645
11.125       75.875          97.770
11.125       76.125         102.206
11.125       76.375          77.644
11.125       76.625          86.223
11.125       76.875          86.541
11.125       77.125          34.107
11.125       77.375          18.417
11.125       77.625           5.346
11.125       77.875           8.130
11.125       78.125           2.281
11.125       78.375           1.991
11.125       78.625           1.885
11.125       78.875           2.217
11.125       79.125           1.166
11.125       79.375           0.000
11.125       79.625           1.139
11.125       79.875           0.000
11.125       80.125           0.168
11.125       80.375           0.570
11.125       80.625           0.540
11.125       80.875           0.330
11.125       81.125           0.180
11.125       81.375           0.180
11.125       81.625           0.180
11.125       81.875           0.000
11.125       82.125           0.030
11.125       82.375           0.000
11.125       82.625           0.000
11.125       82.875           0.000
11.125       83.125           0.000
11.125       83.375           0.000
11.125       83.625           0.000
11.125       83.875           0.210
11.125       84.125           0.000
11.125       84.375           0.420
11.125       84.625           0.000
11.125       84.875           0.450
11.125       85.125           0.270
11.125       85.375           0.150
11.125       85.625           1.170
11.125       85.875           2.610
11.125       86.125           8.820
11.125       86.375          29.580
11.125       86.625          53.460
11.375       74.125          84.930
11.375       74.375         105.720
11.375       74.625          92.820
11.375       74.875         101.010
11.375       75.125         127.128
11.375       75.375         124.595
11.375       75.625         103.420
11.375       75.875          97.328
11.375       76.125          85.282
11.375       76.375          80.782
11.375       76.625          80.010
11.375       76.875          60.425
11.375       77.125          30.183
11.375       77.375          18.653
11.375       77.625          11.726
11.375       77.875           3.742
11.375       78.125           3.328
11.375       78.375           5.694
11.375       78.625           4.631
11.375       78.875           3.951
11.375       79.125           0.733
11.375       79.375           0.244
11.375       79.625           2.550
11.375       79.875           0.000
11.375       80.125           0.110
11.375       80.375           0.360
11.375       80.625           0.330
11.375       80.875           0.360
11.375       81.125           0.060
11.375       81.375           0.150
11.375       81.625           0.000
11.375       81.875           0.030
11.375       82.125           0.000
11.375       82.375           0.000
11.375       82.625           0.000
11.375       82.875           0.000
11.375       83.125           0.000
11.375       83.375           0.000
11.375       83.625           0.000
11.375       83.875           0.000
11.375       84.125           0.150
11.375       84.375           1.350
11.375       84.625           0.000
11.375       84.875           2.340
11.375       85.125           5.190
11.375       85.375           5.940
11.375       85.625           6.600
11.375       85.875           9.000
11.375       86.125          14.790
11.375       86.375          50.100
11.375       86.625          24.900
11.625       74.125          77.520
11.625       74.375         106.950
11.625       74.625         114.270
11.625       74.875         139.980
11.625       75.125         209.964
11.625       75.375         174.114
11.625       75.625         106.494
11.625       75.875          82.907
11.625       76.125          73.706
11.625       76.375          70.404
11.625       76.625          72.800
11.625       76.875          58.893
11.625       77.125          22.312
11.625       77.375          14.131
11.625       77.625          13.624
11.625       77.875           8.309
11.625       78.125           2.979
11.625       78.375           4.060
11.625       78.625           4.084
11.625       78.875           1.111
11.625       79.125           0.557
11.625       79.375           0.000
11.625       79.625           0.000
11.625       79.875           0.000
11.625       80.125           0.136
11.625       80.375           0.433
11.625       80.625           0.450
11.625       80.875           0.270
11.625       81.125           0.000
11.625       81.375           0.180
11.625       81.625           0.000
11.625       81.875           0.030
11.625       82.125           0.000
11.625       82.375           0.000
11.625       82.625           0.000
11.625       82.875           0.000
11.625       83.125           0.000
11.625       83.375           0.000
11.625       83.625           0.000
11.625       83.875           0.000
11.625       84.125           1.350
11.625       84.375           2.250
11.625       84.625           2.880
11.625       84.875           8.790
11.625       85.125          11.700
11.625       85.375          14.730
11.625       85.625          25.050
11.625       85.875          15.630
11.625       86.125          20.070
11.625       86.375          63.660
11.625       86.625          34.800
11.875       74.125          79.650
11.875       74.375          87.180
11.875       74.625         122.940
11.875       74.875         136.620
11.875       75.125         230.881
11.875       75.375         197.617
11.875       75.625         126.337
11.875       75.875          72.219
11.875       76.125          75.423
11.875       76.375          63.018
11.875       76.625          48.731
11.875       76.875          37.522
11.875       77.125          16.556
11.875       77.375          12.311
11.875       77.625          10.082
11.875       77.875           6.747
11.875       78.125           2.215
11.875       78.375           4.024
11.875       78.625           4.971
11.875       78.875           2.447
11.875       79.125           1.619
11.875       79.375           0.000
11.875       79.625           0.000
11.875       79.875           0.106
11.875       80.125           0.135
11.875       80.375           0.313
11.875       80.625           0.420
11.875       80.875           0.180
11.875       81.125           0.000
11.875       81.375           0.000
11.875       81.625           0.210
11.875       81.875           0.030
11.875       82.125           0.000
11.875       82.375           0.000
11.875       82.625           0.000
11.875       82.875           0.000
11.875       83.125           0.000
11.875       83.375           0.000
11.875       83.625           0.000
11.875       83.875           0.000
11.875       84.125           1.800
11.875       84.375           5.310
11.875       84.625           8.790
11.875       84.875          20.820
11.875       85.125          29.310
11.875       85.375          34.440
11.875       85.625          34.830
11.875       85.875          28.200
11.875       86.125          28.500
11.875       86.375          99.360
11.875       86.625          30.870
12.125       74.125         132.217
12.125       74.375         151.880
12.125       74.625         119.826
12.125       74.875         127.075
12.125       75.125         126.376
12.125       75.375         128.464
12.125       75.625          86.469
12.125       75.875          61.874
12.125       76.125          29.831
12.125       76.375          32.075
12.125       76.625          20.615
12.125       76.875          14.592
12.125       77.125           7.359
12.125       77.375           8.620
12.125       77.625           3.081
12.125       77.875           0.918
12.125       78.125           2.935
12.125       78.375           5.453
12.125       78.625           2.829
12.125       78.875           2.943
12.125       79.125           2.153
12.125       79.375           0.000
12.125       79.625           0.000
12.125       79.875           0.373
12.125       80.125           0.000
12.125       80.375           0.000
12.125       80.625           0.319
12.125       80.875           0.350
12.125       81.125           0.000
12.125       81.375           0.060
12.125       81.625           0.120
12.125       81.875           0.000
12.125       82.125           0.000
12.125       82.375           0.000
12.125       82.625           0.000
12.125       82.875           0.000
12.125       83.125           0.000
12.125       83.375           0.000
12.125       83.625           0.060
12.125       83.875           0.630
12.125       84.125           4.530
12.125       84.375          10.950
12.125       84.625          24.870
12.125       84.875          34.920
12.125       85.125          42.870
12.125       85.375          53.820
12.125       85.625          47.520
12.125       85.875          52.470
12.125       86.125          51.600
12.125       86.375         102.930
12.125       86.625          27.600
12.375       74.125         120.740
12.375       74.375         129.232
12.375       74.625         167.440
12.375       74.875         113.450
12.375       75.125          71.314
12.375       75.375          78.155
12.375       75.625          55.402
12.375       75.875          36.659
12.375       76.125          13.044
12.375       76.375          13.867
12.375       76.625          11.890
12.375       76.875           4.078
12.375       77.125           3.199
12.375       77.375           3.493
12.375       77.625           1.122
12.375       77.875           2.056
12.375       78.125           2.992
12.375       78.375           1.177
12.375       78.625           2.480
12.375       78.875           3.077
12.375       79.125           1.504
12.375       79.375           1.784
12.375       79.625           0.000
12.375       79.875           0.352
12.375       80.125           0.000
12.375       80.375           0.000
12.375       80.625           0.000
12.375       80.875           0.054
12.375       81.125           0.000
12.375       81.375           0.030
12.375       81.625           0.060
12.375       81.875           0.000
12.375       82.125           0.000
12.375       82.375           0.000
12.375       82.625           0.000
12.375       82.875           0.000
12.375       83.125           0.000
12.375       83.375           0.000
12.375       83.625           2.820
12.375       83.875           8.520
12.375       84.125          10.800
12.375       84.375          21.450
12.375       84.625          34.650
12.375       84.875          34.680
12.375       85.125          53.880
12.375       85.375          58.140
12.375       85.625          57.570
12.375       85.875          84.210
12.375       86.125         130.320
12.375       86.375         133.590
12.375       86.625          74.250
12.625       74.125         160.681
12.625       74.375         137.159
12.625       74.625         167.308
12.625       74.875          75.764
12.625       75.125          53.946
12.625       75.375          36.391
12.625       75.625           9.622
12.625       75.875           7.185
12.625       76.125           3.161
12.625       76.375           6.398
12.625       76.625           6.910
12.625       76.875           5.030
12.625       77.125           2.459
12.625       77.375           1.347
12.625       77.625           2.014
12.625       77.875           2.047
12.625       78.125           0.909
12.625       78.375           0.794
12.625       78.625           1.252
12.625       78.875           2.031
12.625       79.125           1.665
12.625       79.375           3.367
12.625       79.625           4.759
12.625       79.875           1.639
12.625       80.125           0.000
12.625       80.375           0.000
12.625       80.625           0.000
12.625       80.875           0.000
12.625       81.125           0.000
12.625       81.375           0.630
12.625       81.625           0.000
12.625       81.875           0.000
12.625       82.125           0.030
12.625       82.375           0.000
12.625       82.625           0.000
12.625       82.875           0.000
12.625       83.125           0.000
12.625       83.375           0.210
12.625       83.625           6.060
12.625       83.875          12.810
12.625       84.125          21.450
12.625       84.375          30.330
12.625       84.625          34.680
12.625       84.875          47.490
12.625       85.125          68.670
12.625       85.375          61.050
12.625       85.625          83.850
12.625       85.875         142.020
12.625       86.125         146.160
12.625       86.375         218.130
12.625       86.625          71.520
12.875       74.125         232.118
12.875       74.375         167.249
12.875       74.625         123.670
12.875       74.875          73.172
12.875       75.125          48.444
12.875       75.375          27.170
12.875       75.625           9.194
12.875       75.875           9.265
12.875       76.125          12.671
12.875       76.375           5.147
12.875       76.625           8.827
12.875       76.875           4.791
12.875       77.125           0.000
12.875       77.375           0.000
12.875       77.625           0.000
12.875       77.875           0.000
12.875       78.125           0.000
12.875       78.375           0.742
12.875       78.625           3.066
12.875       78.875           1.392
12.875       79.125           2.821
12.875       79.375           2.960
12.875       79.625           0.798
12.875       79.875           0.477
12.875       80.125           0.405
12.875       80.375           0.000
12.875       80.625           0.224
12.875       80.875           0.000
12.875       81.125           0.150
12.875       81.375           0.270
12.875       81.625           0.000
12.875       81.875           0.000
12.875       82.125           0.000
12.875       82.375           0.000
12.875       82.625           0.000
12.875       82.875           0.000
12.875       83.125           0.000
12.875       83.375           0.450
12.875       83.625           6.060
12.875       83.875          12.810
12.875       84.125          21.960
12.875       84.375          35.220
12.875       84.625          56.100
12.875       84.875          67.650
12.875       85.125          74.580
12.875       85.375          95.340
12.875       85.625         145.560
12.875       85.875         132.480
12.875       86.125         231.660
12.875       86.375         268.950
12.875       86.625         200.820
13.125       74.125         255.845
13.125       74.375         218.524
13.125       74.625         121.161
13.125       74.875          63.574
13.125       75.125          32.638
13.125       75.375          19.977
13.125       75.625           3.764
13.125       75.875           9.430
13.125       76.125          14.976
13.125       76.375          14.848
13.125       76.625           6.180
13.125       76.875           0.898
13.125       77.125           1.008
13.125       77.375           1.056
13.125       77.625           1.034
13.125       77.875           0.665
13.125       78.125           0.000
13.125       78.375           0.000
13.125       78.625           4.788
13.125       78.875           2.885
13.125       79.125           3.896
13.125       79.375           3.571
13.125       79.625           0.000
13.125       79.875           0.122
13.125       80.125           0.222
13.125       80.375           0.000
13.125       80.625           0.000
13.125       80.875           0.000
13.125       81.125           0.300
13.125       81.375           0.000
13.125       81.625           0.000
13.125       81.875           0.000
13.125       82.125           0.000
13.125       82.375           0.000
13.125       82.625           0.000
13.125       82.875           0.000
13.125       83.125           0.000
13.125       83.375           0.480
13.125       83.625           5.370
13.125       83.875           8.970
13.125       84.125          20.610
13.125       84.375          41.070
13.125       84.625          57.480
13.125       84.875          52.710
13.125       85.125          75.090
13.125       85.375         146.370
13.125       85.625         157.680
13.125       85.875          90.510
13.125       86.125         178.050
13.125       86.375         214.410
13.125       86.625         148.680
13.375       74.125         239.712
13.375       74.375         264.201
13.375       74.625          86.706
13.375       74.875          54.226
13.375       75.125          30.791
13.375       75.375          24.910
13.375       75.625          13.299
13.375       75.875          14.359
13.375       76.125           2.922
13.375       76.375          17.628
13.375       76.625          12.499
13.375       76.875           4.398
13.375       77.125           4.054
13.375       77.375           2.255
13.375       77.625           0.594
13.375       77.875           0.000
13.375       78.125           0.542
13.375       78.375           0.000
13.375       78.625           1.342
13.375       78.875           4.350
13.375       79.125           5.481
13.375       79.375           0.916
13.375       79.625           1.875
13.375       79.875           1.067
13.375       80.125           0.072
13.375       80.375           0.266
13.375       80.625           0.000
13.375       80.875           0.000
13.375       81.125           0.060
13.375       81.375           0.000
13.375       81.625           0.000
13.375       81.875           0.000
13.375       82.125           0.000
13.375       82.375           0.000
13.375       82.625           0.000
13.375       82.875           0.000
13.375       83.125           0.000
13.375       83.375           0.000
13.375       83.625           0.870
13.375       83.875           5.370
13.375       84.125          20.610
13.375       84.375          28.800
13.375       84.625          33.450
13.375       84.875          46.200
13.375       85.125          94.140
13.375       85.375         165.810
13.375       85.625          85.050
13.375       85.875          69.390
13.375       86.125         231.690
13.375       86.375         246.750
13.375       86.625         116.550
13.625       74.125         183.733
13.625       74.375         164.326
13.625       74.625          95.501
13.625       74.875          72.853
13.625       75.125          31.307
13.625       75.375          15.168
13.625       75.625          18.694
13.625       75.875          25.611
13.625       76.125          20.663
13.625       76.375           8.717
13.625       76.625          13.766
13.625       76.875           4.289
13.625       77.125           3.378
13.625       77.375           3.119
13.625       77.625           0.028
13.625       77.875           1.221
13.625       78.125           0.867
13.625       78.375           2.119
13.625       78.625           2.753
13.625       78.875           4.434
13.625       79.125           2.433
13.625       79.375           7.258
13.625       79.625           6.657
13.625       79.875           8.972
13.625       80.125           0.443
13.625       80.375           1.496
13.625       80.625           0.263
13.625       80.875           0.000
13.625       81.125           0.360
13.625       81.375           0.000
13.625       81.625           0.000
13.625       81.875           0.000
13.625       82.125           0.000
13.625       82.375           0.000
13.625       82.625           0.000
13.625       82.875           0.000
13.625       83.125           0.000
13.625       83.375           0.000
13.625       83.625           0.120
13.625       83.875           0.870
13.625       84.125          11.010
13.625       84.375          20.640
13.625       84.625          33.360
13.625       84.875          42.750
13.625       85.125          94.440
13.625       85.375         167.610
13.625       85.625         143.730
13.625       85.875          44.160
13.625       86.125          91.860
13.625       86.375         166.590
13.625       86.625         157.380
13.875       74.125         135.949
13.875       74.375         122.689
13.875       74.625          77.037
13.875       74.875          44.078
13.875       75.125          28.732
13.875       75.375          16.901
13.875       75.625          17.680
13.875       75.875          20.388
13.875       76.125          16.925
13.875       76.375          11.178
13.875       76.625           5.297
13.875       76.875           3.390
13.875       77.125           0.450
13.875       77.375           0.000
13.875       77.625           0.717
13.875       77.875           0.110
13.875       78.125           0.000
13.875       78.375           2.132
13.875       78.625           5.372
13.875       78.875          12.457
13.875       79.125           5.657
13.875       79.375           9.026
13.875       79.625          11.714
13.875       79.875           1.270
13.875       80.125           0.081
13.875       80.375           0.879
13.875       80.625           0.403
13.875       80.875           0.000
13.875       81.125           0.870
13.875       81.375           0.000
13.875       81.625           0.000
13.875       81.875           0.000
13.875       82.125           0.000
13.875       82.375           0.000
13.875       82.625           0.000
13.875       82.875           0.000
13.875       83.125           0.000
13.875       83.375           0.000
13.875       83.625           0.060
13.875       83.875           0.270
13.875       84.125           2.790
13.875       84.375          12.750
13.875       84.625          37.710
13.875       84.875          57.270
13.875       85.125          90.600
13.875       85.375         153.450
13.875       85.625         141.120
13.875       85.875         103.560
13.875       86.125          82.200
13.875       86.375         158.730
13.875       86.625         107.880
14.125       74.125         112.509
14.125       74.375         111.331
14.125       74.625          72.334
14.125       74.875          30.458
14.125       75.125          19.417
14.125       75.375          16.599
14.125       75.625           9.476
14.125       75.875           6.045
14.125       76.125           8.608
14.125       76.375           9.873
14.125       76.625           9.577
14.125       76.875          14.528
14.125       77.125           2.404
14.125       77.375           0.256
14.125       77.625           0.117
14.125       77.875           0.000
14.125       78.125           4.878
14.125       78.375           8.811
14.125       78.625           7.910
14.125       78.875           5.025
14.125       79.125           5.345
14.125       79.375           6.638
14.125       79.625           7.276
14.125       79.875           0.000
14.125       80.125           3.397
14.125       80.375           0.788
14.125       80.625           0.000
14.125       80.875           0.000
14.125       81.125           0.210
14.125       81.375           0.060
14.125       81.625           0.000
14.125       81.875           0.000
14.125       82.125           0.000
14.125       82.375           0.000
14.125       82.625           0.000
14.125       82.875           0.000
14.125       83.125           0.000
14.125       83.375           0.000
14.125       83.625           0.000
14.125       83.875           2.250
14.125       84.125           3.030
14.125       84.375           8.400
14.125       84.625          41.760
14.125       84.875          54.690
14.125       85.125          93.240
14.125       85.375         144.420
14.125       85.625         150.540
14.125       85.875         107.220
14.125       86.125          70.980
14.125       86.375         109.260
14.125       86.625         180.870
14.375       74.125          87.524
14.375       74.375          64.077
14.375       74.625          36.127
14.375       74.875          21.480
14.375       75.125           7.919
14.375       75.375           8.691
14.375       75.625          11.748
14.375       75.875           8.229
14.375       76.125           3.763
14.375       76.375          17.438
14.375       76.625          12.023
14.375       76.875          16.708
14.375       77.125           9.841
14.375       77.375           8.419
14.375       77.625           0.000
14.375       77.875           0.000
14.375       78.125           0.000
14.375       78.375           0.039
14.375       78.625           5.970
14.375       78.875          15.532
14.375       79.125           8.170
14.375       79.375           6.254
14.375       79.625           8.087
14.375       79.875           2.945
14.375       80.125           0.000
14.375       80.375           0.000
14.375       80.625           0.000
14.375       80.875           0.000
14.375       81.125           0.000
14.375       81.375           0.000
14.375       81.625           0.000
14.375       81.875           0.000
14.375       82.125           0.000
14.375       82.375           0.000
14.375       82.625           0.000
14.375       82.875           0.000
14.375       83.125           0.000
14.375       83.375           0.000
14.375       83.625           0.000
14.375       83.875           0.000
14.375       84.125           1.530
14.375       84.375           3.030
14.375       84.625          27.420
14.375       84.875          38.370
14.375       85.125          69.150
14.375       85.375         114.300
14.375       85.625         121.500
14.375       85.875         109.410
14.375       86.125          78.180
14.375       86.375          88.170
14.375       86.625         165.030
14.625       74.125          91.067
14.625       74.375          54.068
14.625       74.625          34.848
14.625       74.875          25.977
14.625       75.125          18.338
14.625       75.375           2.698
14.625       75.625           7.706
14.625       75.875           0.052
14.625       76.125           3.316
14.625       76.375          12.884
14.625       76.625           6.178
14.625       76.875           1.799
14.625       77.125           5.153
14.625       77.375           4.647
14.625       77.625           0.025
14.625       77.875           0.000
14.625       78.125           9.220
14.625       78.375          11.313
14.625       78.625           4.508
14.625       78.875           7.521
14.625       79.125           3.182
14.625       79.375           9.879
14.625       79.625          10.158
14.625       79.875          11.059
14.625       80.125           0.000
14.625       80.375           0.000
14.625       80.625           0.000
14.625       80.875           0.000
14.625       81.125           0.000
14.625       81.375           0.000
14.625       81.625           0.000
14.625       81.875           0.000
14.625       82.125           0.000
14.625       82.375           0.000
14.625       82.625           0.000
14.625       82.875           0.000
14.625       83.125           0.000
14.625       83.375           0.000
14.625       83.625           0.000
14.625       83.875           0.000
14.625       84.125           0.000
14.625       84.375           0.000
14.625       84.625           3.360
14.625       84.875           7.380
14.625       85.125          23.310
14.625       85.375          42.210
14.625       85.625          77.310
14.625       85.875          74.970
14.625       86.125          62.550
14.625       86.375          39.450
14.625       86.625          31.140
14.875       74.125          50.773
14.875       74.375          33.581
14.875       74.625          22.557
14.875       74.875          32.362
14.875       75.125          17.649
14.875       75.375           4.184
14.875       75.625           4.437
14.875       75.875           2.563
14.875       76.125           2.884
14.875       76.375          11.920
14.875       76.625           9.606
14.875       76.875          12.836
14.875       77.125          11.463
14.875       77.375           0.000
14.875       77.625           0.144
14.875       77.875           0.029
14.875       78.125          11.409
14.875       78.375          10.883
14.875       78.625          12.763
14.875       78.875          14.040
14.875       79.125           5.928
14.875       79.375           3.849
14.875       79.625           9.297
14.875       79.875           3.928
14.875       80.125           0.000
14.875       80.375           0.294
14.875       80.625           0.000
14.875       80.875           0.000
14.875       81.125           0.000
14.875       81.375           0.000
14.875       81.625           0.000
14.875       81.875           0.000
14.875       82.125           0.000
14.875       82.375           0.000
14.875       82.625           0.000
14.875       82.875           0.000
14.875       83.125           0.000
14.875       83.375           0.000
14.875       83.625           0.000
14.875       83.875           0.000
14.875       84.125           0.000
14.875       84.375           0.000
14.875       84.625           0.000
14.875       84.875           1.530
14.875       85.125           3.150
14.875       85.375           7.860
14.875       85.625           9.930
14.875       85.875          13.950
14.875       86.125          25.740
14.875       86.375          25.560
14.875       86.625           9.000
15.125       74.125          30.975
15.125       74.375          11.996
15.125       74.625          21.980
15.125       74.875          34.817
15.125       75.125          11.924
15.125       75.375           3.892
15.125       75.625           6.446
15.125       75.875           0.000
15.125       76.125           8.505
15.125       76.375          16.203
15.125       76.625          18.930
15.125       76.875           6.104
15.125       77.125           1.416
15.125       77.375           1.984
15.125       77.625           0.000
15.125       77.875           0.000
15.125       78.125           0.000
15.125       78.375           5.725
15.125       78.625           4.287
15.125       78.875           4.724
15.125       79.125           5.613
15.125       79.375           4.849
15.125       79.625           3.409
15.125       79.875           1.772
15.125       80.125           0.000
15.125       80.375           0.691
15.125       80.625           0.000
15.125       80.875           0.000
15.125       81.125           0.000
15.125       81.375           0.000
15.125       81.625           0.000
15.125       81.875           0.000
15.125       82.125           0.000
15.125       82.375           0.000
15.125       82.625           0.000
15.125       82.875           0.000
15.125       83.125           0.000
15.125       83.375           0.000
15.125       83.625           0.000
15.125       83.875           0.000
15.125       84.125           0.000
15.125       84.375           0.000
15.125       84.625           0.000
15.125       84.875           0.000
15.125       85.125           0.000
15.125       85.375           0.510
15.125       85.625           0.510
15.125       85.875           1.830
15.125       86.125          20.670
15.125       86.375           6.060
15.125       86.625          15.210
15.375       74.125          17.008
15.375       74.375           3.384
15.375       74.625          24.528
15.375       74.875          36.284
15.375       75.125          11.923
15.375       75.375           7.653
15.375       75.625           7.765
15.375       75.875           0.000
15.375       76.125          10.407
15.375       76.375          18.766
15.375       76.625           8.724
15.375       76.875          10.532
15.375       77.125          17.362
15.375       77.375          24.269
15.375       77.625          11.531
15.375       77.875           4.476
15.375       78.125           0.000
15.375       78.375           3.724
15.375       78.625           3.084
15.375       78.875           7.385
15.375       79.125           7.160
15.375       79.375           6.708
15.375       79.625           0.000
15.375       79.875           0.000
15.375       80.125           0.000
15.375       80.375           1.026
15.375       80.625           0.000
15.375       80.875           0.000
15.375       81.125           0.000
15.375       81.375           0.000
15.375       81.625           0.000
15.375       81.875           0.000
15.375       82.125           0.000
15.375       82.375           0.000
15.375       82.625           0.000
15.375       82.875           0.000
15.375       83.125           0.000
15.375       83.375           0.000
15.375       83.625           0.000
15.375       83.875           0.000
15.375       84.125           0.000
15.375       84.375           0.000
15.375       84.625           0.000
15.375       84.875           0.000
15.375       85.125           0.000
15.375       85.375           0.000
15.375       85.625           0.000
15.375       85.875           0.000
15.375       86.125          10.200
15.375       86.375          29.820
15.375       86.625          23.460
15.625       74.125          29.155
15.625       74.375          14.514
15.625       74.625          37.320
15.625       74.875          93.296
15.625       75.125          46.122
15.625       75.375           1.696
15.625       75.625           1.963
15.625       75.875           1.776
15.625       76.125          12.387
15.625       76.375          10.810
15.625       76.625           4.364
15.625       76.875           0.000
15.625       77.125           6.379
15.625       77.375          16.827
15.625       77.625          15.465
15.625       77.875           4.606
15.625       78.125           0.000
15.625       78.375           0.000
15.625       78.625           6.550
15.625       78.875           6.280
15.625       79.125           3.835
15.625       79.375           2.970
15.625       79.625           0.000
15.625       79.875           0.000
15.625       80.125           0.000
15.625       80.375           0.000
15.625       80.625           0.000
15.625       80.875           0.000
15.625       81.125           0.000
15.625       81.375           0.000
15.625       81.625           0.000
15.625       81.875           0.000
15.625       82.125           0.000
15.625       82.375           0.000
15.625       82.625           0.000
15.625       82.875           0.000
15.625       83.125           0.000
15.625       83.375           0.000
15.625       83.625           0.000
15.625       83.875           0.000
15.625       84.125           0.000
15.625       84.375           0.000
15.625       84.625           0.000
15.625       84.875           0.000
15.625       85.125           0.000
15.625       85.375           0.000
15.625       85.625           0.000
15.625       85.875           0.000
15.625       86.125           3.990
15.625       86.375          11.310
15.625       86.625          22.560
15.875       74.125          23.737
15.875       74.375          37.252
15.875       74.625          69.552
15.875       74.875          42.089
15.875       75.125           7.170
15.875       75.375           0.090
15.875       75.625           2.786
15.875       75.875           2.516
15.875       76.125           5.055
15.875       76.375           5.639
15.875       76.625           5.779
15.875       76.875           6.229
15.875       77.125           3.105
15.875       77.375           4.052
15.875       77.625           0.000
15.875       77.875           0.000
15.875       78.125           0.000
15.875       78.375           0.000
15.875       78.625           3.160
15.875       78.875           1.202
15.875       79.125           0.458
15.875       79.375           0.000
15.875       79.625           0.000
15.875       79.875           0.000
15.875       80.125           0.000
15.875       80.375           0.000
15.875       80.625           0.000
15.875       80.875           0.000
15.875       81.125           0.000
15.875       81.375           0.000
15.875       81.625           0.000
15.875       81.875           0.000
15.875       82.125           0.000
15.875       82.375           0.000
15.875       82.625           0.000
15.875       82.875           0.000
15.875       83.125           0.000
15.875       83.375           0.000
15.875       83.625           0.000
15.875       83.875           0.000
15.875       84.125           0.000
15.875       84.375           0.000
15.875       84.625           0.000
15.875       84.875           0.000
15.875       85.125           0.000
15.875       85.375           0.000
15.875       85.625           0.000
15.875       85.875           0.030
15.875       86.125           5.430
15.875       86.375           5.730
15.875       86.625           8.760
16.125       74.125          16.515
16.125       74.375          25.146
16.125       74.625          14.700
16.125       74.875           6.279
16.125       75.125           3.127
16.125       75.375           2.157
16.125       75.625          10.107
16.125       75.875           5.309
16.125       76.125           7.581
16.125       76.375           6.237
16.125       76.625           0.000
16.125       76.875           2.459
16.125       77.125           1.964
16.125       77.375           2.349
16.125       77.625           4.419
16.125       77.875           0.000
16.125       78.125           0.000
16.125       78.375           0.000
16.125       78.625           0.000
16.125       78.875           0.000
16.125       79.125           0.000
16.125       79.375           0.000
16.125       79.625           0.000
16.125       79.875           0.000
16.125       80.125           0.000
16.125       80.375           0.000
16.125       80.625           0.000
16.125       80.875           0.000
16.125       81.125           0.000
16.125       81.375           0.000
16.125       81.625           0.000
16.125       81.875           0.000
16.125       82.125           0.000
16.125       82.375           0.000
16.125       82.625           0.000
16.125       82.875           0.000
16.125       83.125           0.000
16.125       83.375           0.000
16.125       83.625           0.000
16.125       83.875           0.000
16.125       84.125           0.000
16.125       84.375           0.000
16.125       84.625           0.000
16.125       84.875           0.000
16.125       85.125           0.000
16.125       85.375           0.000
16.125       85.625           0.000
16.125       85.875           0.090
16.125       86.125           0.120
16.125       86.375           0.060
16.125       86.625           0.000
16.375       74.125          12.204
16.375       74.375           6.991
16.375       74.625           6.331
16.375       74.875           5.859
16.375       75.125           4.730
16.375       75.375           3.823
16.375       75.625          17.356
16.375       75.875           9.536
16.375       76.125          11.122
16.375       76.375           5.587
16.375       76.625           2.765
16.375       76.875           0.000
16.375       77.125           4.429
16.375       77.375           4.428
16.375       77.625           0.000
16.375       77.875           0.000
16.375       78.125           0.000
16.375       78.375           0.000
16.375       78.625           0.000
16.375       78.875           0.000
16.375       79.125           0.000
16.375       79.375           0.000
16.375       79.625           0.000
16.375       79.875           0.000
16.375       80.125           0.000
16.375       80.375           0.000
16.375       80.625           0.000
16.375       80.875           0.000
16.375       81.125           0.000
16.375       81.375           0.000
16.375       81.625           0.000
16.375       81.875           0.000
16.375       82.125           0.000
16.375       82.375           0.000
16.375       82.625           0.000
16.375       82.875           0.000
16.375       83.125           0.000
16.375       83.375           0.000
16.375       83.625           0.000
16.375       83.875           0.000
16.375       84.125           0.000
16.375       84.375           0.000
16.375       84.625           0.000
16.375       84.875           0.000
16.375       85.125           0.000
16.375       85.375           0.000
16.375       85.625           0.000
16.375       85.875           0.000
16.375       86.125           2.580
16.375       86.375           5.880
16.375       86.625           0.000
16.625       74.125           8.585
16.625       74.375           4.036
16.625       74.625           1.705
16.625       74.875           0.902
16.625       75.125           0.000
16.625       75.375           0.000
16.625       75.625           1.499
16.625       75.875           3.477
16.625       76.125           4.624
16.625       76.375           6.102
16.625       76.625           2.622
16.625       76.875           0.000
16.625       77.125           0.000
16.625       77.375           0.000
16.625       77.625           0.000
16.625       77.875           0.000
16.625       78.125           0.000
16.625       78.375           0.000
16.625       78.625           0.000
16.625       78.875           0.000
16.625       79.125           0.000
16.625       79.375           0.000
16.625       79.625           0.000
16.625       79.875           0.000
16.625       80.125           0.000
16.625       80.375           0.000
16.625       80.625           0.000
16.625       80.875           0.000
16.625       81.125           0.000
16.625       81.375           0.000
16.625       81.625           0.000
16.625       81.875           0.000
16.625       82.125           0.000
16.625       82.375           0.000
16.625       82.625           0.000
16.625       82.875           0.000
16.625       83.125           0.000
16.625       83.375           0.000
16.625       83.625           0.000
16.625       83.875           0.000
16.625       84.125           0.000
16.625       84.375           0.000
16.625       84.625           0.000
16.625       84.875           0.000
16.625       85.125           0.000
16.625       85.375           0.000
16.625       85.625           0.000
16.625       85.875           0.000
16.625       86.125           0.000
16.625       86.375           0.000
16.625       86.625           1.170
16.875       74.125          17.347
16.875       74.375          20.782
16.875       74.625           0.000
16.875       74.875           4.392
16.875       75.125           4.613
16.875       75.375           3.212
16.875       75.625           0.000
16.875       75.875           0.000
16.875       76.125           0.000
16.875       76.375           0.000
16.875       76.625           0.000
16.875       76.875           0.000
16.875       77.125           0.000
16.875       77.375           0.000
16.875       77.625           0.000
16.875       77.875           0.000
16.875       78.125           0.000
16.875       78.375           0.000
16.875       78.625           0.000
16.875       78.875           0.000
16.875       79.125           0.000
16.875       79.375           0.000
16.875       79.625           0.000
16.875       79.875           0.000
16.875       80.125           0.000
16.875       80.375           0.000
16.875       80.625           0.000
16.875       80.875           0.000
16.875       81.125           0.000
16.875       81.375           0.000
16.875       81.625           0.000
16.875       81.875           0.000
16.875       82.125           0.000
16.875       82.375           0.000
16.875       82.625           0.000
16.875       82.875           0.000
16.875       83.125           0.000
16.875       83.375           0.000
16.875       83.625           0.000
16.875       83.875           0.000
16.875       84.125           0.000
16.875       84.375           0.000
16.875       84.625           0.000
16.875       84.875           0.000
16.875       85.125           0.000
16.875       85.375           0.000
16.875       85.625           0.000
16.875       85.875           0.000
16.875       86.125           0.000
16.875       86.375           0.000
16.875       86.625           5.880
17.125       74.125          52.205
17.125       74.375           9.884
17.125       74.625           0.060
17.125       74.875           0.097
17.125       75.125           0.000
17.125       75.375           6.001
17.125       75.625           0.000
17.125       75.875           1.733
17.125       76.125           0.000
17.125       76.375           4.041
17.125       76.625           0.000
17.125       76.875           0.000
17.125       77.125           0.000
17.125       77.375           0.000
17.125       77.625           0.000
17.125       77.875           0.000
17.125       78.125           0.000
17.125       78.375           0.000
17.125       78.625           0.000
17.125       78.875           0.000
17.125       79.125           0.000
17.125       79.375           0.000
17.125       79.625           0.000
17.125       79.875           0.000
17.125       80.125           0.000
17.125       80.375           0.000
17.125       80.625           0.000
17.125       80.875           0.000
17.125       81.125           0.000
17.125       81.375           0.000
17.125       81.625           0.000
17.125       81.875           0.000
17.125       82.125           1.344
17.125       82.375           0.000
17.125       82.625           0.000
17.125       82.875           0.000
17.125       83.125           0.000
17.125       83.375           0.000
17.125       83.625           0.000
17.125       83.875           0.000
17.125       84.125           0.000
17.125       84.375           0.000
17.125       84.625           0.000
17.125       84.875           0.000
17.125       85.125           0.000
17.125       85.375           0.000
17.125       85.625           0.000
17.125       85.875           0.000
17.125       86.125           0.000
17.125       86.375           0.000
17.125       86.625           0.000
17.375       74.125          32.913
17.375       74.375          15.054
17.375       74.625           0.559
17.375       74.875           0.000
17.375       75.125          10.603
17.375       75.375           0.000
17.375       75.625           0.000
17.375       75.875           2.968
17.375       76.125           4.819
17.375       76.375           0.000
17.375       76.625           0.000
17.375       76.875           0.000
17.375       77.125           6.478
17.375       77.375           4.485
17.375       77.625           0.000
17.375       77.875           0.000
17.375       78.125           0.000
17.375       78.375           0.000
17.375       78.625           0.000
17.375       78.875           0.000
17.375       79.125           0.000
17.375       79.375           0.000
17.375       79.625           0.000
17.375       79.875           0.000
17.375       80.125           0.000
17.375       80.375           0.000
17.375       80.625           0.000
17.375       80.875           0.000
17.375       81.125           0.000
17.375       81.375           1.391
17.375       81.625           0.465
17.375       81.875           0.000
17.375       82.125           0.000
17.375       82.375           0.000
17.375       82.625           0.000
17.375       82.875           0.000
17.375       83.125           0.197
17.375       83.375           0.000
17.375       83.625           0.000
17.375       83.875           0.000
17.375       84.125           0.000
17.375       84.375           0.000
17.375       84.625           0.000
17.375       84.875           0.000
17.375       85.125           0.000
17.375       85.375           0.000
17.375       85.625           0.000
17.375       85.875           0.000
17.375       86.125           0.000
17.375       86.375           0.000
17.375       86.625           0.000
17.625       74.125          21.396
17.625       74.375           0.000
17.625       74.625           0.000
17.625       74.875           1.762
17.625       75.125           8.731
17.625       75.375           4.670
17.625       75.625           0.000
17.625       75.875           0.000
17.625       76.125           7.619
17.625       76.375           9.322
17.625       76.625          11.744
17.625       76.875           7.870
17.625       77.125           6.742
17.625       77.375           0.000
17.625       77.625           0.000
17.625       77.875           0.000
17.625       78.125           0.000
17.625       78.375           0.000
17.625       78.625           0.000
17.625       78.875           0.000
17.625       79.125           0.000
17.625       79.375           0.000
17.625       79.625           0.000
17.625       79.875           0.000
17.625       80.125           0.000
17.625       80.375           0.000
17.625       80.625           0.000
17.625       80.875           0.000
17.625       81.125           0.000
17.625       81.375           3.968
17.625       81.625           0.000
17.625       81.875           0.000
17.625       82.125           3.503
17.625       82.375           4.344
17.625       82.625           0.000
17.625       82.875           0.000
17.625       83.125           0.000
17.625       83.375           0.000
17.625       83.625           0.000
17.625       83.875           0.000
17.625       84.125           0.000
17.625       84.375           0.000
17.625       84.625           0.000
17.625       84.875           0.000
17.625       85.125           0.000
17.625       85.375           0.000
17.625       85.625           0.000
17.625       85.875           0.000
17.625       86.125           0.000
17.625       86.375           0.000
17.625       86.625           0.000
17.875       74.125          19.314
17.875       74.375           0.000
17.875       74.625           0.000
17.875       74.875           0.000
17.875       75.125           3.961
17.875       75.375           7.144
17.875       75.625           0.000
17.875       75.875           0.000
17.875       76.125          16.694
17.875       76.375          13.914
17.875       76.625          16.699
17.875       76.875          18.178
17.875       77.125           0.000
17.875       77.375           0.000
17.875       77.625           0.000
17.875       77.875           4.165
17.875       78.125           0.000
17.875       78.375           0.000
17.875       78.625           0.000
17.875       78.875           0.000
17.875       79.125           0.000
17.875       79.375           0.000
17.875       79.625           0.000
17.875       79.875           0.000
17.875       80.125           0.000
17.875       80.375           1.406
17.875       80.625           1.027
17.875       80.875           1.242
17.875       81.125           8.507
17.875       81.375          13.423
17.875       81.625           7.875
17.875       81.875           2.583
17.875       82.125           3.100
17.875       82.375           9.172
17.875       82.625           2.363
17.875       82.875           0.000
17.875       83.125           0.000
17.875       83.375           0.000
17.875       83.625           0.000
17.875       83.875           0.000
17.875       84.125           0.000
17.875       84.375           0.000
17.875       84.625           0.000
17.875       84.875           0.000
17.875       85.125           0.000
17.875       85.375           0.000
17.875       85.625           0.000
17.875       85.875           0.000
17.875       86.125           0.000
17.875       86.375           0.000
17.875       86.625           0.000
18.125       74.125          46.316
18.125       74.375          13.882
18.125       74.625           7.153
18.125       74.875           9.832
18.125       75.125           5.275
18.125       75.375          16.284
18.125       75.625           0.000
18.125       75.875           0.000
18.125       76.125           0.000
18.125       76.375           1.506
18.125       76.625           1.007
18.125       76.875           0.000
18.125       77.125           0.000
18.125       77.375           3.980
18.125       77.625          15.390
18.125       77.875          13.854
18.125       78.125           1.838
18.125       78.375           0.000
18.125       78.625           0.000
18.125       78.875           0.000
18.125       79.125           0.000
18.125       79.375           0.000
18.125       79.625           0.000
18.125       79.875           0.000
18.125       80.125           0.000
18.125       80.375           8.113
18.125       80.625           5.269
18.125       80.875           4.109
18.125       81.125           7.671
18.125       81.375          17.684
18.125       81.625          20.542
18.125       81.875           0.000
18.125       82.125           0.000
18.125       82.375           6.434
18.125       82.625          21.704
18.125       82.875           5.605
18.125       83.125           0.938
18.125       83.375           0.000
18.125       83.625           0.000
18.125       83.875           0.000
18.125       84.125           0.000
18.125       84.375           0.000
18.125       84.625           0.000
18.125       84.875           0.000
18.125       85.125           0.000
18.125       85.375           0.000
18.125       85.625           0.000
18.125       85.875           0.000
18.125       86.125           0.000
18.125       86.375           0.000
18.125       86.625           0.000
18.375       74.125          62.343
18.375       74.375          77.977
18.375       74.625          28.417
18.375       74.875          15.832
18.375       75.125          14.240
18.375       75.375          12.446
18.375       75.625           0.000
18.375       75.875           0.000
18.375       76.125           0.000
18.375       76.375           0.000
18.375       76.625          13.269
18.375       76.875           0.000
18.375       77.125           0.000
18.375       77.375           4.194
18.375       77.625           9.942
18.375       77.875          11.755
18.375       78.125           3.885
18.375       78.375           0.000
18.375       78.625           0.000
18.375       78.875           0.000
18.375       79.125           0.000
18.375       79.375           0.000
18.375       79.625           0.000
18.375       79.875           0.000
18.375       80.125           0.000
18.375       80.375           7.875
18.375       80.625           0.000
18.375       80.875           1.942
18.375       81.125           0.000
18.375       81.375           6.256
18.375       81.625           5.322
18.375       81.875           0.000
18.375       82.125           0.000
18.375       82.375           1.474
18.375       82.625          10.552
18.375       82.875          36.381
18.375       83.125           0.537
18.375       83.375           1.585
18.375       83.625           1.075
18.375       83.875           0.000
18.375       84.125           0.000
18.375       84.375           0.000
18.375       84.625           0.000
18.375       84.875           0.000
18.375       85.125           0.000
18.375       85.375           0.000
18.375       85.625           0.000
18.375       85.875           0.000
18.375       86.125           0.000
18.375       86.375           0.000
18.375       86.625           0.000
18.625       74.125          35.474
18.625       74.375          31.926
18.625       74.625          20.482
18.625       74.875          23.267
18.625       75.125          37.240
18.625       75.375          26.634
18.625       75.625           7.238
18.625       75.875           2.420
18.625       76.125           6.986
18.625       76.375           5.071
18.625       76.625          14.203
18.625       76.875           6.627
18.625       77.125          44.447
18.625       77.375          10.251
18.625       77.625           2.443
18.625       77.875           3.967
18.625       78.125           2.594
18.625       78.375           1.166
18.625       78.625           0.000
18.625       78.875           0.000
18.625       79.125           0.000
18.625       79.375           0.000
18.625       79.625           0.000
18.625       79.875           0.000
18.625       80.125           0.000
18.625       80.375           0.000
18.625       80.625           0.000
18.625       80.875           0.000
18.625       81.125          10.122
18.625       81.375           4.899
18.625       81.625           2.140
18.625       81.875           2.774
18.625       82.125           3.795
18.625       82.375           9.906
18.625       82.625           5.668
18.625       82.875           2.012
18.625       83.125           0.000
18.625       83.375           9.359
18.625       83.625          13.455
18.625       83.875          13.610
18.625       84.125           2.247
18.625       84.375           0.000
18.625       84.625           0.000
18.625       84.875           0.000
18.625       85.125           0.000
18.625       85.375           0.000
18.625       85.625           0.000
18.625       85.875           0.000
18.625       86.125           0.000
18.625       86.375           0.000
18.625       86.625           0.000
18.875       74.125          37.236
18.875       74.375          28.634
18.875       74.625          25.935
18.875       74.875          18.638
18.875       75.125          12.475
18.875       75.375          19.717
18.875       75.625          24.914
18.875       75.875          19.861
18.875       76.125          13.962
18.875       76.375           9.497
18.875       76.625           6.143
18.875       76.875           4.941
18.875       77.125           3.918
18.875       77.375           2.904
18.875       77.625           1.995
18.875       77.875           3.140
18.875       78.125           5.732
18.875       78.375           1.753
18.875       78.625           1.040
18.875       78.875           0.000
18.875       79.125           0.000
18.875       79.375           0.000
18.875       79.625           0.000
18.875       79.875           0.000
18.875       80.125           0.000
18.875       80.375           0.000
18.875       80.625           0.000
18.875       80.875           0.000
18.875       81.125          13.060
18.875       81.375           0.000
18.875       81.625           9.885
18.875       81.875           1.254
18.875       82.125           0.994
18.875       82.375           0.000
18.875       82.625           3.363
18.875       82.875           5.229
18.875       83.125          15.275
18.875       83.375          42.535
18.875       83.625          43.719
18.875       83.875          33.727
18.875       84.125           7.698
18.875       84.375           0.301
18.875       84.625           0.000
18.875       84.875           0.000
18.875       85.125           0.000
18.875       85.375           0.000
18.875       85.625           0.000
18.875       85.875           0.000
18.875       86.125           0.000
18.875       86.375           0.000
18.875       86.625           0.000
19.125       74.125          48.419
19.125       74.375          23.689
19.125       74.625          28.326
19.125       74.875          25.035
19.125       75.125           0.307
19.125       75.375          22.231
19.125       75.625          24.346
19.125       75.875          22.485
19.125       76.125          14.016
19.125       76.375          14.289
19.125       76.625          10.114
19.125       76.875           7.466
19.125       77.125           9.841
19.125       77.375          13.872
19.125       77.625           6.438
19.125       77.875           5.965
19.125       78.125           2.150
19.125       78.375           2.809
19.125       78.625           1.323
19.125       78.875           0.000
19.125       79.125           0.622
19.125       79.375           0.813
19.125       79.625           0.000
19.125       79.875           0.000
19.125       80.125           6.871
19.125       80.375           4.186
19.125       80.625           1.779
19.125       80.875           1.071
19.125       81.125           2.001
19.125       81.375           9.753
19.125       81.625          17.607
19.125       81.875           5.641
19.125       82.125           0.000
19.125       82.375           0.000
19.125       82.625           1.472
19.125       82.875          10.912
19.125       83.125          49.323
19.125       83.375          46.269
19.125       83.625          26.323
19.125       83.875          15.055
19.125       84.125           1.838
19.125       84.375           3.927
19.125       84.625           0.000
19.125       84.875           0.000
19.125       85.125           0.000
19.125       85.375           0.000
19.125       85.625           0.000
19.125       85.875           0.000
19.125       86.125           0.000
19.125       86.375           0.000
19.125       86.625           0.000
19.375       74.125          42.171
19.375       74.375          13.797
19.375       74.625          15.683
19.375       74.875           3.169
19.375       75.125           0.000
19.375       75.375          20.790
19.375       75.625          24.406
19.375       75.875          29.783
19.375       76.125          23.595
19.375       76.375          10.226
19.375       76.625          11.092
19.375       76.875          10.484
19.375       77.125           9.299
19.375       77.375           8.723
19.375       77.625           8.307
19.375       77.875           8.449
19.375       78.125           3.540
19.375       78.375           0.503
19.375       78.625           0.000
19.375       78.875           2.506
19.375       79.125           4.251
19.375       79.375           2.999
19.375       79.625           0.000
19.375       79.875           3.191
19.375       80.125           8.150
19.375       80.375           7.631
19.375       80.625           2.170
19.375       80.875           0.704
19.375       81.125           0.000
19.375       81.375          17.115
19.375       81.625          10.743
19.375       81.875           4.862
19.375       82.125           1.118
19.375       82.375           0.000
19.375       82.625           0.000
19.375       82.875          13.808
19.375       83.125          31.977
19.375       83.375          15.944
19.375       83.625          10.184
19.375       83.875           6.221
19.375       84.125           6.147
19.375       84.375           0.673
19.375       84.625           0.000
19.375       84.875           0.000
19.375       85.125           0.000
19.375       85.375           0.000
19.375       85.625           0.000
19.375       85.875           0.000
19.375       86.125           0.000
19.375       86.375           0.000
19.375       86.625           0.000
19.625       74.125          29.151
19.625       74.375          18.633
19.625       74.625          10.780
19.625       74.875           3.731
19.625       75.125           1.367
19.625       75.375          10.913
19.625       75.625          15.986
19.625       75.875          15.098
19.625       76.125          20.058
19.625       76.375          23.335
19.625       76.625           6.044
19.625       76.875          15.520
19.625       77.125          14.259
19.625       77.375           9.041
19.625       77.625           6.665
19.625       77.875          13.880
19.625       78.125           6.127
19.625       78.375           6.402
19.625       78.625           2.342
19.625       78.875           4.875
19.625       79.125           4.620
19.625       79.375           5.403
19.625       79.625           1.293
19.625       79.875           0.883
19.625       80.125           3.835
19.625       80.375           1.942
19.625       80.625           0.000
19.625       80.875           0.000
19.625       81.125           0.000
19.625       81.375           0.000
19.625       81.625           0.000
19.625       81.875           0.000
19.625       82.125           0.000
19.625       82.375           0.000
19.625       82.625           0.000
19.625       82.875           2.011
19.625       83.125           1.354
19.625       83.375           4.032
19.625       83.625           3.330
19.625       83.875           6.516
19.625       84.125          17.374
19.625       84.375           5.526
19.625       84.625           0.000
19.625       84.875           0.000
19.625       85.125           0.000
19.625       85.375           0.000
19.625       85.625           0.000
19.625       85.875           0.000
19.625       86.125           0.000
19.625       86.375           0.000
19.625       86.625           0.000
19.875       74.125          20.103
19.875       74.375          16.100
19.875       74.625          10.993
19.875       74.875           7.558
19.875       75.125           5.658
19.875       75.375           7.399
19.875       75.625           7.204
19.875       75.875          10.194
19.875       76.125           8.261
19.875       76.375           4.395
19.875       76.625           7.492
19.875       76.875          18.688
19.875       77.125          14.909
19.875       77.375          16.548
19.875       77.625           9.933
19.875       77.875           4.792
19.875       78.125           5.913
19.875       78.375           5.783
19.875       78.625           6.706
19.875       78.875           7.849
19.875       79.125           2.789
19.875       79.375           0.000
19.875       79.625           0.000
19.875       79.875           0.000
19.875       80.125           0.000
19.875       80.375           0.000
19.875       80.625           0.000
19.875       80.875           0.000
19.875       81.125           0.000
19.875       81.375           0.000
19.875       81.625           2.696
19.875       81.875           2.908
19.875       82.125           2.998
19.875       82.375           0.000
19.875       82.625           0.000
19.875       82.875           0.000
19.875       83.125           0.358
19.875       83.375           0.000
19.875       83.625           0.000
19.875       83.875          25.806
19.875       84.125          47.861
19.875       84.375          19.225
19.875       84.625           0.000
19.875       84.875           0.000
19.875       85.125           0.403
19.875       85.375           0.000
19.875       85.625           0.000
19.875       85.875           0.000
19.875       86.125           0.000
19.875       86.375           0.000
19.875       86.625           0.080
20.125       74.125          34.548
20.125       74.375          13.175
20.125       74.625           6.372
20.125       74.875           5.579
20.125       75.125           2.785
20.125       75.375           1.498
20.125       75.625           1.281
20.125       75.875           4.411
20.125       76.125           5.576
20.125       76.375           0.954
20.125       76.625           9.416
20.125       76.875           3.934
20.125       77.125           4.862
20.125       77.375           3.865
20.125       77.625           4.171
20.125       77.875           3.331
20.125       78.125           4.467
20.125       78.375           3.658
20.125       78.625           2.538
20.125       78.875           1.753
20.125       79.125           0.000
20.125       79.375           0.000
20.125       79.625           0.000
20.125       79.875           0.000
20.125       80.125           1.439
20.125       80.375           0.000
20.125       80.625           0.000
20.125       80.875           0.000
20.125       81.125           0.000
20.125       81.375           0.000
20.125       81.625           0.833
20.125       81.875           2.603
20.125       82.125           4.968
20.125       82.375           3.731
20.125       82.625           0.000
20.125       82.875           0.184
20.125       83.125           0.938
20.125       83.375           0.394
20.125       83.625           0.000
20.125       83.875           0.000
20.125       84.125          19.098
20.125       84.375          23.785
20.125       84.625           0.989
20.125       84.875           0.479
20.125       85.125           2.272
20.125       85.375           0.000
20.125       85.625           0.000
20.125       85.875           0.000
20.125       86.125           0.000
20.125       86.375           0.000
20.125       86.625           0.000
20.375       74.125          36.678
20.375       74.375           6.109
20.375       74.625           4.247
20.375       74.875           4.539
20.375       75.125           2.009
20.375       75.375           1.314
20.375       75.625           1.171
20.375       75.875           1.662
20.375       76.125           6.178
20.375       76.375           3.123
20.375       76.625           0.774
20.375       76.875           0.977
20.375       77.125           0.037
20.375       77.375           2.225
20.375       77.625           1.949
20.375       77.875           1.647
20.375       78.125           1.595
20.375       78.375           1.632
20.375       78.625           1.651
20.375       78.875           3.117
20.375       79.125           0.471
20.375       79.375           0.000
20.375       79.625           0.000
20.375       79.875           2.302
20.375       80.125           0.000
20.375       80.375           1.287
20.375       80.625           0.000
20.375       80.875           0.000
20.375       81.125           0.000
20.375       81.375           0.000
20.375       81.625           0.000
20.375       81.875           0.000
20.375       82.125           1.180
20.375       82.375           1.578
20.375       82.625           4.179
20.375       82.875           0.000
20.375       83.125           0.000
20.375       83.375           0.404
20.375       83.625           3.036
20.375       83.875          12.212
20.375       84.125           3.416
20.375       84.375          18.461
20.375       84.625           2.701
20.375       84.875           3.133
20.375       85.125           1.744
20.375       85.375           0.000
20.375       85.625           0.000
20.375       85.875           0.000
20.375       86.125           0.000
20.375       86.375           0.000
20.375       86.625           0.000
20.625       74.125          33.288
20.625       74.375           5.661
20.625       74.625           1.273
20.625       74.875           3.068
20.625       75.125           1.169
20.625       75.375           0.000
20.625       75.625           0.000
20.625       75.875           0.000
20.625       76.125           5.427
20.625       76.375           5.354
20.625       76.625           7.055
20.625       76.875           3.043
20.625       77.125           2.888
20.625       77.375           4.112
20.625       77.625           2.628
20.625       77.875           2.066
20.625       78.125           2.343
20.625       78.375           1.612
20.625       78.625           1.889
20.625       78.875           0.000
20.625       79.125           0.000
20.625       79.375           0.000
20.625       79.625           0.000
20.625       79.875           0.000
20.625       80.125           0.000
20.625       80.375           0.000
20.625       80.625           0.000
20.625       80.875           0.000
20.625       81.125           0.000
20.625       81.375           0.000
20.625       81.625           0.000
20.625       81.875           0.000
20.625       82.125           0.000
20.625       82.375           0.000
20.625       82.625           3.591
20.625       82.875           0.651
20.625       83.125           0.000
20.625       83.375           0.598
20.625       83.625           6.516
20.625       83.875          12.292
20.625       84.125           0.539
20.625       84.375           0.348
20.625       84.625           0.554
20.625       84.875           2.062
20.625       85.125           6.609
20.625       85.375           0.000
20.625       85.625           0.000
20.625       85.875           0.000
20.625       86.125           0.000
20.625       86.375           0.000
20.625       86.625           0.000
20.875       74.125           1.016
20.875       74.375          22.192
20.875       74.625          23.301
20.875       74.875           2.040
20.875       75.125           1.258
20.875       75.375           0.000
20.875       75.625           0.000
20.875       75.875           0.000
20.875       76.125           0.000
20.875       76.375           4.927
20.875       76.625          14.088
20.875       76.875           6.626
20.875       77.125           5.123
20.875       77.375           4.204
20.875       77.625           3.924
20.875       77.875           3.304
20.875       78.125           3.577
20.875       78.375           1.914
20.875       78.625           0.000
20.875       78.875           0.000
20.875       79.125           1.530
20.875       79.375           0.000
20.875       79.625           0.000
20.875       79.875           0.000
20.875       80.125           0.000
20.875       80.375           0.000
20.875       80.625           0.000
20.875       80.875           0.000
20.875       81.125           0.000
20.875       81.375           0.000
20.875       81.625           0.000
20.875       81.875           0.000
20.875       82.125           0.000
20.875       82.375           1.046
20.875       82.625          12.445
20.875       82.875          24.240
20.875       83.125           6.672
20.875       83.375           0.498
20.875       83.625           0.282
20.875       83.875           0.679
20.875       84.125           7.419
20.875       84.375           4.602
20.875       84.625           4.319
20.875       84.875          21.864
20.875       85.125          32.335
20.875       85.375           0.958
20.875       85.625           4.579
20.875       85.875           4.642
20.875       86.125           3.598
20.875       86.375           1.944
20.875       86.625           0.000
21.125       74.125           0.000
21.125       74.375           1.539
21.125       74.625           0.699
21.125       74.875           2.853
21.125       75.125           4.584
21.125       75.375           0.000
21.125       75.625           0.000
21.125       75.875           0.000
21.125       76.125           0.000
21.125       76.375           1.449
21.125       76.625           5.993
21.125       76.875           8.654
21.125       77.125           4.591
21.125       77.375           4.398
21.125       77.625           6.103
21.125       77.875           4.522
21.125       78.125           5.605
21.125       78.375           4.928
21.125       78.625           7.391
21.125       78.875           0.000
21.125       79.125           0.000
21.125       79.375           0.000
21.125       79.625           0.000
21.125       79.875           2.698
21.125       80.125           2.330
21.125       80.375           0.000
21.125       80.625           0.000
21.125       80.875           0.000
21.125       81.125           0.000
21.125       81.375           0.000
21.125       81.625           0.000
21.125       81.875           0.000
21.125       82.125           0.000
21.125       82.375           3.903
21.125       82.625          18.326
21.125       82.875          13.229
21.125       83.125          19.777
21.125       83.375          18.554
21.125       83.625          11.826
21.125       83.875           3.607
21.125       84.125          16.182
21.125       84.375           7.572
21.125       84.625          18.630
21.125       84.875           5.795
21.125       85.125           1.337
21.125       85.375           6.499
21.125       85.625          19.782
21.125       85.875          28.159
21.125       86.125          24.971
21.125       86.375          13.176
21.125       86.625          12.684
21.375       74.125           0.000
21.375       74.375           0.000
21.375       74.625           1.344
21.375       74.875           5.178
21.375       75.125           7.924
21.375       75.375           8.994
21.375       75.625           1.675
21.375       75.875           0.000
21.375       76.125           0.872
21.375       76.375           1.085
21.375       76.625           3.719
21.375       76.875           7.258
21.375       77.125           6.653
21.375       77.375          14.835
21.375       77.625          18.178
21.375       77.875          19.151
21.375       78.125          12.504
21.375       78.375          10.722
21.375       78.625           7.633
21.375       78.875           3.902
21.375       79.125           0.000
21.375       79.375           0.985
21.375       79.625           1.147
21.375       79.875           2.498
21.375       80.125           1.138
21.375       80.375           0.033
21.375       80.625           0.000
21.375       80.875           0.000
21.375       81.125           0.929
21.375       81.375           5.540
21.375       81.625           0.000
21.375       81.875           0.000
21.375       82.125           0.000
21.375       82.375           0.000
21.375       82.625           1.020
21.375       82.875           2.123
21.375       83.125           8.906
21.375       83.375          30.566
21.375       83.625          11.661
21.375       83.875           6.117
21.375       84.125           7.012
21.375       84.375          23.641
21.375       84.625          25.872
21.375       84.875           0.000
21.375       85.125           6.938
21.375       85.375          17.309
21.375       85.625          33.926
21.375       85.875          26.188
21.375       86.125          27.803
21.375       86.375          38.207
21.375       86.625          62.388
21.625       74.125           0.000
21.625       74.375           0.431
21.625       74.625           1.072
21.625       74.875           3.192
21.625       75.125           8.113
21.625       75.375           6.534
21.625       75.625           4.023
21.625       75.875           1.209
21.625       76.125           6.556
21.625       76.375           8.818
21.625       76.625           7.841
21.625       76.875           3.803
21.625       77.125           2.348
21.625       77.375          28.819
21.625       77.625          33.858
21.625       77.875          44.120
21.625       78.125          14.557
21.625       78.375           2.274
21.625       78.625           7.781
21.625       78.875           4.239
21.625       79.125           2.115
21.625       79.375           3.494
21.625       79.625           6.668
21.625       79.875           4.186
21.625       80.125           7.592
21.625       80.375           6.618
21.625       80.625           0.000
21.625       80.875           0.000
21.625       81.125           1.679
21.625       81.375           2.213
21.625       81.625           0.000
21.625       81.875           0.000
21.625       82.125           0.000
21.625       82.375           0.000
21.625       82.625           2.473
21.625       82.875           1.730
21.625       83.125           1.068
21.625       83.375           7.438
21.625       83.625           2.482
21.625       83.875           2.391
21.625       84.125           4.698
21.625       84.375           9.154
21.625       84.625           4.932
21.625       84.875           4.993
21.625       85.125          20.884
21.625       85.375          20.120
21.625       85.625          32.898
21.625       85.875          31.771
21.625       86.125          27.410
21.625       86.375          29.201
21.625       86.625          43.260

------------------------------------------------
Subject: error with grid stat config
From: Geeta Geeta
Time: Wed Jan 07 09:44:32 2015

Selected parameter: Daily TRMM 3B42(V7) Accumulated Rainfall
Selected area: lat=[9N,22N], lon=[74E,87E]
Selected time period: (02Jun2011-02Jun2011)
Undefined/Missing Value: -9999.9
Unit: (mm)
Latitude Longitude AccRain
  9.000   74.000      12.5700
  9.000   74.250       9.5400
  9.000   74.500      11.4000
  9.000   74.750       7.2900
  9.000   75.000      10.0200
  9.000   75.250       6.1200
  9.000   75.500       3.4200
  9.000   75.750       7.3500
  9.000   76.000      18.9895
  9.000   76.250      16.3087
  9.000   76.500      11.2710
  9.000   76.750       5.2696
  9.000   77.000       3.2132
  9.000   77.250       8.5869
  9.000   77.500       2.0160
  9.000   77.750       0.0000
  9.000   78.000       0.0000
  9.000   78.250       0.0000
  9.000   78.500       0.5141
  9.000   78.750       0.3451
  9.000   79.000       0.0000
  9.000   79.250       6.5107
  9.000   79.500       5.3177
  9.000   79.750       4.4272
  9.000   80.000       1.9709
  9.000   80.250       4.0299
  9.000   80.500       1.8900
  9.000   80.750       3.3090
  9.000   81.000       1.0200
  9.000   81.250       2.2500
  9.000   81.500       3.9600
  9.000   81.750       6.5700
  9.000   82.000       8.0100
  9.000   82.250       4.1100
  9.000   82.500       1.5000
  9.000   82.750       0.0300
  9.000   83.000       0.0300
  9.000   83.250       0.0000
  9.000   83.500       0.0000
  9.000   83.750       0.0000
  9.000   84.000       0.0000
  9.000   84.250       0.0000
  9.000   84.500       0.0900
  9.000   84.750       0.6900
  9.000   85.000       0.4200
  9.000   85.250       3.9600
  9.000   85.500       2.6100
  9.000   85.750       2.4900
  9.000   86.000       4.2600
  9.000   86.250       9.9600
  9.000   86.500      16.2600
  9.000   86.750      18.4200
  9.000   87.000      12.4200
  9.250   74.000      17.4300
  9.250   74.250      16.5300
  9.250   74.500      17.2500
  9.250   74.750      10.2300
  9.250   75.000       9.0600
  9.250   75.250      20.1300
  9.250   75.500      17.1300
  9.250   75.750      12.7800
  9.250   76.000      15.9271
  9.250   76.250      21.1589
  9.250   76.500      27.9784
  9.250   76.750      11.5224
  9.250   77.000       9.9963
  9.250   77.250      13.8955
  9.250   77.500       3.6057
  9.250   77.750       2.3883
  9.250   78.000       0.0000
  9.250   78.250       0.2564
  9.250   78.500       0.2220
  9.250   78.750       1.0030
  9.250   79.000       2.0769
  9.250   79.250       3.4227
  9.250   79.500       2.9760
  9.250   79.750       2.7884
  9.250   80.000       4.0044
  9.250   80.250       3.4012
  9.250   80.500       3.1401
  9.250   80.750       1.8199
  9.250   81.000       1.2600
  9.250   81.250       5.6700
  9.250   81.500      11.6100
  9.250   81.750       6.6000
  9.250   82.000       7.2600
  9.250   82.250       9.3000
  9.250   82.500       2.4600
  9.250   82.750       0.0000
  9.250   83.000       0.4200
  9.250   83.250       0.0600
  9.250   83.500       0.0000
  9.250   83.750       0.0300
  9.250   84.000       0.0000
  9.250   84.250       0.0600
  9.250   84.500       0.0300
  9.250   84.750       0.0000
  9.250   85.000       0.0000
  9.250   85.250       0.7200
  9.250   85.500       2.1600
  9.250   85.750       1.8300
  9.250   86.000       3.5700
  9.250   86.250       8.8800
  9.250   86.500      17.5800
  9.250   86.750      50.0400
  9.250   87.000      72.4500
  9.500   74.000      29.9100
  9.500   74.250      26.5200
  9.500   74.500      22.6800
  9.500   74.750      22.0800
  9.500   75.000      21.5100
  9.500   75.250      32.4000
  9.500   75.500      35.3700
  9.500   75.750      36.8700
  9.500   76.000      36.6966
  9.500   76.250      43.3538
  9.500   76.500      46.7498
  9.500   76.750      28.8267
  9.500   77.000      11.2885
  9.500   77.250      13.9079
  9.500   77.500       9.5409
  9.500   77.750       2.3296
  9.500   78.000       0.4470
  9.500   78.250       0.0000
  9.500   78.500       1.0256
  9.500   78.750       0.9457
  9.500   79.000       0.0000
  9.500   79.250       2.7146
  9.500   79.500       3.5593
  9.500   79.750       5.1952
  9.500   80.000       3.5100
  9.500   80.250       0.3957
  9.500   80.500       2.4100
  9.500   80.750       2.9644
  9.500   81.000       3.8100
  9.500   81.250       4.0200
  9.500   81.500       2.3100
  9.500   81.750       1.7100
  9.500   82.000       4.9200
  9.500   82.250       8.0100
  9.500   82.500       4.0800
  9.500   82.750       0.2400
  9.500   83.000       0.6300
  9.500   83.250       0.1500
  9.500   83.500       0.0600
  9.500   83.750       0.3000
  9.500   84.000       0.2400
  9.500   84.250       0.9000
  9.500   84.500       1.3500
  9.500   84.750       0.2700
  9.500   85.000       0.0300
  9.500   85.250       0.0000
  9.500   85.500       3.8400
  9.500   85.750       5.7600
  9.500   86.000       5.0700
  9.500   86.250       5.2200
  9.500   86.500       9.7500
  9.500   86.750      23.1600
  9.500   87.000      78.6600
  9.750   74.000      42.4200
  9.750   74.250      52.5300
  9.750   74.500      35.3700
  9.750   74.750      46.2300
  9.750   75.000      31.9200
  9.750   75.250      37.6500
  9.750   75.500      45.3000
  9.750   75.750      62.8925
  9.750   76.000      53.3534
  9.750   76.250      50.0076
  9.750   76.500      59.8980
  9.750   76.750      31.5623
  9.750   77.000      11.1732
  9.750   77.250      10.6145
  9.750   77.500       8.0812
  9.750   77.750       2.5070
  9.750   78.000       1.2385
  9.750   78.250       0.0000
  9.750   78.500       0.0000
  9.750   78.750       0.2489
  9.750   79.000       0.0000
  9.750   79.250       0.5260
  9.750   79.500       0.4542
  9.750   79.750       2.3841
  9.750   80.000       0.0676
  9.750   80.250       0.7507
  9.750   80.500       1.6194
  9.750   80.750       1.9126
  9.750   81.000       3.1800
  9.750   81.250       5.0700
  9.750   81.500       1.3500
  9.750   81.750       1.9800
  9.750   82.000       5.6100
  9.750   82.250       3.9900
  9.750   82.500       2.3400
  9.750   82.750       2.5200
  9.750   83.000       0.5700
  9.750   83.250       0.1500
  9.750   83.500       0.0000
  9.750   83.750       0.0600
  9.750   84.000       0.5400
  9.750   84.250       1.5600
  9.750   84.500       0.7800
  9.750   84.750       0.7500
  9.750   85.000       0.3900
  9.750   85.250       0.7200
  9.750   85.500       5.2200
  9.750   85.750       5.5500
  9.750   86.000       8.3400
  9.750   86.250       6.1500
  9.750   86.500      16.1700
  9.750   86.750      52.8000
  9.750   87.000      72.3300
 10.000   74.000      45.1200
 10.000   74.250      52.9500
 10.000   74.500      51.7500
 10.000   74.750      70.9500
 10.000   75.000      92.2727
 10.000   75.250      70.3900
 10.000   75.500      55.4411
 10.000   75.750      60.2249
 10.000   76.000      52.5725
 10.000   76.250      49.7746
 10.000   76.500      48.9576
 10.000   76.750      45.3579
 10.000   77.000      22.6361
 10.000   77.250      20.5943
 10.000   77.500       9.3107
 10.000   77.750       6.8346
 10.000   78.000       1.6927
 10.000   78.250       2.3857
 10.000   78.500       0.6700
 10.000   78.750       0.0000
 10.000   79.000       0.0000
 10.000   79.250       0.0000
 10.000   79.500       1.4630
 10.000   79.750       1.3283
 10.000   80.000       0.0000
 10.000   80.250       0.8100
 10.000   80.500      11.1300
 10.000   80.750       5.9100
 10.000   81.000       5.9400
 10.000   81.250       5.7600
 10.000   81.500       5.3100
 10.000   81.750       0.6300
 10.000   82.000       0.6300
 10.000   82.250       0.9000
 10.000   82.500       0.0300
 10.000   82.750       0.0000
 10.000   83.000       0.0300
 10.000   83.250       1.1700
 10.000   83.500       0.0000
 10.000   83.750       4.3800
 10.000   84.000       2.2800
 10.000   84.250       1.6800
 10.000   84.500       1.2600
 10.000   84.750       0.3600
 10.000   85.000       1.4400
 10.000   85.250       2.3700
 10.000   85.500       2.7600
 10.000   85.750       4.5300
 10.000   86.000       4.8000
 10.000   86.250       8.5500
 10.000   86.500      12.5100
 10.000   86.750      20.8500
 10.000   87.000      21.9000
 10.250   74.000      65.4300
 10.250   74.250      64.6800
 10.250   74.500      67.5300
 10.250   74.750      66.3900
 10.250   75.000      92.1222
 10.250   75.250      90.1809
 10.250   75.500      81.1454
 10.250   75.750      50.3700
 10.250   76.000      55.8784
 10.250   76.250      95.0110
 10.250   76.500      59.8310
 10.250   76.750      60.4931
 10.250   77.000      36.8007
 10.250   77.250      22.1491
 10.250   77.500      14.2038
 10.250   77.750       7.3884
 10.250   78.000       3.0606
 10.250   78.250       3.2698
 10.250   78.500       2.8616
 10.250   78.750       0.4865
 10.250   79.000       0.0000
 10.250   79.250       0.0000
 10.250   79.500       0.6051
 10.250   79.750       0.1360
 10.250   80.000       5.1600
 10.250   80.250       1.2300
 10.250   80.500       2.9100
 10.250   80.750       6.5700
 10.250   81.000       5.3100
 10.250   81.250       4.9500
 10.250   81.500       6.6000
 10.250   81.750       0.9900
 10.250   82.000       0.4500
 10.250   82.250       1.1400
 10.250   82.500       0.0000
 10.250   82.750       0.0000
 10.250   83.000       0.0600
 10.250   83.250       0.9600
 10.250   83.500       0.0300
 10.250   83.750       6.2100
 10.250   84.000       4.6200
 10.250   84.250       2.1300
 10.250   84.500       1.0800
 10.250   84.750       2.2200
 10.250   85.000       2.5800
 10.250   85.250       2.7300
 10.250   85.500       2.7300
 10.250   85.750       0.7500
 10.250   86.000       2.1300
 10.250   86.250       9.4200
 10.250   86.500      10.9200
 10.250   86.750      29.6100
 10.250   87.000      28.2300
 10.500   74.000      89.0700
 10.500   74.250      85.8000
 10.500   74.500      67.5600
 10.500   74.750      73.8900
 10.500   75.000     113.7460
 10.500   75.250      93.2428
 10.500   75.500      95.0418
 10.500   75.750      77.8792
 10.500   76.000      86.5151
 10.500   76.250     108.6580
 10.500   76.500      99.7862
 10.500   76.750      71.9263
 10.500   77.000      35.5070
 10.500   77.250      21.6110
 10.500   77.500      16.4059
 10.500   77.750      12.2735
 10.500   78.000       4.4754
 10.500   78.250       2.6837
 10.500   78.500       2.0716
 10.500   78.750       1.8048
 10.500   79.000       0.0000
 10.500   79.250       0.0000
 10.500   79.500       0.3779
 10.500   79.750       0.2991
 10.500   80.000       0.7800
 10.500   80.250       1.7700
 10.500   80.500       5.4300
 10.500   80.750       5.6100
 10.500   81.000       5.3100
 10.500   81.250       6.9900
 10.500   81.500       5.8200
 10.500   81.750       0.5700
 10.500   82.000       1.0500
 10.500   82.250       0.0300
 10.500   82.500       0.0000
 10.500   82.750       0.0300
 10.500   83.000       0.0000
 10.500   83.250       0.0000
 10.500   83.500       0.0000
 10.500   83.750       5.9700
 10.500   84.000       2.9400
 10.500   84.250       2.7600
 10.500   84.500       1.9200
 10.500   84.750       2.3700
 10.500   85.000       1.9500
 10.500   85.250       0.8400
 10.500   85.500       0.3000
 10.500   85.750       0.0000
 10.500   86.000       0.0000
 10.500   86.250      10.2600
 10.500   86.500      38.3400
 10.500   86.750      24.2400
 10.500   87.000      14.0400
 10.750   74.000     100.6200
 10.750   74.250     109.2900
 10.750   74.500      87.6600
 10.750   74.750     111.3900
 10.750   75.000     147.7620
 10.750   75.250      96.4393
 10.750   75.500     133.4960
 10.750   75.750      99.7638
 10.750   76.000     124.3470
 10.750   76.250      82.2565
 10.750   76.500      93.1227
 10.750   76.750      73.6969
 10.750   77.000      29.7592
 10.750   77.250      15.1123
 10.750   77.500      11.6228
 10.750   77.750      10.1344
 10.750   78.000       5.1917
 10.750   78.250       1.1941
 10.750   78.500       3.6784
 10.750   78.750       1.9605
 10.750   79.000       2.4334
 10.750   79.250       0.0000
 10.750   79.500       0.0000
 10.750   79.750       0.4703
 10.750   80.000       0.4876
 10.750   80.250       5.6400
 10.750   80.500       5.5800
 10.750   80.750       4.6800
 10.750   81.000       0.3300
 10.750   81.250       0.3900
 10.750   81.500       5.7300
 10.750   81.750       0.0300
 10.750   82.000       0.0000
 10.750   82.250       0.0000
 10.750   82.500       0.0000
 10.750   82.750       0.0000
 10.750   83.000       0.0000
 10.750   83.250       0.0000
 10.750   83.500       5.1000
 10.750   83.750       2.9700
 10.750   84.000       1.7700
 10.750   84.250       1.6800
 10.750   84.500       1.1700
 10.750   84.750       0.9300
 10.750   85.000       0.3300
 10.750   85.250       0.0000
 10.750   85.500       0.0900
 10.750   85.750       0.3600
 10.750   86.000       2.2200
 10.750   86.250      10.5600
 10.750   86.500      30.0300
 10.750   86.750      17.4000
 10.750   87.000      16.6800
 11.000   74.000      94.6500
 11.000   74.250     101.3700
 11.000   74.500      94.4400
 11.000   74.750     105.5400
 11.000   75.000     153.8770
 11.000   75.250     102.7180
 11.000   75.500     101.6450
 11.000   75.750      97.7695
 11.000   76.000     102.2060
 11.000   76.250      77.6438
 11.000   76.500      86.2235
 11.000   76.750      86.5415
 11.000   77.000      34.1069
 11.000   77.250      18.4175
 11.000   77.500       5.3458
 11.000   77.750       8.1300
 11.000   78.000       2.2810
 11.000   78.250       1.9910
 11.000   78.500       1.8851
 11.000   78.750       2.2170
 11.000   79.000       1.1656
 11.000   79.250       0.0000
 11.000   79.500       1.1387
 11.000   79.750       0.0000
 11.000   80.000       0.1684
 11.000   80.250       0.5700
 11.000   80.500       0.5400
 11.000   80.750       0.3300
 11.000   81.000       0.1800
 11.000   81.250       0.1800
 11.000   81.500       0.1800
 11.000   81.750       0.0000
 11.000   82.000       0.0300
 11.000   82.250       0.0000
 11.000   82.500       0.0000
 11.000   82.750       0.0000
 11.000   83.000       0.0000
 11.000   83.250       0.0000
 11.000   83.500       0.0000
 11.000   83.750       0.2100
 11.000   84.000       0.0000
 11.000   84.250       0.4200
 11.000   84.500       0.0000
 11.000   84.750       0.4500
 11.000   85.000       0.2700
 11.000   85.250       0.1500
 11.000   85.500       1.1700
 11.000   85.750       2.6100
 11.000   86.000       8.8200
 11.000   86.250      29.5800
 11.000   86.500      53.4600
 11.000   86.750      20.0700
 11.000   87.000      34.8600
 11.250   74.000      84.9300
 11.250   74.250     105.7200
 11.250   74.500      92.8200
 11.250   74.750     101.0100
 11.250   75.000     127.1280
 11.250   75.250     124.5950
 11.250   75.500     103.4200
 11.250   75.750      97.3280
 11.250   76.000      85.2823
 11.250   76.250      80.7820
 11.250   76.500      80.0096
 11.250   76.750      60.4249
 11.250   77.000      30.1826
 11.250   77.250      18.6530
 11.250   77.500      11.7264
 11.250   77.750       3.7422
 11.250   78.000       3.3280
 11.250   78.250       5.6938
 11.250   78.500       4.6306
 11.250   78.750       3.9513
 11.250   79.000       0.7329
 11.250   79.250       0.2440
 11.250   79.500       2.5501
 11.250   79.750       0.0000
 11.250   80.000       0.1102
 11.250   80.250       0.3600
 11.250   80.500       0.3300
 11.250   80.750       0.3600
 11.250   81.000       0.0600
 11.250   81.250       0.1500
 11.250   81.500       0.0000
 11.250   81.750       0.0300
 11.250   82.000       0.0000
 11.250   82.250       0.0000
 11.250   82.500       0.0000
 11.250   82.750       0.0000
 11.250   83.000       0.0000
 11.250   83.250       0.0000
 11.250   83.500       0.0000
 11.250   83.750       0.0000
 11.250   84.000       0.1500
 11.250   84.250       1.3500
 11.250   84.500       0.0000
 11.250   84.750       2.3400
 11.250   85.000       5.1900
 11.250   85.250       5.9400
 11.250   85.500       6.6000
 11.250   85.750       9.0000
 11.250   86.000      14.7900
 11.250   86.250      50.1000
 11.250   86.500      24.9000
 11.250   86.750      17.0700
 11.250   87.000      17.7000
 11.500   74.000      77.5200
 11.500   74.250     106.9500
 11.500   74.500     114.2700
 11.500   74.750     139.9800
 11.500   75.000     209.9640
 11.500   75.250     174.1140
 11.500   75.500     106.4940
 11.500   75.750      82.9069
 11.500   76.000      73.7056
 11.500   76.250      70.4038
 11.500   76.500      72.8003
 11.500   76.750      58.8927
 11.500   77.000      22.3122
 11.500   77.250      14.1309
 11.500   77.500      13.6235
 11.500   77.750       8.3088
 11.500   78.000       2.9792
 11.500   78.250       4.0602
 11.500   78.500       4.0839
 11.500   78.750       1.1106
 11.500   79.000       0.5570
 11.500   79.250       0.0000
 11.500   79.500       0.0000
 11.500   79.750       0.0000
 11.500   80.000       0.1357
 11.500   80.250       0.4327
 11.500   80.500       0.4500
 11.500   80.750       0.2700
 11.500   81.000       0.0000
 11.500   81.250       0.1800
 11.500   81.500       0.0000
 11.500   81.750       0.0300
 11.500   82.000       0.0000
 11.500   82.250       0.0000
 11.500   82.500       0.0000
 11.500   82.750       0.0000
 11.500   83.000       0.0000
 11.500   83.250       0.0000
 11.500   83.500       0.0000
 11.500   83.750       0.0000
 11.500   84.000       1.3500
 11.500   84.250       2.2500
 11.500   84.500       2.8800
 11.500   84.750       8.7900
 11.500   85.000      11.7000
 11.500   85.250      14.7300
 11.500   85.500      25.0500
 11.500   85.750      15.6300
 11.500   86.000      20.0700
 11.500   86.250      63.6600
 11.500   86.500      34.8000
 11.500   86.750      38.6400
 11.500   87.000      25.1700
 11.750   74.000      79.6500
 11.750   74.250      87.1800
 11.750   74.500     122.9400
 11.750   74.750     136.6200
 11.750   75.000     230.8810
 11.750   75.250     197.6170
 11.750   75.500     126.3370
 11.750   75.750      72.2192
 11.750   76.000      75.4230
 11.750   76.250      63.0182
 11.750   76.500      48.7310
 11.750   76.750      37.5222
 11.750   77.000      16.5562
 11.750   77.250      12.3113
 11.750   77.500      10.0817
 11.750   77.750       6.7474
 11.750   78.000       2.2154
 11.750   78.250       4.0238
 11.750   78.500       4.9713
 11.750   78.750       2.4474
 11.750   79.000       1.6187
 11.750   79.250       0.0000
 11.750   79.500       0.0000
 11.750   79.750       0.1063
 11.750   80.000       0.1346
 11.750   80.250       0.3125
 11.750   80.500       0.4200
 11.750   80.750       0.1800
 11.750   81.000       0.0000
 11.750   81.250       0.0000
 11.750   81.500       0.2100
 11.750   81.750       0.0300
 11.750   82.000       0.0000
 11.750   82.250       0.0000
 11.750   82.500       0.0000
 11.750   82.750       0.0000
 11.750   83.000       0.0000
 11.750   83.250       0.0000
 11.750   83.500       0.0000
 11.750   83.750       0.0000
 11.750   84.000       1.8000
 11.750   84.250       5.3100
 11.750   84.500       8.7900
 11.750   84.750      20.8200
 11.750   85.000      29.3100
 11.750   85.250      34.4400
 11.750   85.500      34.8300
 11.750   85.750      28.2000
 11.750   86.000      28.5000
 11.750   86.250      99.3600
 11.750   86.500      30.8700
 11.750   86.750      20.9400
 11.750   87.000      34.8300
 12.000   74.000     132.2170
 12.000   74.250     151.8800
 12.000   74.500     119.8260
 12.000   74.750     127.0750
 12.000   75.000     126.3760
 12.000   75.250     128.4640
 12.000   75.500      86.4686
 12.000   75.750      61.8735
 12.000   76.000      29.8311
 12.000   76.250      32.0746
 12.000   76.500      20.6150
 12.000   76.750      14.5924
 12.000   77.000       7.3586
 12.000   77.250       8.6199
 12.000   77.500       3.0806
 12.000   77.750       0.9179
 12.000   78.000       2.9350
 12.000   78.250       5.4528
 12.000   78.500       2.8288
 12.000   78.750       2.9429
 12.000   79.000       2.1526
 12.000   79.250       0.0000
 12.000   79.500       0.0000
 12.000   79.750       0.3734
 12.000   80.000       0.0000
 12.000   80.250       0.0000
 12.000   80.500       0.3194
 12.000   80.750       0.3497
 12.000   81.000       0.0000
 12.000   81.250       0.0600
 12.000   81.500       0.1200
 12.000   81.750       0.0000
 12.000   82.000       0.0000
 12.000   82.250       0.0000
 12.000   82.500       0.0000
 12.000   82.750       0.0000
 12.000   83.000       0.0000
 12.000   83.250       0.0000
 12.000   83.500       0.0600
 12.000   83.750       0.6300
 12.000   84.000       4.5300
 12.000   84.250      10.9500
 12.000   84.500      24.8700
 12.000   84.750      34.9200
 12.000   85.000      42.8700
 12.000   85.250      53.8200
 12.000   85.500      47.5200
 12.000   85.750      52.4700
 12.000   86.000      51.6000
 12.000   86.250     102.9300
 12.000   86.500      27.6000
 12.000   86.750      20.4900
 12.000   87.000      20.5800
 12.250   74.000     120.7400
 12.250   74.250     129.2320
 12.250   74.500     167.4400
 12.250   74.750     113.4500
 12.250   75.000      71.3142
 12.250   75.250      78.1548
 12.250   75.500      55.4016
 12.250   75.750      36.6588
 12.250   76.000      13.0445
 12.250   76.250      13.8670
 12.250   76.500      11.8903
 12.250   76.750       4.0782
 12.250   77.000       3.1992
 12.250   77.250       3.4933
 12.250   77.500       1.1224
 12.250   77.750       2.0559
 12.250   78.000       2.9921
 12.250   78.250       1.1772
 12.250   78.500       2.4804
 12.250   78.750       3.0768
 12.250   79.000       1.5042
 12.250   79.250       1.7844
 12.250   79.500       0.0000
 12.250   79.750       0.3522
 12.250   80.000       0.0000
 12.250   80.250       0.0000
 12.250   80.500       0.0000
 12.250   80.750       0.0542
 12.250   81.000       0.0000
 12.250   81.250       0.0300
 12.250   81.500       0.0600
 12.250   81.750       0.0000
 12.250   82.000       0.0000
 12.250   82.250       0.0000
 12.250   82.500       0.0000
 12.250   82.750       0.0000
 12.250   83.000       0.0000
 12.250   83.250       0.0000
 12.250   83.500       2.8200
 12.250   83.750       8.5200
 12.250   84.000      10.8000
 12.250   84.250      21.4500
 12.250   84.500      34.6500
 12.250   84.750      34.6800
 12.250   85.000      53.8800
 12.250   85.250      58.1400
 12.250   85.500      57.5700
 12.250   85.750      84.2100
 12.250   86.000     130.3200
 12.250   86.250     133.5900
 12.250   86.500      74.2500
 12.250   86.750      30.6000
 12.250   87.000      11.1300
 12.500   74.000     160.6810
 12.500   74.250     137.1590
 12.500   74.500     167.3080
 12.500   74.750      75.7642
 12.500   75.000      53.9464
 12.500   75.250      36.3908
 12.500   75.500       9.6215
 12.500   75.750       7.1850
 12.500   76.000       3.1610
 12.500   76.250       6.3983
 12.500   76.500       6.9102
 12.500   76.750       5.0299
 12.500   77.000       2.4592
 12.500   77.250       1.3472
 12.500   77.500       2.0145
 12.500   77.750       2.0467
 12.500   78.000       0.9093
 12.500   78.250       0.7940
 12.500   78.500       1.2522
 12.500   78.750       2.0305
 12.500   79.000       1.6651
 12.500   79.250       3.3669
 12.500   79.500       4.7586
 12.500   79.750       1.6395
 12.500   80.000       0.0000
 12.500   80.250       0.0000
 12.500   80.500       0.0000
 12.500   80.750       0.0000
 12.500   81.000       0.0000
 12.500   81.250       0.6300
 12.500   81.500       0.0000
 12.500   81.750       0.0000
 12.500   82.000       0.0300
 12.500   82.250       0.0000
 12.500   82.500       0.0000
 12.500   82.750       0.0000
 12.500   83.000       0.0000
 12.500   83.250       0.2100
 12.500   83.500       6.0600
 12.500   83.750      12.8100
 12.500   84.000      21.4500
 12.500   84.250      30.3300
 12.500   84.500      34.6800
 12.500   84.750      47.4900
 12.500   85.000      68.6700
 12.500   85.250      61.0500
 12.500   85.500      83.8500
 12.500   85.750     142.0200
 12.500   86.000     146.1600
 12.500   86.250     218.1300
 12.500   86.500      71.5200
 12.500   86.750      36.0600
 12.500   87.000      11.6400
 12.750   74.000     232.1180
 12.750   74.250     167.2490
 12.750   74.500     123.6700
 12.750   74.750      73.1724
 12.750   75.000      48.4444
 12.750   75.250      27.1700
 12.750   75.500       9.1935
 12.750   75.750       9.2645
 12.750   76.000      12.6709
 12.750   76.250       5.1471
 12.750   76.500       8.8272
 12.750   76.750       4.7913
 12.750   77.000       0.0000
 12.750   77.250       0.0000
 12.750   77.500       0.0000
 12.750   77.750       0.0000
 12.750   78.000       0.0000
 12.750   78.250       0.7418
 12.750   78.500       3.0661
 12.750   78.750       1.3920
 12.750   79.000       2.8207
 12.750   79.250       2.9605
 12.750   79.500       0.7977
 12.750   79.750       0.4775
 12.750   80.000       0.4049
 12.750   80.250       0.0000
 12.750   80.500       0.2238
 12.750   80.750       0.0000
 12.750   81.000       0.1500
 12.750   81.250       0.2700
 12.750   81.500       0.0000
 12.750   81.750       0.0000
 12.750   82.000       0.0000
 12.750   82.250       0.0000
 12.750   82.500       0.0000
 12.750   82.750       0.0000
 12.750   83.000       0.0000
 12.750   83.250       0.4500
 12.750   83.500       6.0600
 12.750   83.750      12.8100
 12.750   84.000      21.9600
 12.750   84.250      35.2200
 12.750   84.500      56.1000
 12.750   84.750      67.6500
 12.750   85.000      74.5800
 12.750   85.250      95.3400
 12.750   85.500     145.5600
 12.750   85.750     132.4800
 12.750   86.000     231.6600
 12.750   86.250     268.9500
 12.750   86.500     200.8200
 12.750   86.750      27.0600
 12.750   87.000       6.0600
 13.000   74.000     255.8450
 13.000   74.250     218.5240
 13.000   74.500     121.1610
 13.000   74.750      63.5738
 13.000   75.000      32.6376
 13.000   75.250      19.9769
 13.000   75.500       3.7636
 13.000   75.750       9.4305
 13.000   76.000      14.9759
 13.000   76.250      14.8485
 13.000   76.500       6.1796
 13.000   76.750       0.8977
 13.000   77.000       1.0078
 13.000   77.250       1.0565
 13.000   77.500       1.0336
 13.000   77.750       0.6653
 13.000   78.000       0.0000
 13.000   78.250       0.0000
 13.000   78.500       4.7881
 13.000   78.750       2.8846
 13.000   79.000       3.8956
 13.000   79.250       3.5712
 13.000   79.500       0.0000
 13.000   79.750       0.1223
 13.000   80.000       0.2222
 13.000   80.250       0.0000
 13.000   80.500       0.0000
 13.000   80.750       0.0000
 13.000   81.000       0.3000
 13.000   81.250       0.0000
 13.000   81.500       0.0000
 13.000   81.750       0.0000
 13.000   82.000       0.0000
 13.000   82.250       0.0000
 13.000   82.500       0.0000
 13.000   82.750       0.0000
 13.000   83.000       0.0000
 13.000   83.250       0.4800
 13.000   83.500       5.3700
 13.000   83.750       8.9700
 13.000   84.000      20.6100
 13.000   84.250      41.0700
 13.000   84.500      57.4800
 13.000   84.750      52.7100
 13.000   85.000      75.0900
 13.000   85.250     146.3700
 13.000   85.500     157.6800
 13.000   85.750      90.5100
 13.000   86.000     178.0500
 13.000   86.250     214.4100
 13.000   86.500     148.6800
 13.000   86.750      28.7400
 13.000   87.000       8.1300
 13.250   74.000     239.7120
 13.250   74.250     264.2010
 13.250   74.500      86.7055
 13.250   74.750      54.2259
 13.250   75.000      30.7907
 13.250   75.250      24.9097
 13.250   75.500      13.2993
 13.250   75.750      14.3586
 13.250   76.000       2.9221
 13.250   76.250      17.6282
 13.250   76.500      12.4987
 13.250   76.750       4.3980
 13.250   77.000       4.0545
 13.250   77.250       2.2550
 13.250   77.500       0.5936
 13.250   77.750       0.0000
 13.250   78.000       0.5417
 13.250   78.250       0.0000
 13.250   78.500       1.3425
 13.250   78.750       4.3500
 13.250   79.000       5.4812
 13.250   79.250       0.9157
 13.250   79.500       1.8751
 13.250   79.750       1.0666
 13.250   80.000       0.0716
 13.250   80.250       0.2659
 13.250   80.500       0.0000
 13.250   80.750       0.0000
 13.250   81.000       0.0600
 13.250   81.250       0.0000
 13.250   81.500       0.0000
 13.250   81.750       0.0000
 13.250   82.000       0.0000
 13.250   82.250       0.0000
 13.250   82.500       0.0000
 13.250   82.750       0.0000
 13.250   83.000       0.0000
 13.250   83.250       0.0000
 13.250   83.500       0.8700
 13.250   83.750       5.3700
 13.250   84.000      20.6100
 13.250   84.250      28.8000
 13.250   84.500      33.4500
 13.250   84.750      46.2000
 13.250   85.000      94.1400
 13.250   85.250     165.8100
 13.250   85.500      85.0500
 13.250   85.750      69.3900
 13.250   86.000     231.6900
 13.250   86.250     246.7500
 13.250   86.500     116.5500
 13.250   86.750      13.2000
 13.250   87.000       9.4800
 13.500   74.000     183.7330
 13.500   74.250     164.3260
 13.500   74.500      95.5007
 13.500   74.750      72.8534
 13.500   75.000      31.3072
 13.500   75.250      15.1680
 13.500   75.500      18.6942
 13.500   75.750      25.6108
 13.500   76.000      20.6634
 13.500   76.250       8.7169
 13.500   76.500      13.7664
 13.500   76.750       4.2889
 13.500   77.000       3.3784
 13.500   77.250       3.1189
 13.500   77.500       0.0275
 13.500   77.750       1.2214
 13.500   78.000       0.8667
 13.500   78.250       2.1193
 13.500   78.500       2.7529
 13.500   78.750       4.4342
 13.500   79.000       2.4326
 13.500   79.250       7.2576
 13.500   79.500       6.6569
 13.500   79.750       8.9718
 13.500   80.000       0.4429
 13.500   80.250       1.4958
 13.500   80.500       0.2635
 13.500   80.750       0.0000
 13.500   81.000       0.3600
 13.500   81.250       0.0000
 13.500   81.500       0.0000
 13.500   81.750       0.0000
 13.500   82.000       0.0000
 13.500   82.250       0.0000
 13.500   82.500       0.0000
 13.500   82.750       0.0000
 13.500   83.000       0.0000
 13.500   83.250       0.0000
 13.500   83.500       0.1200
 13.500   83.750       0.8700
 13.500   84.000      11.0100
 13.500   84.250      20.6400
 13.500   84.500      33.3600
 13.500   84.750      42.7500
 13.500   85.000      94.4400
 13.500   85.250     167.6100
 13.500   85.500     143.7300
 13.500   85.750      44.1600
 13.500   86.000      91.8600
 13.500   86.250     166.5900
 13.500   86.500     157.3800
 13.500   86.750      42.1200
 13.500   87.000       5.7600
 13.750   74.000     135.9490
 13.750   74.250     122.6890
 13.750   74.500      77.0370
 13.750   74.750      44.0777
 13.750   75.000      28.7317
 13.750   75.250      16.9014
 13.750   75.500      17.6805
 13.750   75.750      20.3878
 13.750   76.000      16.9253
 13.750   76.250      11.1778
 13.750   76.500       5.2969
 13.750   76.750       3.3898
 13.750   77.000       0.4502
 13.750   77.250       0.0000
 13.750   77.500       0.7170
 13.750   77.750       0.1101
 13.750   78.000       0.0000
 13.750   78.250       2.1323
 13.750   78.500       5.3721
 13.750   78.750      12.4573
 13.750   79.000       5.6571
 13.750   79.250       9.0258
 13.750   79.500      11.7137
 13.750   79.750       1.2700
 13.750   80.000       0.0810
 13.750   80.250       0.8793
 13.750   80.500       0.4035
 13.750   80.750       0.0000
 13.750   81.000       0.8700
 13.750   81.250       0.0000
 13.750   81.500       0.0000
 13.750   81.750       0.0000
 13.750   82.000       0.0000
 13.750   82.250       0.0000
 13.750   82.500       0.0000
 13.750   82.750       0.0000
 13.750   83.000       0.0000
 13.750   83.250       0.0000
 13.750   83.500       0.0600
 13.750   83.750       0.2700
 13.750   84.000       2.7900
 13.750   84.250      12.7500
 13.750   84.500      37.7100
 13.750   84.750      57.2700
 13.750   85.000      90.6000
 13.750   85.250     153.4500
 13.750   85.500     141.1200
 13.750   85.750     103.5600
 13.750   86.000      82.2000
 13.750   86.250     158.7300
 13.750   86.500     107.8800
 13.750   86.750      13.0200
 13.750   87.000       1.2000
 14.000   74.000     112.5090
 14.000   74.250     111.3310
 14.000   74.500      72.3337
 14.000   74.750      30.4578
 14.000   75.000      19.4174
 14.000   75.250      16.5985
 14.000   75.500       9.4762
 14.000   75.750       6.0449
 14.000   76.000       8.6076
 14.000   76.250       9.8728
 14.000   76.500       9.5769
 14.000   76.750      14.5280
 14.000   77.000       2.4035
 14.000   77.250       0.2556
 14.000   77.500       0.1175
 14.000   77.750       0.0000
 14.000   78.000       4.8784
 14.000   78.250       8.8113
 14.000   78.500       7.9099
 14.000   78.750       5.0247
 14.000   79.000       5.3449
 14.000   79.250       6.6375
 14.000   79.500       7.2762
 14.000   79.750       0.0000
 14.000   80.000       3.3968
 14.000   80.250       0.7877
 14.000   80.500       0.0000
 14.000   80.750       0.0000
 14.000   81.000       0.2100
 14.000   81.250       0.0600
 14.000   81.500       0.0000
 14.000   81.750       0.0000
 14.000   82.000       0.0000
 14.000   82.250       0.0000
 14.000   82.500       0.0000
 14.000   82.750       0.0000
 14.000   83.000       0.0000
 14.000   83.250       0.0000
 14.000   83.500       0.0000
 14.000   83.750       2.2500
 14.000   84.000       3.0300
 14.000   84.250       8.4000
 14.000   84.500      41.7600
 14.000   84.750      54.6900
 14.000   85.000      93.2400
 14.000   85.250     144.4200
 14.000   85.500     150.5400
 14.000   85.750     107.2200
 14.000   86.000      70.9800
 14.000   86.250     109.2600
 14.000   86.500     180.8700
 14.000   86.750       9.5700
 14.000   87.000       0.8400
 14.250   74.000      87.5237
 14.250   74.250      64.0768
 14.250   74.500      36.1273
 14.250   74.750      21.4805
 14.250   75.000       7.9191
 14.250   75.250       8.6915
 14.250   75.500      11.7479
 14.250   75.750       8.2288
 14.250   76.000       3.7632
 14.250   76.250      17.4380
 14.250   76.500      12.0231
 14.250   76.750      16.7085
 14.250   77.000       9.8409
 14.250   77.250       8.4189
 14.250   77.500       0.0000
 14.250   77.750       0.0000
 14.250   78.000       0.0000
 14.250   78.250       0.0392
 14.250   78.500       5.9698
 14.250   78.750      15.5319
 14.250   79.000       8.1705
 14.250   79.250       6.2545
 14.250   79.500       8.0871
 14.250   79.750       2.9449
 14.250   80.000       0.0000
 14.250   80.250       0.0000
 14.250   80.500       0.0000
 14.250   80.750       0.0000
 14.250   81.000       0.0000
 14.250   81.250       0.0000
 14.250   81.500       0.0000
 14.250   81.750       0.0000
 14.250   82.000       0.0000
 14.250   82.250       0.0000
 14.250   82.500       0.0000
 14.250   82.750       0.0000
 14.250   83.000       0.0000
 14.250   83.250       0.0000
 14.250   83.500       0.0000
 14.250   83.750       0.0000
 14.250   84.000       1.5300
 14.250   84.250       3.0300
 14.250   84.500      27.4200
 14.250   84.750      38.3700
 14.250   85.000      69.1500
 14.250   85.250     114.3000
 14.250   85.500     121.5000
 14.250   85.750     109.4100
 14.250   86.000      78.1800
 14.250   86.250      88.1700
 14.250   86.500     165.0300
 14.250   86.750      19.5600
 14.250   87.000       1.1100
 14.500   74.000      91.0670
 14.500   74.250      54.0685
 14.500   74.500      34.8483
 14.500   74.750      25.9772
 14.500   75.000      18.3379
 14.500   75.250       2.6980
 14.500   75.500       7.7060
 14.500   75.750       0.0517
 14.500   76.000       3.3160
 14.500   76.250      12.8842
 14.500   76.500       6.1782
 14.500   76.750       1.7994
 14.500   77.000       5.1532
 14.500   77.250       4.6469
 14.500   77.500       0.0254
 14.500   77.750       0.0000
 14.500   78.000       9.2198
 14.500   78.250      11.3135
 14.500   78.500       4.5080
 14.500   78.750       7.5213
 14.500   79.000       3.1818
 14.500   79.250       9.8791
 14.500   79.500      10.1583
 14.500   79.750      11.0591
 14.500   80.000       0.0000
 14.500   80.250       0.0000
 14.500   80.500       0.0000
 14.500   80.750       0.0000
 14.500   81.000       0.0000
 14.500   81.250       0.0000
 14.500   81.500       0.0000
 14.500   81.750       0.0000
 14.500   82.000       0.0000
 14.500   82.250       0.0000
 14.500   82.500       0.0000
 14.500   82.750       0.0000
 14.500   83.000       0.0000
 14.500   83.250       0.0000
 14.500   83.500       0.0000
 14.500   83.750       0.0000
 14.500   84.000       0.0000
 14.500   84.250       0.0000
 14.500   84.500       3.3600
 14.500   84.750       7.3800
 14.500   85.000      23.3100
 14.500   85.250      42.2100
 14.500   85.500      77.3100
 14.500   85.750      74.9700
 14.500   86.000      62.5500
 14.500   86.250      39.4500
 14.500   86.500      31.1400
 14.500   86.750      18.0600
 14.500   87.000      11.7900
 14.750   74.000      50.7731
 14.750   74.250      33.5806
 14.750   74.500      22.5570
 14.750   74.750      32.3620
 14.750   75.000      17.6486
 14.750   75.250       4.1840
 14.750   75.500       4.4372
 14.750   75.750       2.5626
 14.750   76.000       2.8842
 14.750   76.250      11.9205
 14.750   76.500       9.6061
 14.750   76.750      12.8359
 14.750   77.000      11.4629
 14.750   77.250       0.0000
 14.750   77.500       0.1441
 14.750   77.750       0.0290
 14.750   78.000      11.4092
 14.750   78.250      10.8830
 14.750   78.500      12.7633
 14.750   78.750      14.0400
 14.750   79.000       5.9284
 14.750   79.250       3.8491
 14.750   79.500       9.2968
 14.750   79.750       3.9281
 14.750   80.000       0.0000
 14.750   80.250       0.2945
 14.750   80.500       0.0000
 14.750   80.750       0.0000
 14.750   81.000       0.0000
 14.750   81.250       0.0000
 14.750   81.500       0.0000
 14.750   81.750       0.0000
 14.750   82.000       0.0000
 14.750   82.250       0.0000
 14.750   82.500       0.0000
 14.750   82.750       0.0000
 14.750   83.000       0.0000
 14.750   83.250       0.0000
 14.750   83.500       0.0000
 14.750   83.750       0.0000
 14.750   84.000       0.0000
 14.750   84.250       0.0000
 14.750   84.500       0.0000
 14.750   84.750       1.5300
 14.750   85.000       3.1500
 14.750   85.250       7.8600
 14.750   85.500       9.9300
 14.750   85.750      13.9500
 14.750   86.000      25.7400
 14.750   86.250      25.5600
 14.750   86.500       9.0000
 14.750   86.750      15.9900
 14.750   87.000      21.8700
 15.000   74.000      30.9754
 15.000   74.250      11.9961
 15.000   74.500      21.9802
 15.000   74.750      34.8173
 15.000   75.000      11.9245
 15.000   75.250       3.8919
 15.000   75.500       6.4464
 15.000   75.750       0.0000
 15.000   76.000       8.5054
 15.000   76.250      16.2033
 15.000   76.500      18.9303
 15.000   76.750       6.1036
 15.000   77.000       1.4159
 15.000   77.250       1.9837
 15.000   77.500       0.0000
 15.000   77.750       0.0000
 15.000   78.000       0.0000
 15.000   78.250       5.7246
 15.000   78.500       4.2870
 15.000   78.750       4.7243
 15.000   79.000       5.6126
 15.000   79.250       4.8491
 15.000   79.500       3.4092
 15.000   79.750       1.7724
 15.000   80.000       0.0000
 15.000   80.250       0.6908
 15.000   80.500       0.0000
 15.000   80.750       0.0000
 15.000   81.000       0.0000
 15.000   81.250       0.0000
 15.000   81.500       0.0000
 15.000   81.750       0.0000
 15.000   82.000       0.0000
 15.000   82.250       0.0000
 15.000   82.500       0.0000
 15.000   82.750       0.0000
 15.000   83.000       0.0000
 15.000   83.250       0.0000
 15.000   83.500       0.0000
 15.000   83.750       0.0000
 15.000   84.000       0.0000
 15.000   84.250       0.0000
 15.000   84.500       0.0000
 15.000   84.750       0.0000
 15.000   85.000       0.0000
 15.000   85.250       0.5100
 15.000   85.500       0.5100
 15.000   85.750       1.8300
 15.000   86.000      20.6700
 15.000   86.250       6.0600
 15.000   86.500      15.2100
 15.000   86.750      25.2300
 15.000   87.000      35.4000
 15.250   74.000      17.0077
 15.250   74.250       3.3842
 15.250   74.500      24.5280
 15.250   74.750      36.2841
 15.250   75.000      11.9229
 15.250   75.250       7.6531
 15.250   75.500       7.7650
 15.250   75.750       0.0000
 15.250   76.000      10.4066
 15.250   76.250      18.7659
 15.250   76.500       8.7244
 15.250   76.750      10.5322
 15.250   77.000      17.3619
 15.250   77.250      24.2692
 15.250   77.500      11.5307
 15.250   77.750       4.4761
 15.250   78.000       0.0000
 15.250   78.250       3.7244
 15.250   78.500       3.0843
 15.250   78.750       7.3850
 15.250   79.000       7.1596
 15.250   79.250       6.7084
 15.250   79.500       0.0000
 15.250   79.750       0.0000
 15.250   80.000       0.0000
 15.250   80.250       1.0255
 15.250   80.500       0.0000
 15.250   80.750       0.0000
 15.250   81.000       0.0000
 15.250   81.250       0.0000
 15.250   81.500       0.0000
 15.250   81.750       0.0000
 15.250   82.000       0.0000
 15.250   82.250       0.0000
 15.250   82.500       0.0000
 15.250   82.750       0.0000
 15.250   83.000       0.0000
 15.250   83.250       0.0000
 15.250   83.500       0.0000
 15.250   83.750       0.0000
 15.250   84.000       0.0000
 15.250   84.250       0.0000
 15.250   84.500       0.0000
 15.250   84.750       0.0000
 15.250   85.000       0.0000
 15.250   85.250       0.0000
 15.250   85.500       0.0000
 15.250   85.750       0.0000
 15.250   86.000      10.2000
 15.250   86.250      29.8200
 15.250   86.500      23.4600
 15.250   86.750      88.1700
 15.250   87.000      35.2800
 15.500   74.000      29.1549
 15.500   74.250      14.5135
 15.500   74.500      37.3203
 15.500   74.750      93.2961
 15.500   75.000      46.1221
 15.500   75.250       1.6960
 15.500   75.500       1.9631
 15.500   75.750       1.7761
 15.500   76.000      12.3868
 15.500   76.250      10.8101
 15.500   76.500       4.3645
 15.500   76.750       0.0000
 15.500   77.000       6.3791
 15.500   77.250      16.8271
 15.500   77.500      15.4650
 15.500   77.750       4.6057
 15.500   78.000       0.0000
 15.500   78.250       0.0000
 15.500   78.500       6.5503
 15.500   78.750       6.2798
 15.500   79.000       3.8347
 15.500   79.250       2.9702
 15.500   79.500       0.0000
 15.500   79.750       0.0000
 15.500   80.000       0.0000
 15.500   80.250       0.0000
 15.500   80.500       0.0000
 15.500   80.750       0.0000
 15.500   81.000       0.0000
 15.500   81.250       0.0000
 15.500   81.500       0.0000
 15.500   81.750       0.0000
 15.500   82.000       0.0000
 15.500   82.250       0.0000
 15.500   82.500       0.0000
 15.500   82.750       0.0000
 15.500   83.000       0.0000
 15.500   83.250       0.0000
 15.500   83.500       0.0000
 15.500   83.750       0.0000
 15.500   84.000       0.0000
 15.500   84.250       0.0000
 15.500   84.500       0.0000
 15.500   84.750       0.0000
 15.500   85.000       0.0000
 15.500   85.250       0.0000
 15.500   85.500       0.0000
 15.500   85.750       0.0000
 15.500   86.000       3.9900
 15.500   86.250      11.3100
 15.500   86.500      22.5600
 15.500   86.750      29.4300
 15.500   87.000      39.7500
 15.750   74.000      23.7373
 15.750   74.250      37.2525
 15.750   74.500      69.5524
 15.750   74.750      42.0886
 15.750   75.000       7.1702
 15.750   75.250       0.0899
 15.750   75.500       2.7858
 15.750   75.750       2.5157
 15.750   76.000       5.0552
 15.750   76.250       5.6393
 15.750   76.500       5.7792
 15.750   76.750       6.2288
 15.750   77.000       3.1052
 15.750   77.250       4.0525
 15.750   77.500       0.0000
 15.750   77.750       0.0000
 15.750   78.000       0.0000
 15.750   78.250       0.0000
 15.750   78.500       3.1602
 15.750   78.750       1.2016
 15.750   79.000       0.4577
 15.750   79.250       0.0000
 15.750   79.500       0.0000
 15.750   79.750       0.0000
 15.750   80.000       0.0000
 15.750   80.250       0.0000
 15.750   80.500       0.0000
 15.750   80.750       0.0000
 15.750   81.000       0.0000
 15.750   81.250       0.0000
 15.750   81.500       0.0000
 15.750   81.750       0.0000
 15.750   82.000       0.0000
 15.750   82.250       0.0000
 15.750   82.500       0.0000
 15.750   82.750       0.0000
 15.750   83.000       0.0000
 15.750   83.250       0.0000
 15.750   83.500       0.0000
 15.750   83.750       0.0000
 15.750   84.000       0.0000
 15.750   84.250       0.0000
 15.750   84.500       0.0000
 15.750   84.750       0.0000
 15.750   85.000       0.0000
 15.750   85.250       0.0000
 15.750   85.500       0.0000
 15.750   85.750       0.0300
 15.750   86.000       5.4300
 15.750   86.250       5.7300
 15.750   86.500       8.7600
 15.750   86.750       7.1100
 15.750   87.000      46.0500
 16.000   74.000      16.5148
 16.000   74.250      25.1460
 16.000   74.500      14.7004
 16.000   74.750       6.2791
 16.000   75.000       3.1272
 16.000   75.250       2.1575
 16.000   75.500      10.1072
 16.000   75.750       5.3090
 16.000   76.000       7.5806
 16.000   76.250       6.2367
 16.000   76.500       0.0000
 16.000   76.750       2.4591
 16.000   77.000       1.9642
 16.000   77.250       2.3489
 16.000   77.500       4.4190
 16.000   77.750       0.0000
 16.000   78.000       0.0000
 16.000   78.250       0.0000
 16.000   78.500       0.0000
 16.000   78.750       0.0000
 16.000   79.000       0.0000
 16.000   79.250       0.0000
 16.000   79.500       0.0000
 16.000   79.750       0.0000
 16.000   80.000       0.0000
 16.000   80.250       0.0000
 16.000   80.500       0.0000
 16.000   80.750       0.0000
 16.000   81.000       0.0000
 16.000   81.250       0.0000
 16.000   81.500       0.0000
 16.000   81.750       0.0000
 16.000   82.000       0.0000
 16.000   82.250       0.0000
 16.000   82.500       0.0000
 16.000   82.750       0.0000
 16.000   83.000       0.0000
 16.000   83.250       0.0000
 16.000   83.500       0.0000
 16.000   83.750       0.0000
 16.000   84.000       0.0000
 16.000   84.250       0.0000
 16.000   84.500       0.0000
 16.000   84.750       0.0000
 16.000   85.000       0.0000
 16.000   85.250       0.0000
 16.000   85.500       0.0000
 16.000   85.750       0.0900
 16.000   86.000       0.1200
 16.000   86.250       0.0600
 16.000   86.500       0.0000
 16.000   86.750       0.2400
 16.000   87.000      44.5200
 16.250   74.000      12.2045
 16.250   74.250       6.9909
 16.250   74.500       6.3312
 16.250   74.750       5.8591
 16.250   75.000       4.7296
 16.250   75.250       3.8230
 16.250   75.500      17.3560
 16.250   75.750       9.5357
 16.250   76.000      11.1219
 16.250   76.250       5.5874
 16.250   76.500       2.7645
 16.250   76.750       0.0000
 16.250   77.000       4.4295
 16.250   77.250       4.4279
 16.250   77.500       0.0000
 16.250   77.750       0.0000
 16.250   78.000       0.0000
 16.250   78.250       0.0000
 16.250   78.500       0.0000
 16.250   78.750       0.0000
 16.250   79.000       0.0000
 16.250   79.250       0.0000
 16.250   79.500       0.0000
 16.250   79.750       0.0000
 16.250   80.000       0.0000
 16.250   80.250       0.0000
 16.250   80.500       0.0000
 16.250   80.750       0.0000
 16.250   81.000       0.0000
 16.250   81.250       0.0000
 16.250   81.500       0.0000
 16.250   81.750       0.0000
 16.250   82.000       0.0000
 16.250   82.250       0.0000
 16.250   82.500       0.0000
 16.250   82.750       0.0000
 16.250   83.000       0.0000
 16.250   83.250       0.0000
 16.250   83.500       0.0000
 16.250   83.750       0.0000
 16.250   84.000       0.0000
 16.250   84.250       0.0000
 16.250   84.500       0.0000
 16.250   84.750       0.0000
 16.250   85.000       0.0000
 16.250   85.250       0.0000
 16.250   85.500       0.0000
 16.250   85.750       0.0000
 16.250   86.000       2.5800
 16.250   86.250       5.8800
 16.250   86.500       0.0000
 16.250   86.750       0.0900
 16.250   87.000      48.5400
 16.500   74.000       8.5852
 16.500   74.250       4.0360
 16.500   74.500       1.7054
 16.500   74.750       0.9021
 16.500   75.000       0.0000
 16.500   75.250       0.0000
 16.500   75.500       1.4992
 16.500   75.750       3.4773
 16.500   76.000       4.6238
 16.500   76.250       6.1022
 16.500   76.500       2.6221
 16.500   76.750       0.0000
 16.500   77.000       0.0000
 16.500   77.250       0.0000
 16.500   77.500       0.0000
 16.500   77.750       0.0000
 16.500   78.000       0.0000
 16.500   78.250       0.0000
 16.500   78.500       0.0000
 16.500   78.750       0.0000
 16.500   79.000       0.0000
 16.500   79.250       0.0000
 16.500   79.500       0.0000
 16.500   79.750       0.0000
 16.500   80.000       0.0000
 16.500   80.250       0.0000
 16.500   80.500       0.0000
 16.500   80.750       0.0000
 16.500   81.000       0.0000
 16.500   81.250       0.0000
 16.500   81.500       0.0000
 16.500   81.750       0.0000
 16.500   82.000       0.0000
 16.500   82.250       0.0000
 16.500   82.500       0.0000
 16.500   82.750       0.0000
 16.500   83.000       0.0000
 16.500   83.250       0.0000
 16.500   83.500       0.0000
 16.500   83.750       0.0000
 16.500   84.000       0.0000
 16.500   84.250       0.0000
 16.500   84.500       0.0000
 16.500   84.750       0.0000
 16.500   85.000       0.0000
 16.500   85.250       0.0000
 16.500   85.500       0.0000
 16.500   85.750       0.0000
 16.500   86.000       0.0000
 16.500   86.250       0.0000
 16.500   86.500       1.1700
 16.500   86.750       1.9800
 16.500   87.000      41.2500
 16.750   74.000      17.3474
 16.750   74.250      20.7816
 16.750   74.500       0.0000
 16.750   74.750       4.3917
 16.750   75.000       4.6132
 16.750   75.250       3.2125
 16.750   75.500       0.0000
 16.750   75.750       0.0000
 16.750   76.000       0.0000
 16.750   76.250       0.0000
 16.750   76.500       0.0000
 16.750   76.750       0.0000
 16.750   77.000       0.0000
 16.750   77.250       0.0000
 16.750   77.500       0.0000
 16.750   77.750       0.0000
 16.750   78.000       0.0000
 16.750   78.250       0.0000
 16.750   78.500       0.0000
 16.750   78.750       0.0000
 16.750   79.000       0.0000
 16.750   79.250       0.0000
 16.750   79.500       0.0000
 16.750   79.750       0.0000
 16.750   80.000       0.0000
 16.750   80.250       0.0000
 16.750   80.500       0.0000
 16.750   80.750       0.0000
 16.750   81.000       0.0000
 16.750   81.250       0.0000
 16.750   81.500       0.0000
 16.750   81.750       0.0000
 16.750   82.000       0.0000
 16.750   82.250       0.0000
 16.750   82.500       0.0000
 16.750   82.750       0.0000
 16.750   83.000       0.0000
 16.750   83.250       0.0000
 16.750   83.500       0.0000
 16.750   83.750       0.0000
 16.750   84.000       0.0000
 16.750   84.250       0.0000
 16.750   84.500       0.0000
 16.750   84.750       0.0000
 16.750   85.000       0.0000
 16.750   85.250       0.0000
 16.750   85.500       0.0000
 16.750   85.750       0.0000
 16.750   86.000       0.0000
 16.750   86.250       0.0000
 16.750   86.500       5.8800
 16.750   86.750      10.5000
 16.750   87.000      13.7400
 17.000   74.000      52.2050
 17.000   74.250       9.8845
 17.000   74.500       0.0600
 17.000   74.750       0.0969
 17.000   75.000       0.0000
 17.000   75.250       6.0005
 17.000   75.500       0.0000
 17.000   75.750       1.7332
 17.000   76.000       0.0000
 17.000   76.250       4.0412
 17.000   76.500       0.0000
 17.000   76.750       0.0000
 17.000   77.000       0.0000
 17.000   77.250       0.0000
 17.000   77.500       0.0000
 17.000   77.750       0.0000
 17.000   78.000       0.0000
 17.000   78.250       0.0000
 17.000   78.500       0.0000
 17.000   78.750       0.0000
 17.000   79.000       0.0000
 17.000   79.250       0.0000
 17.000   79.500       0.0000
 17.000   79.750       0.0000
 17.000   80.000       0.0000
 17.000   80.250       0.0000
 17.000   80.500       0.0000
 17.000   80.750       0.0000
 17.000   81.000       0.0000
 17.000   81.250       0.0000
 17.000   81.500       0.0000
 17.000   81.750       0.0000
 17.000   82.000       1.3437
 17.000   82.250       0.0000
 17.000   82.500       0.0000
 17.000   82.750       0.0000
 17.000   83.000       0.0000
 17.000   83.250       0.0000
 17.000   83.500       0.0000
 17.000   83.750       0.0000
 17.000   84.000       0.0000
 17.000   84.250       0.0000
 17.000   84.500       0.0000
 17.000   84.750       0.0000
 17.000   85.000       0.0000
 17.000   85.250       0.0000
 17.000   85.500       0.0000
 17.000   85.750       0.0000
 17.000   86.000       0.0000
 17.000   86.250       0.0000
 17.000   86.500       0.0000
 17.000   86.750       0.0600
 17.000   87.000       5.1300
 17.250   74.000      32.9128
 17.250   74.250      15.0544
 17.250   74.500       0.5588
 17.250   74.750       0.0000
 17.250   75.000      10.6026
 17.250   75.250       0.0000
 17.250   75.500       0.0000
 17.250   75.750       2.9681
 17.250   76.000       4.8191
 17.250   76.250       0.0000
 17.250   76.500       0.0000
 17.250   76.750       0.0000
 17.250   77.000       6.4784
 17.250   77.250       4.4853
 17.250   77.500       0.0000
 17.250   77.750       0.0000
 17.250   78.000       0.0000
 17.250   78.250       0.0000
 17.250   78.500       0.0000
 17.250   78.750       0.0000
 17.250   79.000       0.0000
 17.250   79.250       0.0000
 17.250   79.500       0.0000
 17.250   79.750       0.0000
 17.250   80.000       0.0000
 17.250   80.250       0.0000
 17.250   80.500       0.0000
 17.250   80.750       0.0000
 17.250   81.000       0.0000
 17.250   81.250       1.3912
 17.250   81.500       0.4646
 17.250   81.750       0.0000
 17.250   82.000       0.0000
 17.250   82.250       0.0000
 17.250   82.500       0.0000
 17.250   82.750       0.0000
 17.250   83.000       0.1965
 17.250   83.250       0.0000
 17.250   83.500       0.0000
 17.250   83.750       0.0000
 17.250   84.000       0.0000
 17.250   84.250       0.0000
 17.250   84.500       0.0000
 17.250   84.750       0.0000
 17.250   85.000       0.0000
 17.250   85.250       0.0000
 17.250   85.500       0.0000
 17.250   85.750       0.0000
 17.250   86.000       0.0000
 17.250   86.250       0.0000
 17.250   86.500       0.0000
 17.250   86.750       0.0000
 17.250   87.000       1.2900
 17.500   74.000      21.3955
 17.500   74.250       0.0000
 17.500   74.500       0.0000
 17.500   74.750       1.7623
 17.500   75.000       8.7306
 17.500   75.250       4.6695
 17.500   75.500       0.0000
 17.500   75.750       0.0000
 17.500   76.000       7.6188
 17.500   76.250       9.3219
 17.500   76.500      11.7439
 17.500   76.750       7.8697
 17.500   77.000       6.7423
 17.500   77.250       0.0000
 17.500   77.500       0.0000
 17.500   77.750       0.0000
 17.500   78.000       0.0000
 17.500   78.250       0.0000
 17.500   78.500       0.0000
 17.500   78.750       0.0000
 17.500   79.000       0.0000
 17.500   79.250       0.0000
 17.500   79.500       0.0000
 17.500   79.750       0.0000
 17.500   80.000       0.0000
 17.500   80.250       0.0000
 17.500   80.500       0.0000
 17.500   80.750       0.0000
 17.500   81.000       0.0000
 17.500   81.250       3.9679
 17.500   81.500       0.0000
 17.500   81.750       0.0000
 17.500   82.000       3.5035
 17.500   82.250       4.3444
 17.500   82.500       0.0000
 17.500   82.750       0.0000
 17.500   83.000       0.0000
 17.500   83.250       0.0000
 17.500   83.500       0.0000
 17.500   83.750       0.0000
 17.500   84.000       0.0000
 17.500   84.250       0.0000
 17.500   84.500       0.0000
 17.500   84.750       0.0000
 17.500   85.000       0.0000
 17.500   85.250       0.0000
 17.500   85.500       0.0000
 17.500   85.750       0.0000
 17.500   86.000       0.0000
 17.500   86.250       0.0000
 17.500   86.500       0.0000
 17.500   86.750       0.0000
 17.500   87.000       0.9600
 17.750   74.000      19.3142
 17.750   74.250       0.0000
 17.750   74.500       0.0000
 17.750   74.750       0.0000
 17.750   75.000       3.9610
 17.750   75.250       7.1437
 17.750   75.500       0.0000
 17.750   75.750       0.0000
 17.750   76.000      16.6937
 17.750   76.250      13.9135
 17.750   76.500      16.6986
 17.750   76.750      18.1781
 17.750   77.000       0.0000
 17.750   77.250       0.0000
 17.750   77.500       0.0000
 17.750   77.750       4.1649
 17.750   78.000       0.0000
 17.750   78.250       0.0000
 17.750   78.500       0.0000
 17.750   78.750       0.0000
 17.750   79.000       0.0000
 17.750   79.250       0.0000
 17.750   79.500       0.0000
 17.750   79.750       0.0000
 17.750   80.000       0.0000
 17.750   80.250       1.4061
 17.750   80.500       1.0271
 17.750   80.750       1.2418
 17.750   81.000       8.5070
 17.750   81.250      13.4234
 17.750   81.500       7.8749
 17.750   81.750       2.5828
 17.750   82.000       3.1005
 17.750   82.250       9.1722
 17.750   82.500       2.3634
 17.750   82.750       0.0000
 17.750   83.000       0.0000
 17.750   83.250       0.0000
 17.750   83.500       0.0000
 17.750   83.750       0.0000
 17.750   84.000       0.0000
 17.750   84.250       0.0000
 17.750   84.500       0.0000
 17.750   84.750       0.0000
 17.750   85.000       0.0000
 17.750   85.250       0.0000
 17.750   85.500       0.0000
 17.750   85.750       0.0000
 17.750   86.000       0.0000
 17.750   86.250       0.0000
 17.750   86.500       0.0000
 17.750   86.750       0.0000
 17.750   87.000       0.0000
 18.000   74.000      46.3163
 18.000   74.250      13.8822
 18.000   74.500       7.1528
 18.000   74.750       9.8323
 18.000   75.000       5.2753
 18.000   75.250      16.2839
 18.000   75.500       0.0000
 18.000   75.750       0.0000
 18.000   76.000       0.0000
 18.000   76.250       1.5056
 18.000   76.500       1.0071
 18.000   76.750       0.0000
 18.000   77.000       0.0000
 18.000   77.250       3.9796
 18.000   77.500      15.3900
 18.000   77.750      13.8544
 18.000   78.000       1.8384
 18.000   78.250       0.0000
 18.000   78.500       0.0000
 18.000   78.750       0.0000
 18.000   79.000       0.0000
 18.000   79.250       0.0000
 18.000   79.500       0.0000
 18.000   79.750       0.0000
 18.000   80.000       0.0000
 18.000   80.250       8.1134
 18.000   80.500       5.2692
 18.000   80.750       4.1094
 18.000   81.000       7.6708
 18.000   81.250      17.6842
 18.000   81.500      20.5423
 18.000   81.750       0.0000
 18.000   82.000       0.0000
 18.000   82.250       6.4343
 18.000   82.500      21.7038
 18.000   82.750       5.6048
 18.000   83.000       0.9384
 18.000   83.250       0.0000
 18.000   83.500       0.0000
 18.000   83.750       0.0000
 18.000   84.000       0.0000
 18.000   84.250       0.0000
 18.000   84.500       0.0000
 18.000   84.750       0.0000
 18.000   85.000       0.0000
 18.000   85.250       0.0000
 18.000   85.500       0.0000
 18.000   85.750       0.0000
 18.000   86.000       0.0000
 18.000   86.250       0.0000
 18.000   86.500       0.0000
 18.000   86.750       0.0000
 18.000   87.000       0.0000
 18.250   74.000      62.3429
 18.250   74.250      77.9769
 18.250   74.500      28.4169
 18.250   74.750      15.8317
 18.250   75.000      14.2399
 18.250   75.250      12.4457
 18.250   75.500       0.0000
 18.250   75.750       0.0000
 18.250   76.000       0.0000
 18.250   76.250       0.0000
 18.250   76.500      13.2694
 18.250   76.750       0.0000
 18.250   77.000       0.0000
 18.250   77.250       4.1937
 18.250   77.500       9.9417
 18.250   77.750      11.7555
 18.250   78.000       3.8852
 18.250   78.250       0.0000
 18.250   78.500       0.0000
 18.250   78.750       0.0000
 18.250   79.000       0.0000
 18.250   79.250       0.0000
 18.250   79.500       0.0000
 18.250   79.750       0.0000
 18.250   80.000       0.0000
 18.250   80.250       7.8751
 18.250   80.500       0.0000
 18.250   80.750       1.9422
 18.250   81.000       0.0000
 18.250   81.250       6.2557
 18.250   81.500       5.3224
 18.250   81.750       0.0000
 18.250   82.000       0.0000
 18.250   82.250       1.4739
 18.250   82.500      10.5519
 18.250   82.750      36.3809
 18.250   83.000       0.5365
 18.250   83.250       1.5851
 18.250   83.500       1.0745
 18.250   83.750       0.0000
 18.250   84.000       0.0000
 18.250   84.250       0.0000
 18.250   84.500       0.0000
 18.250   84.750       0.0000
 18.250   85.000       0.0000
 18.250   85.250       0.0000
 18.250   85.500       0.0000
 18.250   85.750       0.0000
 18.250   86.000       0.0000
 18.250   86.250       0.0000
 18.250   86.500       0.0000
 18.250   86.750       0.0000
 18.250   87.000       0.0000
 18.500   74.000      35.4738
 18.500   74.250      31.9257
 18.500   74.500      20.4823
 18.500   74.750      23.2670
 18.500   75.000      37.2400
 18.500   75.250      26.6338
 18.500   75.500       7.2377
 18.500   75.750       2.4198
 18.500   76.000       6.9862
 18.500   76.250       5.0711
 18.500   76.500      14.2025
 18.500   76.750       6.6272
 18.500   77.000      44.4469
 18.500   77.250      10.2512
 18.500   77.500       2.4427
 18.500   77.750       3.9669
 18.500   78.000       2.5943
 18.500   78.250       1.1664
 18.500   78.500       0.0000
 18.500   78.750       0.0000
 18.500   79.000       0.0000
 18.500   79.250       0.0000
 18.500   79.500       0.0000
 18.500   79.750       0.0000
 18.500   80.000       0.0000
 18.500   80.250       0.0000
 18.500   80.500       0.0000
 18.500   80.750       0.0000
 18.500   81.000      10.1223
 18.500   81.250       4.8986
 18.500   81.500       2.1399
 18.500   81.750       2.7743
 18.500   82.000       3.7951
 18.500   82.250       9.9057
 18.500   82.500       5.6680
 18.500   82.750       2.0122
 18.500   83.000       0.0000
 18.500   83.250       9.3594
 18.500   83.500      13.4546
 18.500   83.750      13.6102
 18.500   84.000       2.2470
 18.500   84.250       0.0000
 18.500   84.500       0.0000
 18.500   84.750       0.0000
 18.500   85.000       0.0000
 18.500   85.250       0.0000
 18.500   85.500       0.0000
 18.500   85.750       0.0000
 18.500   86.000       0.0000
 18.500   86.250       0.0000
 18.500   86.500       0.0000
 18.500   86.750       0.0000
 18.500   87.000       0.0000
 18.750   74.000      37.2360
 18.750   74.250      28.6342
 18.750   74.500      25.9353
 18.750   74.750      18.6380
 18.750   75.000      12.4750
 18.750   75.250      19.7167
 18.750   75.500      24.9141
 18.750   75.750      19.8606
 18.750   76.000      13.9624
 18.750   76.250       9.4972
 18.750   76.500       6.1429
 18.750   76.750       4.9412
 18.750   77.000       3.9180
 18.750   77.250       2.9045
 18.750   77.500       1.9952
 18.750   77.750       3.1399
 18.750   78.000       5.7322
 18.750   78.250       1.7534
 18.750   78.500       1.0403
 18.750   78.750       0.0000
 18.750   79.000       0.0000
 18.750   79.250       0.0000
 18.750   79.500       0.0000
 18.750   79.750       0.0000
 18.750   80.000       0.0000
 18.750   80.250       0.0000
 18.750   80.500       0.0000
 18.750   80.750       0.0000
 18.750   81.000      13.0604
 18.750   81.250       0.0000
 18.750   81.500       9.8849
 18.750   81.750       1.2539
 18.750   82.000       0.9935
 18.750   82.250       0.0000
 18.750   82.500       3.3635
 18.750   82.750       5.2293
 18.750   83.000      15.2750
 18.750   83.250      42.5352
 18.750   83.500      43.7189
 18.750   83.750      33.7273
 18.750   84.000       7.6981
 18.750   84.250       0.3013
 18.750   84.500       0.0000
 18.750   84.750       0.0000
 18.750   85.000       0.0000
 18.750   85.250       0.0000
 18.750   85.500       0.0000
 18.750   85.750       0.0000
 18.750   86.000       0.0000
 18.750   86.250       0.0000
 18.750   86.500       0.0000
 18.750   86.750       0.0000
 18.750   87.000       0.0000
 19.000   74.000      48.4185
 19.000   74.250      23.6892
 19.000   74.500      28.3262
 19.000   74.750      25.0352
 19.000   75.000       0.3072
 19.000   75.250      22.2309
 19.000   75.500      24.3461
 19.000   75.750      22.4850
 19.000   76.000      14.0156
 19.000   76.250      14.2888
 19.000   76.500      10.1142
 19.000   76.750       7.4665
 19.000   77.000       9.8414
 19.000   77.250      13.8722
 19.000   77.500       6.4378
 19.000   77.750       5.9651
 19.000   78.000       2.1505
 19.000   78.250       2.8091
 19.000   78.500       1.3232
 19.000   78.750       0.0000
 19.000   79.000       0.6225
 19.000   79.250       0.8131
 19.000   79.500       0.0000
 19.000   79.750       0.0000
 19.000   80.000       6.8711
 19.000   80.250       4.1862
 19.000   80.500       1.7791
 19.000   80.750       1.0705
 19.000   81.000       2.0012
 19.000   81.250       9.7528
 19.000   81.500      17.6070
 19.000   81.750       5.6412
 19.000   82.000       0.0000
 19.000   82.250       0.0000
 19.000   82.500       1.4721
 19.000   82.750      10.9119
 19.000   83.000      49.3231
 19.000   83.250      46.2686
 19.000   83.500      26.3232
 19.000   83.750      15.0549
 19.000   84.000       1.8377
 19.000   84.250       3.9269
 19.000   84.500       0.0000
 19.000   84.750       0.0000
 19.000   85.000       0.0000
 19.000   85.250       0.0000
 19.000   85.500       0.0000
 19.000   85.750       0.0000
 19.000   86.000       0.0000
 19.000   86.250       0.0000
 19.000   86.500       0.0000
 19.000   86.750       0.0000
 19.000   87.000       0.0000
 19.250   74.000      42.1709
 19.250   74.250      13.7971
 19.250   74.500      15.6826
 19.250   74.750       3.1693
 19.250   75.000       0.0000
 19.250   75.250      20.7904
 19.250   75.500      24.4055
 19.250   75.750      29.7828
 19.250   76.000      23.5950
 19.250   76.250      10.2255
 19.250   76.500      11.0923
 19.250   76.750      10.4845
 19.250   77.000       9.2993
 19.250   77.250       8.7231
 19.250   77.500       8.3070
 19.250   77.750       8.4488
 19.250   78.000       3.5405
 19.250   78.250       0.5029
 19.250   78.500       0.0000
 19.250   78.750       2.5064
 19.250   79.000       4.2507
 19.250   79.250       2.9992
 19.250   79.500       0.0000
 19.250   79.750       3.1912
 19.250   80.000       8.1499
 19.250   80.250       7.6310
 19.250   80.500       2.1702
 19.250   80.750       0.7038
 19.250   81.000       0.0000
 19.250   81.250      17.1155
 19.250   81.500      10.7429
 19.250   81.750       4.8621
 19.250   82.000       1.1177
 19.250   82.250       0.0000
 19.250   82.500       0.0000
 19.250   82.750      13.8076
 19.250   83.000      31.9765
 19.250   83.250      15.9439
 19.250   83.500      10.1844
 19.250   83.750       6.2210
 19.250   84.000       6.1468
 19.250   84.250       0.6728
 19.250   84.500       0.0000
 19.250   84.750       0.0000
 19.250   85.000       0.0000
 19.250   85.250       0.0000
 19.250   85.500       0.0000
 19.250   85.750       0.0000
 19.250   86.000       0.0000
 19.250   86.250       0.0000
 19.250   86.500       0.0000
 19.250   86.750       0.0000
 19.250   87.000       0.0000
 19.500   74.000      29.1507
 19.500   74.250      18.6327
 19.500   74.500      10.7797
 19.500   74.750       3.7307
 19.500   75.000       1.3668
 19.500   75.250      10.9129
 19.500   75.500      15.9856
 19.500   75.750      15.0982
 19.500   76.000      20.0578
 19.500   76.250      23.3346
 19.500   76.500       6.0443
 19.500   76.750      15.5199
 19.500   77.000      14.2587
 19.500   77.250       9.0412
 19.500   77.500       6.6653
 19.500   77.750      13.8795
 19.500   78.000       6.1266
 19.500   78.250       6.4021
 19.500   78.500       2.3415
 19.500   78.750       4.8748
 19.500   79.000       4.6202
 19.500   79.250       5.4030
 19.500   79.500       1.2926
 19.500   79.750       0.8830
 19.500   80.000       3.8345
 19.500   80.250       1.9415
 19.500   80.500       0.0000
 19.500   80.750       0.0000
 19.500   81.000       0.0000
 19.500   81.250       0.0000
 19.500   81.500       0.0000
 19.500   81.750       0.0000
 19.500   82.000       0.0000
 19.500   82.250       0.0000
 19.500   82.500       0.0000
 19.500   82.750       2.0107
 19.500   83.000       1.3538
 19.500   83.250       4.0318
 19.500   83.500       3.3301
 19.500   83.750       6.5164
 19.500   84.000      17.3738
 19.500   84.250       5.5257
 19.500   84.500       0.0000
 19.500   84.750       0.0000
 19.500   85.000       0.0000
 19.500   85.250       0.0000
 19.500   85.500       0.0000
 19.500   85.750       0.0000
 19.500   86.000       0.0000
 19.500   86.250       0.0000
 19.500   86.500       0.0000
 19.500   86.750       0.0000
 19.500   87.000       0.0000
 19.750   74.000      20.1026
 19.750   74.250      16.0996
 19.750   74.500      10.9931
 19.750   74.750       7.5577
 19.750   75.000       5.6582
 19.750   75.250       7.3985
 19.750   75.500       7.2040
 19.750   75.750      10.1937
 19.750   76.000       8.2610
 19.750   76.250       4.3949
 19.750   76.500       7.4919
 19.750   76.750      18.6880
 19.750   77.000      14.9090
 19.750   77.250      16.5475
 19.750   77.500       9.9333
 19.750   77.750       4.7923
 19.750   78.000       5.9125
 19.750   78.250       5.7832
 19.750   78.500       6.7062
 19.750   78.750       7.8486
 19.750   79.000       2.7886
 19.750   79.250       0.0000
 19.750   79.500       0.0000
 19.750   79.750       0.0000
 19.750   80.000       0.0000
 19.750   80.250       0.0000
 19.750   80.500       0.0000
 19.750   80.750       0.0000
 19.750   81.000       0.0000
 19.750   81.250       0.0000
 19.750   81.500       2.6957
 19.750   81.750       2.9079
 19.750   82.000       2.9977
 19.750   82.250       0.0000
 19.750   82.500       0.0000
 19.750   82.750       0.0000
 19.750   83.000       0.3584
 19.750   83.250       0.0000
 19.750   83.500       0.0000
 19.750   83.750      25.8063
 19.750   84.000      47.8606
 19.750   84.250      19.2253
 19.750   84.500       0.0000
 19.750   84.750       0.0000
 19.750   85.000       0.4035
 19.750   85.250       0.0000
 19.750   85.500       0.0000
 19.750   85.750       0.0000
 19.750   86.000       0.0000
 19.750   86.250       0.0000
 19.750   86.500       0.0802
 19.750   86.750       0.0000
 19.750   87.000       0.0000
 20.000   74.000      34.5485
 20.000   74.250      13.1749
 20.000   74.500       6.3720
 20.000   74.750       5.5792
 20.000   75.000       2.7853
 20.000   75.250       1.4977
 20.000   75.500       1.2810
 20.000   75.750       4.4108
 20.000   76.000       5.5757
 20.000   76.250       0.9539
 20.000   76.500       9.4163
 20.000   76.750       3.9336
 20.000   77.000       4.8622
 20.000   77.250       3.8649
 20.000   77.500       4.1715
 20.000   77.750       3.3308
 20.000   78.000       4.4672
 20.000   78.250       3.6578
 20.000   78.500       2.5379
 20.000   78.750       1.7531
 20.000   79.000       0.0000
 20.000   79.250       0.0000
 20.000   79.500       0.0000
 20.000   79.750       0.0000
 20.000   80.000       1.4385
 20.000   80.250       0.0000
 20.000   80.500       0.0000
 20.000   80.750       0.0000
 20.000   81.000       0.0000
 20.000   81.250       0.0000
 20.000   81.500       0.8333
 20.000   81.750       2.6026
 20.000   82.000       4.9680
 20.000   82.250       3.7310
 20.000   82.500       0.0000
 20.000   82.750       0.1840
 20.000   83.000       0.9377
 20.000   83.250       0.3940
 20.000   83.500       0.0000
 20.000   83.750       0.0000
 20.000   84.000      19.0979
 20.000   84.250      23.7846
 20.000   84.500       0.9892
 20.000   84.750       0.4790
 20.000   85.000       2.2716
 20.000   85.250       0.0000
 20.000   85.500       0.0000
 20.000   85.750       0.0000
 20.000   86.000       0.0000
 20.000   86.250       0.0000
 20.000   86.500       0.0000
 20.000   86.750       0.0000
 20.000   87.000       0.0000
 20.250   74.000      36.6782
 20.250   74.250       6.1086
 20.250   74.500       4.2466
 20.250   74.750       4.5392
 20.250   75.000       2.0094
 20.250   75.250       1.3143
 20.250   75.500       1.1711
 20.250   75.750       1.6624
 20.250   76.000       6.1777
 20.250   76.250       3.1232
 20.250   76.500       0.7736
 20.250   76.750       0.9773
 20.250   77.000       0.0370
 20.250   77.250       2.2245
 20.250   77.500       1.9493
 20.250   77.750       1.6465
 20.250   78.000       1.5948
 20.250   78.250       1.6323
 20.250   78.500       1.6511
 20.250   78.750       3.1174
 20.250   79.000       0.4708
 20.250   79.250       0.0000
 20.250   79.500       0.0000
 20.250   79.750       2.3024
 20.250   80.000       0.0000
 20.250   80.250       1.2874
 20.250   80.500       0.0000
 20.250   80.750       0.0000
 20.250   81.000       0.0000
 20.250   81.250       0.0000
 20.250   81.500       0.0000
 20.250   81.750       0.0000
 20.250   82.000       1.1800
 20.250   82.250       1.5776
 20.250   82.500       4.1794
 20.250   82.750       0.0000
 20.250   83.000       0.0000
 20.250   83.250       0.4039
 20.250   83.500       3.0363
 20.250   83.750      12.2119
 20.250   84.000       3.4160
 20.250   84.250      18.4614
 20.250   84.500       2.7009
 20.250   84.750       3.1334
 20.250   85.000       1.7442
 20.250   85.250       0.0000
 20.250   85.500       0.0000
 20.250   85.750       0.0000
 20.250   86.000       0.0000
 20.250   86.250       0.0000
 20.250   86.500       0.0000
 20.250   86.750       0.0000
 20.250   87.000       0.0000
 20.500   74.000      33.2876
 20.500   74.250       5.6610
 20.500   74.500       1.2727
 20.500   74.750       3.0684
 20.500   75.000       1.1693
 20.500   75.250       0.0000
 20.500   75.500       0.0000
 20.500   75.750       0.0000
 20.500   76.000       5.4271
 20.500   76.250       5.3536
 20.500   76.500       7.0553
 20.500   76.750       3.0433
 20.500   77.000       2.8885
 20.500   77.250       4.1123
 20.500   77.500       2.6276
 20.500   77.750       2.0661
 20.500   78.000       2.3430
 20.500   78.250       1.6117
 20.500   78.500       1.8894
 20.500   78.750       0.0000
 20.500   79.000       0.0000
 20.500   79.250       0.0000
 20.500   79.500       0.0000
 20.500   79.750       0.0000
 20.500   80.000       0.0000
 20.500   80.250       0.0000
 20.500   80.500       0.0000
 20.500   80.750       0.0000
 20.500   81.000       0.0000
 20.500   81.250       0.0000
 20.500   81.500       0.0000
 20.500   81.750       0.0000
 20.500   82.000       0.0000
 20.500   82.250       0.0000
 20.500   82.500       3.5908
 20.500   82.750       0.6514
 20.500   83.000       0.0000
 20.500   83.250       0.5977
 20.500   83.500       6.5161
 20.500   83.750      12.2922
 20.500   84.000       0.5391
 20.500   84.250       0.3479
 20.500   84.500       0.5537
 20.500   84.750       2.0623
 20.500   85.000       6.6085
 20.500   85.250       0.0000
 20.500   85.500       0.0000
 20.500   85.750       0.0000
 20.500   86.000       0.0000
 20.500   86.250       0.0000
 20.500   86.500       0.0000
 20.500   86.750       0.0000
 20.500   87.000       0.0000
 20.750   74.000       1.0162
 20.750   74.250      22.1915
 20.750   74.500      23.3013
 20.750   74.750       2.0401
 20.750   75.000       1.2575
 20.750   75.250       0.0000
 20.750   75.500       0.0000
 20.750   75.750       0.0000
 20.750   76.000       0.0000
 20.750   76.250       4.9269
 20.750   76.500      14.0878
 20.750   76.750       6.6259
 20.750   77.000       5.1233
 20.750   77.250       4.2042
 20.750   77.500       3.9240
 20.750   77.750       3.3042
 20.750   78.000       3.5775
 20.750   78.250       1.9145
 20.750   78.500       0.0000
 20.750   78.750       0.0000
 20.750   79.000       1.5296
 20.750   79.250       0.0000
 20.750   79.500       0.0000
 20.750   79.750       0.0000
 20.750   80.000       0.0000
 20.750   80.250       0.0000
 20.750   80.500       0.0000
 20.750   80.750       0.0000
 20.750   81.000       0.0000
 20.750   81.250       0.0000
 20.750   81.500       0.0000
 20.750   81.750       0.0000
 20.750   82.000       0.0000
 20.750   82.250       1.0459
 20.750   82.500      12.4451
 20.750   82.750      24.2405
 20.750   83.000       6.6718
 20.750   83.250       0.4979
 20.750   83.500       0.2820
 20.750   83.750       0.6786
 20.750   84.000       7.4194
 20.750   84.250       4.6020
 20.750   84.500       4.3188
 20.750   84.750      21.8645
 20.750   85.000      32.3349
 20.750   85.250       0.9581
 20.750   85.500       4.5793
 20.750   85.750       4.6415
 20.750   86.000       3.5978
 20.750   86.250       1.9437
 20.750   86.500       0.0000
 20.750   86.750       0.0000
 20.750   87.000       0.0000
 21.000   74.000       0.0000
 21.000   74.250       1.5389
 21.000   74.500       0.6994
 21.000   74.750       2.8533
 21.000   75.000       4.5842
 21.000   75.250       0.0000
 21.000   75.500       0.0000
 21.000   75.750       0.0000
 21.000   76.000       0.0000
 21.000   76.250       1.4491
 21.000   76.500       5.9934
 21.000   76.750       8.6535
 21.000   77.000       4.5913
 21.000   77.250       4.3984
 21.000   77.500       6.1026
 21.000   77.750       4.5220
 21.000   78.000       5.6046
 21.000   78.250       4.9285
 21.000   78.500       7.3911
 21.000   78.750       0.0000
 21.000   79.000       0.0000
 21.000   79.250       0.0000
 21.000   79.500       0.0000
 21.000   79.750       2.6977
 21.000   80.000       2.3298
 21.000   80.250       0.0000
 21.000   80.500       0.0000
 21.000   80.750       0.0000
 21.000   81.000       0.0000
 21.000   81.250       0.0000
 21.000   81.500       0.0000
 21.000   81.750       0.0000
 21.000   82.000       0.0000
 21.000   82.250       3.9027
 21.000   82.500      18.3261
 21.000   82.750      13.2294
 21.000   83.000      19.7774
 21.000   83.250      18.5540
 21.000   83.500      11.8262
 21.000   83.750       3.6067
 21.000   84.000      16.1816
 21.000   84.250       7.5718
 21.000   84.500      18.6296
 21.000   84.750       5.7953
 21.000   85.000       1.3366
 21.000   85.250       6.4988
 21.000   85.500      19.7824
 21.000   85.750      28.1591
 21.000   86.000      24.9708
 21.000   86.250      13.1758
 21.000   86.500      12.6836
 21.000   86.750       0.0000
 21.000   87.000       0.0000
 21.250   74.000       0.0000
 21.250   74.250       0.0000
 21.250   74.500       1.3444
 21.250   74.750       5.1779
 21.250   75.000       7.9240
 21.250   75.250       8.9943
 21.250   75.500       1.6754
 21.250   75.750       0.0000
 21.250   76.000       0.8724
 21.250   76.250       1.0847
 21.250   76.500       3.7193
 21.250   76.750       7.2579
 21.250   77.000       6.6527
 21.250   77.250      14.8348
 21.250   77.500      18.1778
 21.250   77.750      19.1514
 21.250   78.000      12.5040
 21.250   78.250      10.7225
 21.250   78.500       7.6329
 21.250   78.750       3.9021
 21.250   79.000       0.0000
 21.250   79.250       0.9845
 21.250   79.500       1.1470
 21.250   79.750       2.4981
 21.250   80.000       1.1381
 21.250   80.250       0.0329
 21.250   80.500       0.0000
 21.250   80.750       0.0000
 21.250   81.000       0.9289
 21.250   81.250       5.5404
 21.250   81.500       0.0000
 21.250   81.750       0.0000
 21.250   82.000       0.0000
 21.250   82.250       0.0000
 21.250   82.500       1.0197
 21.250   82.750       2.1234
 21.250   83.000       8.9058
 21.250   83.250      30.5658
 21.250   83.500      11.6613
 21.250   83.750       6.1170
 21.250   84.000       7.0124
 21.250   84.250      23.6413
 21.250   84.500      25.8719
 21.250   84.750       0.0000
 21.250   85.000       6.9380
 21.250   85.250      17.3090
 21.250   85.500      33.9260
 21.250   85.750      26.1881
 21.250   86.000      27.8030
 21.250   86.250      38.2072
 21.250   86.500      62.3878
 21.250   86.750       7.3050
 21.250   87.000       0.0000
 21.500   74.000       0.0000
 21.500   74.250       0.4309
 21.500   74.500       1.0720
 21.500   74.750       3.1924
 21.500   75.000       8.1126
 21.500   75.250       6.5337
 21.500   75.500       4.0229
 21.500   75.750       1.2093
 21.500   76.000       6.5562
 21.500   76.250       8.8179
 21.500   76.500       7.8411
 21.500   76.750       3.8032
 21.500   77.000       2.3476
 21.500   77.250      28.8190
 21.500   77.500      33.8582
 21.500   77.750      44.1197
 21.500   78.000      14.5571
 21.500   78.250       2.2743
 21.500   78.500       7.7806
 21.500   78.750       4.2394
 21.500   79.000       2.1152
 21.500   79.250       3.4941
 21.500   79.500       6.6680
 21.500   79.750       4.1862
 21.500   80.000       7.5924
 21.500   80.250       6.6175
 21.500   80.500       0.0000
 21.500   80.750       0.0000
 21.500   81.000       1.6785
 21.500   81.250       2.2133
 21.500   81.500       0.0000
 21.500   81.750       0.0000
 21.500   82.000       0.0000
 21.500   82.250       0.0000
 21.500   82.500       2.4725
 21.500   82.750       1.7304
 21.500   83.000       1.0679
 21.500   83.250       7.4383
 21.500   83.500       2.4822
 21.500   83.750       2.3912
 21.500   84.000       4.6976
 21.500   84.250       9.1542
 21.500   84.500       4.9325
 21.500   84.750       4.9927
 21.500   85.000      20.8844
 21.500   85.250      20.1204
 21.500   85.500      32.8975
 21.500   85.750      31.7713
 21.500   86.000      27.4102
 21.500   86.250      29.2014
 21.500   86.500      43.2595
 21.500   86.750      34.4010
 21.500   87.000       0.0000
 21.750   74.000       0.0000
 21.750   74.250       0.3978
 21.750   74.500       0.6824
 21.750   74.750       2.5766
 21.750   75.000       7.5724
 21.750   75.250       8.5868
 21.750   75.500       7.4545
 21.750   75.750       7.5383
 21.750   76.000       7.5044
 21.750   76.250       7.6404
 21.750   76.500       9.7965
 21.750   76.750       3.4442
 21.750   77.000       1.3364
 21.750   77.250       0.6722
 21.750   77.500       2.3729
 21.750   77.750       3.5761
 21.750   78.000       0.0000
 21.750   78.250       2.9017
 21.750   78.500       7.0173
 21.750   78.750       4.2723
 21.750   79.000       4.7279
 21.750   79.250       3.8533
 21.750   79.500       7.4477
 21.750   79.750       4.7430
 21.750   80.000       6.5037
 21.750   80.250       9.1245
 21.750   80.500       2.8085
 21.750   80.750       1.4290
 21.750   81.000       0.0000
 21.750   81.250       3.4502
 21.750   81.500       0.0000
 21.750   81.750       0.0000
 21.750   82.000       0.0000
 21.750   82.250       0.0000
 21.750   82.500       0.0000
 21.750   82.750      21.7628
 21.750   83.000       5.6903
 21.750   83.250       3.3542
 21.750   83.500       1.7131
 21.750   83.750       0.0000
 21.750   84.000       2.0265
 21.750   84.250       1.9227
 21.750   84.500       9.3264
 21.750   84.750      12.0134
 21.750   85.000      19.4181
 21.750   85.250      25.6442
 21.750   85.500      32.0093
 21.750   85.750      27.8443
 21.750   86.000      15.7763
 21.750   86.250      10.1892
 21.750   86.500      23.1994
 21.750   86.750      33.6437
 21.750   87.000       0.0000
 22.000   74.000       0.0000
 22.000   74.250       0.0000
 22.000   74.500       0.0000
 22.000   74.750       0.4532
 22.000   75.000       3.1876
 22.000   75.250       2.5866
 22.000   75.500       2.8390
 22.000   75.750       7.1960
 22.000   76.000       5.5419
 22.000   76.250       4.8519
 22.000   76.500       1.5985
 22.000   76.750       1.7993
 22.000   77.000       3.2484
 22.000   77.250       6.0800
 22.000   77.500       4.5423
 22.000   77.750       1.6458
 22.000   78.000       1.9275
 22.000   78.250       1.7857
 22.000   78.500       5.0975
 22.000   78.750       9.5643
 22.000   79.000       8.0842
 22.000   79.250       5.0153
 22.000   79.500       4.4704
 22.000   79.750       1.8690
 22.000   80.000       1.4051
 22.000   80.250       9.0114
 22.000   80.500      10.2178
 22.000   80.750      10.8008
 22.000   81.000       5.3224
 22.000   81.250       0.0000
 22.000   81.500       0.0000
 22.000   81.750       0.0000
 22.000   82.000       0.0000
 22.000   82.250       0.0000
 22.000   82.500       0.0000
 22.000   82.750       0.0000
 22.000   83.000       0.0000
 22.000   83.250       2.3461
 22.000   83.500       5.5148
 22.000   83.750       0.0000
 22.000   84.000       0.0000
 22.000   84.250       9.6966
 22.000   84.500      27.1737
 22.000   84.750      18.7694
 22.000   85.000       6.5354
 22.000   85.250      11.7572
 22.000   85.500      49.5019
 22.000   85.750      19.8161
 22.000   86.000       7.0652
 22.000   86.250       6.4583
 22.000   86.500       8.3423
 22.000   86.750      13.0637
 22.000   87.000       2.8862

------------------------------------------------
Subject: error with grid stat config
From: Geeta Geeta
Time: Wed Jan 07 10:05:00 2015

Hi John.
Kindly see if it runs. I am sending you my data and other things.
I got this error now.
aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh

*** Running Grid-Stat on APCP using netCDF input for both forecast and
observation ***
DEBUG 1: Default Config File:
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
DEBUG 1: User Config File: ./GridStatConfig_V5
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=2640751956
DEBUG 1: Forecast File: ./test_fcst.nc
DEBUG 1: Observation File: ../trmm_to_nc/mync-02jun2011.nc
WARNING:
WARNING: process_scores() -> APCP(*,*) not found in file:
./test_fcst.nc
WARNING:
DEBUG 2:
DEBUG 2:
--------------------------------------------------------------------------------
DEBUG 2:
aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$



From: geeta124 at hotmail.com
To: met_help at ucar.edu
Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
Date: Wed, 7 Jan 2015 22:14:27 +0530




Hi John.
I m facing a number of problems.
The link (http://gdata1.sci.gsfc.nasa.gov/daac-
bin/G3/gui.cgi?instance_id=TRMM_3B42_Daily) when i use to Download the
ascii TRMM data. For example I want to download for the region 9-
22N/74-87E.
On selecting this region, I get the data for 9.125-21.875/73.375-
87.125 etc. I mean I never get the data for the above region.
 But I was able to run trmm2nc.R script and it gave me data in nc
format. But after this, grid stat gave me the error. because both the
grids were not matching.

2. Then I searched for another link and I came across
http://disc2.nascom.nasa.gov/Giovanni/tovas/TRMM_V7.3B42_daily.2.shtml
where I got the data for the above domain.
then the error came in ruuning the R script.
 I copied the header from the above file and pasted on this one and
then converted into nc. (sending you the files)).
Now I got this error.
Pls look into the matter.

I copied the TEXT header of file1 onto the file2. So cud run Rscript.
but after that grid stat gave me error.
aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh

*** Running Grid-Stat on APCP using netCDF input for both forecast and
observation ***
DEBUG 1: Default Config File:
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
DEBUG 1: User Config File: ./GridStatConfig_V5
ERROR  :
ERROR  : process_command_line() -> The forecast and observation grids
do not match: Projection: Lat/Lon Nx: 53 Ny: 53 lat_ll: 9.000 lon_ll:
-74.000 delta_lat: 0.250 delta_lon: 0.250 != Projection: Lat/Lon Nx:
53 Ny: 53 lat_ll: 9.125 lon_ll: -74.125 delta_lat: 0.250 delta_lon:
0.250
ERROR  :

Pls help me.
Geeta


From: geeta124 at hotmail.com
To: met_help at ucar.edu
Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
Date: Wed, 7 Jan 2015 19:44:01 +0530





Hi John and Julie.
happy New Yr. and Thanks
I could run the R script  and it converted the data into nc format.
But I have another query. If I have binary data which would be global
data then how will go about converting it into NC format keeping in
mind that I have model runs for a regional domain.

Now the 2nd Problem.
aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh

*** Running Grid-Stat on APCP using netCDF input for both forecast and
observation ***
DEBUG 1: Default Config File:
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
DEBUG 1: User Config File: ./GridStatConfig_V5
ERROR  :
ERROR  : GridStatConfInfo::process_config() -> when verifying using
multi-category contingency tables, the thresholds must be
monotonically increasing and be of the same inequality type (lt, le,
gt, or ge).
ERROR  :
Conuld nt get this variable Process_config in the CONFIG file.


I m sending U all my data n config file.
regards
Geeta
> Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat config
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Tue, 6 Jan 2015 13:43:54 -0700
>
> Geeta,
>
> Are you still having trouble with this configuration file?  In
METv4.0, the
> config file language changed a lot to make it more human readable
and
> configurable.  Looks like you were still using the pre-METv4.0
syntax when
> trying to run METv5.0 executables.  That causes a parsing error.
>
> I'd suggest that you make a copy of the sample configuration files
that are
> included with the release and then edit them:
>   cd met-5.0
>   cp scripts/config/GridStatConfig_APCP_12 GridStatConfig
>
> And then edit GridStatConfig with your settings:
>
> fcst = {
>    wind_thresh = [ NA ];
>
>    field = [
>       {
>         name       = "APCP_24";
>         level      = [ "(*,*)" ];
>         cat_thresh = [ >0.0, >=5.0 ];
>       }
>    ];
>
> };
> obs = fcst;
>
> Thanks,
> John
>
> On Fri, Jan 2, 2015 at 9:29 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > Fri Jan 02 09:29:35 2015: Request 70231 was acted upon.
> > Transaction: Ticket created by geeta124 at hotmail.com
> >        Queue: met_help
> >      Subject: error with grid stat config
> >        Owner: Nobody
> >   Requestors: geeta124 at hotmail.com
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231 >
> >
> >
> > Hi John.
> >
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: GridStatConfig_APCP_12
> > ERROR  :
> > ERROR  : yyerror() -> syntax error in file
"GridStatConfig_APCP_12"
> > ERROR  :
> > ERROR  :    line   = 48
> > ERROR  :
> > ERROR  :    column = 11
> > ERROR  :
> > ERROR  :    text   = "["
> > ERROR  :
> > ERROR  :
> > ERROR  : fcst_field[] = [ "APCP_24(*,*)" ];
> > ERROR  : __________^_______________________
> > ERROR  :
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > kindly help in correcting the error with config file
> >
> >
>

------------------------------------------------
Subject: error with grid stat config
From: John Halley Gotway
Time: Wed Jan 07 15:02:05 2015

Geeta,

I'll respond to your most recent question... just let me know if
you've
already figured out your earlier question or are still having trouble.

This one is pretty easy.  In the config file, you were telling Grid-
Stat to
look for NetCDF variables named "APCP".  But running "ncdump -h" on
those
files reveals that the variables are named "APCP_24".  Just edit your
GridStatConfig_V5 file by switching "APCP" to "APCP_24" and rerun.
That
should fix the problem.

Thanks,
John

On Wed, Jan 7, 2015 at 10:05 AM, Geeta Geeta via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231 >
>
> Hi John.
> Kindly see if it runs. I am sending you my data and other things.
> I got this error now.
> aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh
>
> *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> observation ***
> DEBUG 1: Default Config File:
>
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> DEBUG 1: User Config File: ./GridStatConfig_V5
> GSL_RNG_TYPE=mt19937
> GSL_RNG_SEED=2640751956
> DEBUG 1: Forecast File: ./test_fcst.nc
> DEBUG 1: Observation File: ../trmm_to_nc/mync-02jun2011.nc
> WARNING:
> WARNING: process_scores() -> APCP(*,*) not found in file:
./test_fcst.nc
> WARNING:
> DEBUG 2:
> DEBUG 2:
>
--------------------------------------------------------------------------------
> DEBUG 2:
> aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
>
>
>
> From: geeta124 at hotmail.com
> To: met_help at ucar.edu
> Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
> Date: Wed, 7 Jan 2015 22:14:27 +0530
>
>
>
>
> Hi John.
> I m facing a number of problems.
> The link (
> http://gdata1.sci.gsfc.nasa.gov/daac-
bin/G3/gui.cgi?instance_id=TRMM_3B42_Daily)
> when i use to Download the ascii TRMM data. For example I want to
download
> for the region 9-22N/74-87E.
> On selecting this region, I get the data for 9.125-21.875/73.375-
87.125
> etc. I mean I never get the data for the above region.
>  But I was able to run trmm2nc.R script and it gave me data in nc
format.
> But after this, grid stat gave me the error. because both the grids
were
> not matching.
>
> 2. Then I searched for another link and I came across
>
http://disc2.nascom.nasa.gov/Giovanni/tovas/TRMM_V7.3B42_daily.2.shtml
> where I got the data for the above domain.
> then the error came in ruuning the R script.
>  I copied the header from the above file and pasted on this one and
then
> converted into nc. (sending you the files)).
> Now I got this error.
> Pls look into the matter.
>
> I copied the TEXT header of file1 onto the file2. So cud run
Rscript.
> but after that grid stat gave me error.
> aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh
>
> *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> observation ***
> DEBUG 1: Default Config File:
>
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> DEBUG 1: User Config File: ./GridStatConfig_V5
> ERROR  :
> ERROR  : process_command_line() -> The forecast and observation
grids do
> not match: Projection: Lat/Lon Nx: 53 Ny: 53 lat_ll: 9.000 lon_ll:
-74.000
> delta_lat: 0.250 delta_lon: 0.250 != Projection: Lat/Lon Nx: 53 Ny:
53
> lat_ll: 9.125 lon_ll: -74.125 delta_lat: 0.250 delta_lon: 0.250
> ERROR  :
>
> Pls help me.
> Geeta
>
>
> From: geeta124 at hotmail.com
> To: met_help at ucar.edu
> Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
> Date: Wed, 7 Jan 2015 19:44:01 +0530
>
>
>
>
>
> Hi John and Julie.
> happy New Yr. and Thanks
> I could run the R script  and it converted the data into nc format.
> But I have another query. If I have binary data which would be
global data
> then how will go about converting it into NC format keeping in mind
that I
> have model runs for a regional domain.
>
> Now the 2nd Problem.
> aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh
>
> *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> observation ***
> DEBUG 1: Default Config File:
>
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> DEBUG 1: User Config File: ./GridStatConfig_V5
> ERROR  :
> ERROR  : GridStatConfInfo::process_config() -> when verifying using
> multi-category contingency tables, the thresholds must be
monotonically
> increasing and be of the same inequality type (lt, le, gt, or ge).
> ERROR  :
> Conuld nt get this variable Process_config in the CONFIG file.
>
>
> I m sending U all my data n config file.
> regards
> Geeta
> > Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat config
> > From: met_help at ucar.edu
> > To: geeta124 at hotmail.com
> > Date: Tue, 6 Jan 2015 13:43:54 -0700
> >
> > Geeta,
> >
> > Are you still having trouble with this configuration file?  In
METv4.0,
> the
> > config file language changed a lot to make it more human readable
and
> > configurable.  Looks like you were still using the pre-METv4.0
syntax
> when
> > trying to run METv5.0 executables.  That causes a parsing error.
> >
> > I'd suggest that you make a copy of the sample configuration files
that
> are
> > included with the release and then edit them:
> >   cd met-5.0
> >   cp scripts/config/GridStatConfig_APCP_12 GridStatConfig
> >
> > And then edit GridStatConfig with your settings:
> >
> > fcst = {
> >    wind_thresh = [ NA ];
> >
> >    field = [
> >       {
> >         name       = "APCP_24";
> >         level      = [ "(*,*)" ];
> >         cat_thresh = [ >0.0, >=5.0 ];
> >       }
> >    ];
> >
> > };
> > obs = fcst;
> >
> > Thanks,
> > John
> >
> > On Fri, Jan 2, 2015 at 9:29 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > Fri Jan 02 09:29:35 2015: Request 70231 was acted upon.
> > > Transaction: Ticket created by geeta124 at hotmail.com
> > >        Queue: met_help
> > >      Subject: error with grid stat config
> > >        Owner: Nobody
> > >   Requestors: geeta124 at hotmail.com
> > >       Status: new
> > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231
> >
> > >
> > >
> > > Hi John.
> > >
> > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> > >
> > > *** Running Grid-Stat on APCP using netCDF input for both
forecast and
> > > observation ***
> > > DEBUG 1: Default Config File:
> > >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > DEBUG 1: User Config File: GridStatConfig_APCP_12
> > > ERROR  :
> > > ERROR  : yyerror() -> syntax error in file
"GridStatConfig_APCP_12"
> > > ERROR  :
> > > ERROR  :    line   = 48
> > > ERROR  :
> > > ERROR  :    column = 11
> > > ERROR  :
> > > ERROR  :    text   = "["
> > > ERROR  :
> > > ERROR  :
> > > ERROR  : fcst_field[] = [ "APCP_24(*,*)" ];
> > > ERROR  : __________^_______________________
> > > ERROR  :
> > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > > kindly help in correcting the error with config file
> > >
> > >
> >
>
>

------------------------------------------------
Subject: error with grid stat config
From: Geeta Geeta
Time: Wed Jan 07 21:58:08 2015

thanks John. I ll try otherwise will revert back to you. The issue of
TRMM downloads from the two websites is still NOT sorted out. Can u
help me in this regard???
Geeta

> Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat config
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Wed, 7 Jan 2015 15:02:06 -0700
>
> Geeta,
>
> I'll respond to your most recent question... just let me know if
you've
> already figured out your earlier question or are still having
trouble.
>
> This one is pretty easy.  In the config file, you were telling Grid-
Stat to
> look for NetCDF variables named "APCP".  But running "ncdump -h" on
those
> files reveals that the variables are named "APCP_24".  Just edit
your
> GridStatConfig_V5 file by switching "APCP" to "APCP_24" and rerun.
That
> should fix the problem.
>
> Thanks,
> John
>
> On Wed, Jan 7, 2015 at 10:05 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231 >
> >
> > Hi John.
> > Kindly see if it runs. I am sending you my data and other things.
> > I got this error now.
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > GSL_RNG_TYPE=mt19937
> > GSL_RNG_SEED=2640751956
> > DEBUG 1: Forecast File: ./test_fcst.nc
> > DEBUG 1: Observation File: ../trmm_to_nc/mync-02jun2011.nc
> > WARNING:
> > WARNING: process_scores() -> APCP(*,*) not found in file:
./test_fcst.nc
> > WARNING:
> > DEBUG 2:
> > DEBUG 2:
> >
--------------------------------------------------------------------------------
> > DEBUG 2:
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> >
> >
> >
> > From: geeta124 at hotmail.com
> > To: met_help at ucar.edu
> > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
> > Date: Wed, 7 Jan 2015 22:14:27 +0530
> >
> >
> >
> >
> > Hi John.
> > I m facing a number of problems.
> > The link (
> > http://gdata1.sci.gsfc.nasa.gov/daac-
bin/G3/gui.cgi?instance_id=TRMM_3B42_Daily)
> > when i use to Download the ascii TRMM data. For example I want to
download
> > for the region 9-22N/74-87E.
> > On selecting this region, I get the data for 9.125-21.875/73.375-
87.125
> > etc. I mean I never get the data for the above region.
> >  But I was able to run trmm2nc.R script and it gave me data in nc
format.
> > But after this, grid stat gave me the error. because both the
grids were
> > not matching.
> >
> > 2. Then I searched for another link and I came across
> >
http://disc2.nascom.nasa.gov/Giovanni/tovas/TRMM_V7.3B42_daily.2.shtml
> > where I got the data for the above domain.
> > then the error came in ruuning the R script.
> >  I copied the header from the above file and pasted on this one
and then
> > converted into nc. (sending you the files)).
> > Now I got this error.
> > Pls look into the matter.
> >
> > I copied the TEXT header of file1 onto the file2. So cud run
Rscript.
> > but after that grid stat gave me error.
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > ERROR  :
> > ERROR  : process_command_line() -> The forecast and observation
grids do
> > not match: Projection: Lat/Lon Nx: 53 Ny: 53 lat_ll: 9.000 lon_ll:
-74.000
> > delta_lat: 0.250 delta_lon: 0.250 != Projection: Lat/Lon Nx: 53
Ny: 53
> > lat_ll: 9.125 lon_ll: -74.125 delta_lat: 0.250 delta_lon: 0.250
> > ERROR  :
> >
> > Pls help me.
> > Geeta
> >
> >
> > From: geeta124 at hotmail.com
> > To: met_help at ucar.edu
> > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
> > Date: Wed, 7 Jan 2015 19:44:01 +0530
> >
> >
> >
> >
> >
> > Hi John and Julie.
> > happy New Yr. and Thanks
> > I could run the R script  and it converted the data into nc
format.
> > But I have another query. If I have binary data which would be
global data
> > then how will go about converting it into NC format keeping in
mind that I
> > have model runs for a regional domain.
> >
> > Now the 2nd Problem.
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > ERROR  :
> > ERROR  : GridStatConfInfo::process_config() -> when verifying
using
> > multi-category contingency tables, the thresholds must be
monotonically
> > increasing and be of the same inequality type (lt, le, gt, or ge).
> > ERROR  :
> > Conuld nt get this variable Process_config in the CONFIG file.
> >
> >
> > I m sending U all my data n config file.
> > regards
> > Geeta
> > > Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > From: met_help at ucar.edu
> > > To: geeta124 at hotmail.com
> > > Date: Tue, 6 Jan 2015 13:43:54 -0700
> > >
> > > Geeta,
> > >
> > > Are you still having trouble with this configuration file?  In
METv4.0,
> > the
> > > config file language changed a lot to make it more human
readable and
> > > configurable.  Looks like you were still using the pre-METv4.0
syntax
> > when
> > > trying to run METv5.0 executables.  That causes a parsing error.
> > >
> > > I'd suggest that you make a copy of the sample configuration
files that
> > are
> > > included with the release and then edit them:
> > >   cd met-5.0
> > >   cp scripts/config/GridStatConfig_APCP_12 GridStatConfig
> > >
> > > And then edit GridStatConfig with your settings:
> > >
> > > fcst = {
> > >    wind_thresh = [ NA ];
> > >
> > >    field = [
> > >       {
> > >         name       = "APCP_24";
> > >         level      = [ "(*,*)" ];
> > >         cat_thresh = [ >0.0, >=5.0 ];
> > >       }
> > >    ];
> > >
> > > };
> > > obs = fcst;
> > >
> > > Thanks,
> > > John
> > >
> > > On Fri, Jan 2, 2015 at 9:29 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > Fri Jan 02 09:29:35 2015: Request 70231 was acted upon.
> > > > Transaction: Ticket created by geeta124 at hotmail.com
> > > >        Queue: met_help
> > > >      Subject: error with grid stat config
> > > >        Owner: Nobody
> > > >   Requestors: geeta124 at hotmail.com
> > > >       Status: new
> > > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231
> > >
> > > >
> > > >
> > > > Hi John.
> > > >
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> > > >
> > > > *** Running Grid-Stat on APCP using netCDF input for both
forecast and
> > > > observation ***
> > > > DEBUG 1: Default Config File:
> > > >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > > DEBUG 1: User Config File: GridStatConfig_APCP_12
> > > > ERROR  :
> > > > ERROR  : yyerror() -> syntax error in file
"GridStatConfig_APCP_12"
> > > > ERROR  :
> > > > ERROR  :    line   = 48
> > > > ERROR  :
> > > > ERROR  :    column = 11
> > > > ERROR  :
> > > > ERROR  :    text   = "["
> > > > ERROR  :
> > > > ERROR  :
> > > > ERROR  : fcst_field[] = [ "APCP_24(*,*)" ];
> > > > ERROR  : __________^_______________________
> > > > ERROR  :
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > > > kindly help in correcting the error with config file
> > > >
> > > >
> > >
> >
> >
>

------------------------------------------------
Subject: error with grid stat config
From: Geeta Geeta
Time: Thu Jan 08 09:22:08 2015

Hi John.
I changed the name of the variable in CONFIG file. But now I got error
due to the mismatch in the timings of the data.

Pls let me know what needs to be done now. ................

aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh

*** Running Grid-Stat on APCP using netCDF input for both forecast and
observation ***
DEBUG 1: Default Config File:
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
DEBUG 1: User Config File: ./GridStatConfig_V5
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=4289572436
DEBUG 1: Forecast File: ./test_fcst.nc
DEBUG 1: Observation File: ../trmm_to_nc/mync-02jun2011.nc
WARNING:
WARNING: process_scores() -> Forecast and observation valid times do
not match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
APCP_24(*,*).
WARNING:
ERROR  :
ERROR  : open_txt_file()-> can't open the output file
"out/grid_stat_270000L_20110602_030000V.stat" for writing!
ERROR  :

Geeta


From: geeta124 at hotmail.com
To: met_help at ucar.edu
Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
Date: Thu, 8 Jan 2015 10:28:03 +0530




thanks John. I ll try otherwise will revert back to you. The issue of
TRMM downloads from the two websites is still NOT sorted out. Can u
help me in this regard???
Geeta

> Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat config
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Wed, 7 Jan 2015 15:02:06 -0700
>
> Geeta,
>
> I'll respond to your most recent question... just let me know if
you've
> already figured out your earlier question or are still having
trouble.
>
> This one is pretty easy.  In the config file, you were telling Grid-
Stat to
> look for NetCDF variables named "APCP".  But running "ncdump -h" on
those
> files reveals that the variables are named "APCP_24".  Just edit
your
> GridStatConfig_V5 file by switching "APCP" to "APCP_24" and rerun.
That
> should fix the problem.
>
> Thanks,
> John
>
> On Wed, Jan 7, 2015 at 10:05 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231 >
> >
> > Hi John.
> > Kindly see if it runs. I am sending you my data and other things.
> > I got this error now.
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > GSL_RNG_TYPE=mt19937
> > GSL_RNG_SEED=2640751956
> > DEBUG 1: Forecast File: ./test_fcst.nc
> > DEBUG 1: Observation File: ../trmm_to_nc/mync-02jun2011.nc
> > WARNING:
> > WARNING: process_scores() -> APCP(*,*) not found in file:
./test_fcst.nc
> > WARNING:
> > DEBUG 2:
> > DEBUG 2:
> >
--------------------------------------------------------------------------------
> > DEBUG 2:
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> >
> >
> >
> > From: geeta124 at hotmail.com
> > To: met_help at ucar.edu
> > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
> > Date: Wed, 7 Jan 2015 22:14:27 +0530
> >
> >
> >
> >
> > Hi John.
> > I m facing a number of problems.
> > The link (
> > http://gdata1.sci.gsfc.nasa.gov/daac-
bin/G3/gui.cgi?instance_id=TRMM_3B42_Daily)
> > when i use to Download the ascii TRMM data. For example I want to
download
> > for the region 9-22N/74-87E.
> > On selecting this region, I get the data for 9.125-21.875/73.375-
87.125
> > etc. I mean I never get the data for the above region.
> >  But I was able to run trmm2nc.R script and it gave me data in nc
format.
> > But after this, grid stat gave me the error. because both the
grids were
> > not matching.
> >
> > 2. Then I searched for another link and I came across
> >
http://disc2.nascom.nasa.gov/Giovanni/tovas/TRMM_V7.3B42_daily.2.shtml
> > where I got the data for the above domain.
> > then the error came in ruuning the R script.
> >  I copied the header from the above file and pasted on this one
and then
> > converted into nc. (sending you the files)).
> > Now I got this error.
> > Pls look into the matter.
> >
> > I copied the TEXT header of file1 onto the file2. So cud run
Rscript.
> > but after that grid stat gave me error.
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > ERROR  :
> > ERROR  : process_command_line() -> The forecast and observation
grids do
> > not match: Projection: Lat/Lon Nx: 53 Ny: 53 lat_ll: 9.000 lon_ll:
-74.000
> > delta_lat: 0.250 delta_lon: 0.250 != Projection: Lat/Lon Nx: 53
Ny: 53
> > lat_ll: 9.125 lon_ll: -74.125 delta_lat: 0.250 delta_lon: 0.250
> > ERROR  :
> >
> > Pls help me.
> > Geeta
> >
> >
> > From: geeta124 at hotmail.com
> > To: met_help at ucar.edu
> > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
> > Date: Wed, 7 Jan 2015 19:44:01 +0530
> >
> >
> >
> >
> >
> > Hi John and Julie.
> > happy New Yr. and Thanks
> > I could run the R script  and it converted the data into nc
format.
> > But I have another query. If I have binary data which would be
global data
> > then how will go about converting it into NC format keeping in
mind that I
> > have model runs for a regional domain.
> >
> > Now the 2nd Problem.
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > ERROR  :
> > ERROR  : GridStatConfInfo::process_config() -> when verifying
using
> > multi-category contingency tables, the thresholds must be
monotonically
> > increasing and be of the same inequality type (lt, le, gt, or ge).
> > ERROR  :
> > Conuld nt get this variable Process_config in the CONFIG file.
> >
> >
> > I m sending U all my data n config file.
> > regards
> > Geeta
> > > Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > From: met_help at ucar.edu
> > > To: geeta124 at hotmail.com
> > > Date: Tue, 6 Jan 2015 13:43:54 -0700
> > >
> > > Geeta,
> > >
> > > Are you still having trouble with this configuration file?  In
METv4.0,
> > the
> > > config file language changed a lot to make it more human
readable and
> > > configurable.  Looks like you were still using the pre-METv4.0
syntax
> > when
> > > trying to run METv5.0 executables.  That causes a parsing error.
> > >
> > > I'd suggest that you make a copy of the sample configuration
files that
> > are
> > > included with the release and then edit them:
> > >   cd met-5.0
> > >   cp scripts/config/GridStatConfig_APCP_12 GridStatConfig
> > >
> > > And then edit GridStatConfig with your settings:
> > >
> > > fcst = {
> > >    wind_thresh = [ NA ];
> > >
> > >    field = [
> > >       {
> > >         name       = "APCP_24";
> > >         level      = [ "(*,*)" ];
> > >         cat_thresh = [ >0.0, >=5.0 ];
> > >       }
> > >    ];
> > >
> > > };
> > > obs = fcst;
> > >
> > > Thanks,
> > > John
> > >
> > > On Fri, Jan 2, 2015 at 9:29 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > Fri Jan 02 09:29:35 2015: Request 70231 was acted upon.
> > > > Transaction: Ticket created by geeta124 at hotmail.com
> > > >        Queue: met_help
> > > >      Subject: error with grid stat config
> > > >        Owner: Nobody
> > > >   Requestors: geeta124 at hotmail.com
> > > >       Status: new
> > > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231
> > >
> > > >
> > > >
> > > > Hi John.
> > > >
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> > > >
> > > > *** Running Grid-Stat on APCP using netCDF input for both
forecast and
> > > > observation ***
> > > > DEBUG 1: Default Config File:
> > > >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > > DEBUG 1: User Config File: GridStatConfig_APCP_12
> > > > ERROR  :
> > > > ERROR  : yyerror() -> syntax error in file
"GridStatConfig_APCP_12"
> > > > ERROR  :
> > > > ERROR  :    line   = 48
> > > > ERROR  :
> > > > ERROR  :    column = 11
> > > > ERROR  :
> > > > ERROR  :    text   = "["
> > > > ERROR  :
> > > > ERROR  :
> > > > ERROR  : fcst_field[] = [ "APCP_24(*,*)" ];
> > > > ERROR  : __________^_______________________
> > > > ERROR  :
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > > > kindly help in correcting the error with config file
> > > >
> > > >
> > >
> >
> >
>

------------------------------------------------
Subject: error with grid stat config
From: Geeta Geeta
Time: Thu Jan 08 10:09:59 2015

Hi John.
I have done 2 things.
1. run grid stat with the obs-data file as obs-02jun2011.nc.
This gave me error
aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh

*** Running Grid-Stat on APCP using netCDF input for both forecast and
observation ***
DEBUG 1: Default Config File:
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
DEBUG 1: User Config File: ./GridStatConfig_V5
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=2830544468
DEBUG 1: Forecast File: ./test_fcst.nc
DEBUG 1: Observation File: ../trmm_to_nc/obs-02jun2011.nc
WARNING:
WARNING: process_scores() -> Forecast and observation valid times do
not match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
APCP_24(*,*).
WARNING:
ERROR  :
ERROR  : open_txt_file()-> can't open the output file
"out/grid_stat_270000L_20110602_030000V.stat" for writing!

2. So there is mismatch in the valid times of the FCST and OBS file.
for this I converted the obs-02jun2011.nc file to TXT, EDITED (for
valid time) and RECONVERTED to NC. by the foloowing commands.

a).. ncdump obs-02jun2011.nc >obs_converted-02jun2011.txt
b...) aditya at agniilap:~/geeta/installs/met/trmm_to_nc$ vi
obs_converted-02jun2011.txt
aditya at agniilap:~/geeta/installs/met/trmm_to_nc$ ncgen -b -o obs-
02jun2011_latest.nc obs_converted-02jun2011.txt
Then ran grid stat again.
aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh

*** Running Grid-Stat on APCP using netCDF input for both forecast and
observation ***
DEBUG 1: Default Config File:
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
DEBUG 1: User Config File: ./GridStatConfig_V5
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=95989332
DEBUG 1: Forecast File: ./test_fcst.nc
DEBUG 1: Observation File: ../trmm_to_nc/obs-02jun2011_latest.nc
WARNING:
WARNING: process_scores() -> Forecast and observation valid times do
not match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
APCP_24(*,*).
WARNING:
ERROR  :
ERROR  : open_txt_file()-> can't open the output file
"out/grid_stat_270000L_20110602_030000V.stat" for writing!
ERROR  :
Got Similar ERROR ???????.

3. Another thing, what is this variable???. I subtracted the two
values and in the case of FCST I am getting 27 and in case of OBSNS, I
get 24.

        APCP_24:init_time_ut = 1306886400 ;

Kindly explain. I m sending U all the files.
Geeta


From: geeta124 at hotmail.com
To: met_help at ucar.edu
Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
Date: Thu, 8 Jan 2015 21:52:02 +0530




Hi John.
I changed the name of the variable in CONFIG file. But now I got error
due to the mismatch in the timings of the data.

Pls let me know what needs to be done now. ................

aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh

*** Running Grid-Stat on APCP using netCDF input for both forecast and
observation ***
DEBUG 1: Default Config File:
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
DEBUG 1: User Config File: ./GridStatConfig_V5
GSL_RNG_TYPE=mt19937
GSL_RNG_SEED=4289572436
DEBUG 1: Forecast File: ./test_fcst.nc
DEBUG 1: Observation File: ../trmm_to_nc/mync-02jun2011.nc
WARNING:
WARNING: process_scores() -> Forecast and observation valid times do
not match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
APCP_24(*,*).
WARNING:
ERROR  :
ERROR  : open_txt_file()-> can't open the output file
"out/grid_stat_270000L_20110602_030000V.stat" for writing!
ERROR  :

Geeta


From: geeta124 at hotmail.com
To: met_help at ucar.edu
Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
Date: Thu, 8 Jan 2015 10:28:03 +0530




thanks John. I ll try otherwise will revert back to you. The issue of
TRMM downloads from the two websites is still NOT sorted out. Can u
help me in this regard???
Geeta

> Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat config
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Wed, 7 Jan 2015 15:02:06 -0700
>
> Geeta,
>
> I'll respond to your most recent question... just let me know if
you've
> already figured out your earlier question or are still having
trouble.
>
> This one is pretty easy.  In the config file, you were telling Grid-
Stat to
> look for NetCDF variables named "APCP".  But running "ncdump -h" on
those
> files reveals that the variables are named "APCP_24".  Just edit
your
> GridStatConfig_V5 file by switching "APCP" to "APCP_24" and rerun.
That
> should fix the problem.
>
> Thanks,
> John
>
> On Wed, Jan 7, 2015 at 10:05 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231 >
> >
> > Hi John.
> > Kindly see if it runs. I am sending you my data and other things.
> > I got this error now.
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > GSL_RNG_TYPE=mt19937
> > GSL_RNG_SEED=2640751956
> > DEBUG 1: Forecast File: ./test_fcst.nc
> > DEBUG 1: Observation File: ../trmm_to_nc/mync-02jun2011.nc
> > WARNING:
> > WARNING: process_scores() -> APCP(*,*) not found in file:
./test_fcst.nc
> > WARNING:
> > DEBUG 2:
> > DEBUG 2:
> >
--------------------------------------------------------------------------------
> > DEBUG 2:
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> >
> >
> >
> > From: geeta124 at hotmail.com
> > To: met_help at ucar.edu
> > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
> > Date: Wed, 7 Jan 2015 22:14:27 +0530
> >
> >
> >
> >
> > Hi John.
> > I m facing a number of problems.
> > The link (
> > http://gdata1.sci.gsfc.nasa.gov/daac-
bin/G3/gui.cgi?instance_id=TRMM_3B42_Daily)
> > when i use to Download the ascii TRMM data. For example I want to
download
> > for the region 9-22N/74-87E.
> > On selecting this region, I get the data for 9.125-21.875/73.375-
87.125
> > etc. I mean I never get the data for the above region.
> >  But I was able to run trmm2nc.R script and it gave me data in nc
format.
> > But after this, grid stat gave me the error. because both the
grids were
> > not matching.
> >
> > 2. Then I searched for another link and I came across
> >
http://disc2.nascom.nasa.gov/Giovanni/tovas/TRMM_V7.3B42_daily.2.shtml
> > where I got the data for the above domain.
> > then the error came in ruuning the R script.
> >  I copied the header from the above file and pasted on this one
and then
> > converted into nc. (sending you the files)).
> > Now I got this error.
> > Pls look into the matter.
> >
> > I copied the TEXT header of file1 onto the file2. So cud run
Rscript.
> > but after that grid stat gave me error.
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > ERROR  :
> > ERROR  : process_command_line() -> The forecast and observation
grids do
> > not match: Projection: Lat/Lon Nx: 53 Ny: 53 lat_ll: 9.000 lon_ll:
-74.000
> > delta_lat: 0.250 delta_lon: 0.250 != Projection: Lat/Lon Nx: 53
Ny: 53
> > lat_ll: 9.125 lon_ll: -74.125 delta_lat: 0.250 delta_lon: 0.250
> > ERROR  :
> >
> > Pls help me.
> > Geeta
> >
> >
> > From: geeta124 at hotmail.com
> > To: met_help at ucar.edu
> > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
> > Date: Wed, 7 Jan 2015 19:44:01 +0530
> >
> >
> >
> >
> >
> > Hi John and Julie.
> > happy New Yr. and Thanks
> > I could run the R script  and it converted the data into nc
format.
> > But I have another query. If I have binary data which would be
global data
> > then how will go about converting it into NC format keeping in
mind that I
> > have model runs for a regional domain.
> >
> > Now the 2nd Problem.
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > ERROR  :
> > ERROR  : GridStatConfInfo::process_config() -> when verifying
using
> > multi-category contingency tables, the thresholds must be
monotonically
> > increasing and be of the same inequality type (lt, le, gt, or ge).
> > ERROR  :
> > Conuld nt get this variable Process_config in the CONFIG file.
> >
> >
> > I m sending U all my data n config file.
> > regards
> > Geeta
> > > Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > From: met_help at ucar.edu
> > > To: geeta124 at hotmail.com
> > > Date: Tue, 6 Jan 2015 13:43:54 -0700
> > >
> > > Geeta,
> > >
> > > Are you still having trouble with this configuration file?  In
METv4.0,
> > the
> > > config file language changed a lot to make it more human
readable and
> > > configurable.  Looks like you were still using the pre-METv4.0
syntax
> > when
> > > trying to run METv5.0 executables.  That causes a parsing error.
> > >
> > > I'd suggest that you make a copy of the sample configuration
files that
> > are
> > > included with the release and then edit them:
> > >   cd met-5.0
> > >   cp scripts/config/GridStatConfig_APCP_12 GridStatConfig
> > >
> > > And then edit GridStatConfig with your settings:
> > >
> > > fcst = {
> > >    wind_thresh = [ NA ];
> > >
> > >    field = [
> > >       {
> > >         name       = "APCP_24";
> > >         level      = [ "(*,*)" ];
> > >         cat_thresh = [ >0.0, >=5.0 ];
> > >       }
> > >    ];
> > >
> > > };
> > > obs = fcst;
> > >
> > > Thanks,
> > > John
> > >
> > > On Fri, Jan 2, 2015 at 9:29 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > Fri Jan 02 09:29:35 2015: Request 70231 was acted upon.
> > > > Transaction: Ticket created by geeta124 at hotmail.com
> > > >        Queue: met_help
> > > >      Subject: error with grid stat config
> > > >        Owner: Nobody
> > > >   Requestors: geeta124 at hotmail.com
> > > >       Status: new
> > > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231
> > >
> > > >
> > > >
> > > > Hi John.
> > > >
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> > > >
> > > > *** Running Grid-Stat on APCP using netCDF input for both
forecast and
> > > > observation ***
> > > > DEBUG 1: Default Config File:
> > > >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > > DEBUG 1: User Config File: GridStatConfig_APCP_12
> > > > ERROR  :
> > > > ERROR  : yyerror() -> syntax error in file
"GridStatConfig_APCP_12"
> > > > ERROR  :
> > > > ERROR  :    line   = 48
> > > > ERROR  :
> > > > ERROR  :    column = 11
> > > > ERROR  :
> > > > ERROR  :    text   = "["
> > > > ERROR  :
> > > > ERROR  :
> > > > ERROR  : fcst_field[] = [ "APCP_24(*,*)" ];
> > > > ERROR  : __________^_______________________
> > > > ERROR  :
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > > > kindly help in correcting the error with config file
> > > >
> > > >
> > >
> >
> >
>


------------------------------------------------
Subject: error with grid stat config
From: Geeta Geeta
Time: Thu Jan 08 10:09:59 2015

********** Daily TRMM_3B42_daily.007 product **********
Selected Application: latlonplot
precipitation [mm/day] (precipitation)
Selected time period: 02Jun2011
Fill value:  -100000.0
User selected area:  (Lat: 9.0N - 22.0N) (Lon: 74.0E - 87.0E)
Actual output area:  (Lat: 9.125N - 21.625N) (Lon: 74.125E - 86.625E)
latitude     longitude      precipitation
(degrees)    (degrees)      [mm/day]
  9.000   74.000      12.5700
  9.000   74.250       9.5400
  9.000   74.500      11.4000
  9.000   74.750       7.2900
  9.000   75.000      10.0200
  9.000   75.250       6.1200
  9.000   75.500       3.4200
  9.000   75.750       7.3500
  9.000   76.000      18.9895
  9.000   76.250      16.3087
  9.000   76.500      11.2710
  9.000   76.750       5.2696
  9.000   77.000       3.2132
  9.000   77.250       8.5869
  9.000   77.500       2.0160
  9.000   77.750       0.0000
  9.000   78.000       0.0000
  9.000   78.250       0.0000
  9.000   78.500       0.5141
  9.000   78.750       0.3451
  9.000   79.000       0.0000
  9.000   79.250       6.5107
  9.000   79.500       5.3177
  9.000   79.750       4.4272
  9.000   80.000       1.9709
  9.000   80.250       4.0299
  9.000   80.500       1.8900
  9.000   80.750       3.3090
  9.000   81.000       1.0200
  9.000   81.250       2.2500
  9.000   81.500       3.9600
  9.000   81.750       6.5700
  9.000   82.000       8.0100
  9.000   82.250       4.1100
  9.000   82.500       1.5000
  9.000   82.750       0.0300
  9.000   83.000       0.0300
  9.000   83.250       0.0000
  9.000   83.500       0.0000
  9.000   83.750       0.0000
  9.000   84.000       0.0000
  9.000   84.250       0.0000
  9.000   84.500       0.0900
  9.000   84.750       0.6900
  9.000   85.000       0.4200
  9.000   85.250       3.9600
  9.000   85.500       2.6100
  9.000   85.750       2.4900
  9.000   86.000       4.2600
  9.000   86.250       9.9600
  9.000   86.500      16.2600
  9.000   86.750      18.4200
  9.000   87.000      12.4200
  9.250   74.000      17.4300
  9.250   74.250      16.5300
  9.250   74.500      17.2500
  9.250   74.750      10.2300
  9.250   75.000       9.0600
  9.250   75.250      20.1300
  9.250   75.500      17.1300
  9.250   75.750      12.7800
  9.250   76.000      15.9271
  9.250   76.250      21.1589
  9.250   76.500      27.9784
  9.250   76.750      11.5224
  9.250   77.000       9.9963
  9.250   77.250      13.8955
  9.250   77.500       3.6057
  9.250   77.750       2.3883
  9.250   78.000       0.0000
  9.250   78.250       0.2564
  9.250   78.500       0.2220
  9.250   78.750       1.0030
  9.250   79.000       2.0769
  9.250   79.250       3.4227
  9.250   79.500       2.9760
  9.250   79.750       2.7884
  9.250   80.000       4.0044
  9.250   80.250       3.4012
  9.250   80.500       3.1401
  9.250   80.750       1.8199
  9.250   81.000       1.2600
  9.250   81.250       5.6700
  9.250   81.500      11.6100
  9.250   81.750       6.6000
  9.250   82.000       7.2600
  9.250   82.250       9.3000
  9.250   82.500       2.4600
  9.250   82.750       0.0000
  9.250   83.000       0.4200
  9.250   83.250       0.0600
  9.250   83.500       0.0000
  9.250   83.750       0.0300
  9.250   84.000       0.0000
  9.250   84.250       0.0600
  9.250   84.500       0.0300
  9.250   84.750       0.0000
  9.250   85.000       0.0000
  9.250   85.250       0.7200
  9.250   85.500       2.1600
  9.250   85.750       1.8300
  9.250   86.000       3.5700
  9.250   86.250       8.8800
  9.250   86.500      17.5800
  9.250   86.750      50.0400
  9.250   87.000      72.4500
  9.500   74.000      29.9100
  9.500   74.250      26.5200
  9.500   74.500      22.6800
  9.500   74.750      22.0800
  9.500   75.000      21.5100
  9.500   75.250      32.4000
  9.500   75.500      35.3700
  9.500   75.750      36.8700
  9.500   76.000      36.6966
  9.500   76.250      43.3538
  9.500   76.500      46.7498
  9.500   76.750      28.8267
  9.500   77.000      11.2885
  9.500   77.250      13.9079
  9.500   77.500       9.5409
  9.500   77.750       2.3296
  9.500   78.000       0.4470
  9.500   78.250       0.0000
  9.500   78.500       1.0256
  9.500   78.750       0.9457
  9.500   79.000       0.0000
  9.500   79.250       2.7146
  9.500   79.500       3.5593
  9.500   79.750       5.1952
  9.500   80.000       3.5100
  9.500   80.250       0.3957
  9.500   80.500       2.4100
  9.500   80.750       2.9644
  9.500   81.000       3.8100
  9.500   81.250       4.0200
  9.500   81.500       2.3100
  9.500   81.750       1.7100
  9.500   82.000       4.9200
  9.500   82.250       8.0100
  9.500   82.500       4.0800
  9.500   82.750       0.2400
  9.500   83.000       0.6300
  9.500   83.250       0.1500
  9.500   83.500       0.0600
  9.500   83.750       0.3000
  9.500   84.000       0.2400
  9.500   84.250       0.9000
  9.500   84.500       1.3500
  9.500   84.750       0.2700
  9.500   85.000       0.0300
  9.500   85.250       0.0000
  9.500   85.500       3.8400
  9.500   85.750       5.7600
  9.500   86.000       5.0700
  9.500   86.250       5.2200
  9.500   86.500       9.7500
  9.500   86.750      23.1600
  9.500   87.000      78.6600
  9.750   74.000      42.4200
  9.750   74.250      52.5300
  9.750   74.500      35.3700
  9.750   74.750      46.2300
  9.750   75.000      31.9200
  9.750   75.250      37.6500
  9.750   75.500      45.3000
  9.750   75.750      62.8925
  9.750   76.000      53.3534
  9.750   76.250      50.0076
  9.750   76.500      59.8980
  9.750   76.750      31.5623
  9.750   77.000      11.1732
  9.750   77.250      10.6145
  9.750   77.500       8.0812
  9.750   77.750       2.5070
  9.750   78.000       1.2385
  9.750   78.250       0.0000
  9.750   78.500       0.0000
  9.750   78.750       0.2489
  9.750   79.000       0.0000
  9.750   79.250       0.5260
  9.750   79.500       0.4542
  9.750   79.750       2.3841
  9.750   80.000       0.0676
  9.750   80.250       0.7507
  9.750   80.500       1.6194
  9.750   80.750       1.9126
  9.750   81.000       3.1800
  9.750   81.250       5.0700
  9.750   81.500       1.3500
  9.750   81.750       1.9800
  9.750   82.000       5.6100
  9.750   82.250       3.9900
  9.750   82.500       2.3400
  9.750   82.750       2.5200
  9.750   83.000       0.5700
  9.750   83.250       0.1500
  9.750   83.500       0.0000
  9.750   83.750       0.0600
  9.750   84.000       0.5400
  9.750   84.250       1.5600
  9.750   84.500       0.7800
  9.750   84.750       0.7500
  9.750   85.000       0.3900
  9.750   85.250       0.7200
  9.750   85.500       5.2200
  9.750   85.750       5.5500
  9.750   86.000       8.3400
  9.750   86.250       6.1500
  9.750   86.500      16.1700
  9.750   86.750      52.8000
  9.750   87.000      72.3300
 10.000   74.000      45.1200
 10.000   74.250      52.9500
 10.000   74.500      51.7500
 10.000   74.750      70.9500
 10.000   75.000      92.2727
 10.000   75.250      70.3900
 10.000   75.500      55.4411
 10.000   75.750      60.2249
 10.000   76.000      52.5725
 10.000   76.250      49.7746
 10.000   76.500      48.9576
 10.000   76.750      45.3579
 10.000   77.000      22.6361
 10.000   77.250      20.5943
 10.000   77.500       9.3107
 10.000   77.750       6.8346
 10.000   78.000       1.6927
 10.000   78.250       2.3857
 10.000   78.500       0.6700
 10.000   78.750       0.0000
 10.000   79.000       0.0000
 10.000   79.250       0.0000
 10.000   79.500       1.4630
 10.000   79.750       1.3283
 10.000   80.000       0.0000
 10.000   80.250       0.8100
 10.000   80.500      11.1300
 10.000   80.750       5.9100
 10.000   81.000       5.9400
 10.000   81.250       5.7600
 10.000   81.500       5.3100
 10.000   81.750       0.6300
 10.000   82.000       0.6300
 10.000   82.250       0.9000
 10.000   82.500       0.0300
 10.000   82.750       0.0000
 10.000   83.000       0.0300
 10.000   83.250       1.1700
 10.000   83.500       0.0000
 10.000   83.750       4.3800
 10.000   84.000       2.2800
 10.000   84.250       1.6800
 10.000   84.500       1.2600
 10.000   84.750       0.3600
 10.000   85.000       1.4400
 10.000   85.250       2.3700
 10.000   85.500       2.7600
 10.000   85.750       4.5300
 10.000   86.000       4.8000
 10.000   86.250       8.5500
 10.000   86.500      12.5100
 10.000   86.750      20.8500
 10.000   87.000      21.9000
 10.250   74.000      65.4300
 10.250   74.250      64.6800
 10.250   74.500      67.5300
 10.250   74.750      66.3900
 10.250   75.000      92.1222
 10.250   75.250      90.1809
 10.250   75.500      81.1454
 10.250   75.750      50.3700
 10.250   76.000      55.8784
 10.250   76.250      95.0110
 10.250   76.500      59.8310
 10.250   76.750      60.4931
 10.250   77.000      36.8007
 10.250   77.250      22.1491
 10.250   77.500      14.2038
 10.250   77.750       7.3884
 10.250   78.000       3.0606
 10.250   78.250       3.2698
 10.250   78.500       2.8616
 10.250   78.750       0.4865
 10.250   79.000       0.0000
 10.250   79.250       0.0000
 10.250   79.500       0.6051
 10.250   79.750       0.1360
 10.250   80.000       5.1600
 10.250   80.250       1.2300
 10.250   80.500       2.9100
 10.250   80.750       6.5700
 10.250   81.000       5.3100
 10.250   81.250       4.9500
 10.250   81.500       6.6000
 10.250   81.750       0.9900
 10.250   82.000       0.4500
 10.250   82.250       1.1400
 10.250   82.500       0.0000
 10.250   82.750       0.0000
 10.250   83.000       0.0600
 10.250   83.250       0.9600
 10.250   83.500       0.0300
 10.250   83.750       6.2100
 10.250   84.000       4.6200
 10.250   84.250       2.1300
 10.250   84.500       1.0800
 10.250   84.750       2.2200
 10.250   85.000       2.5800
 10.250   85.250       2.7300
 10.250   85.500       2.7300
 10.250   85.750       0.7500
 10.250   86.000       2.1300
 10.250   86.250       9.4200
 10.250   86.500      10.9200
 10.250   86.750      29.6100
 10.250   87.000      28.2300
 10.500   74.000      89.0700
 10.500   74.250      85.8000
 10.500   74.500      67.5600
 10.500   74.750      73.8900
 10.500   75.000     113.7460
 10.500   75.250      93.2428
 10.500   75.500      95.0418
 10.500   75.750      77.8792
 10.500   76.000      86.5151
 10.500   76.250     108.6580
 10.500   76.500      99.7862
 10.500   76.750      71.9263
 10.500   77.000      35.5070
 10.500   77.250      21.6110
 10.500   77.500      16.4059
 10.500   77.750      12.2735
 10.500   78.000       4.4754
 10.500   78.250       2.6837
 10.500   78.500       2.0716
 10.500   78.750       1.8048
 10.500   79.000       0.0000
 10.500   79.250       0.0000
 10.500   79.500       0.3779
 10.500   79.750       0.2991
 10.500   80.000       0.7800
 10.500   80.250       1.7700
 10.500   80.500       5.4300
 10.500   80.750       5.6100
 10.500   81.000       5.3100
 10.500   81.250       6.9900
 10.500   81.500       5.8200
 10.500   81.750       0.5700
 10.500   82.000       1.0500
 10.500   82.250       0.0300
 10.500   82.500       0.0000
 10.500   82.750       0.0300
 10.500   83.000       0.0000
 10.500   83.250       0.0000
 10.500   83.500       0.0000
 10.500   83.750       5.9700
 10.500   84.000       2.9400
 10.500   84.250       2.7600
 10.500   84.500       1.9200
 10.500   84.750       2.3700
 10.500   85.000       1.9500
 10.500   85.250       0.8400
 10.500   85.500       0.3000
 10.500   85.750       0.0000
 10.500   86.000       0.0000
 10.500   86.250      10.2600
 10.500   86.500      38.3400
 10.500   86.750      24.2400
 10.500   87.000      14.0400
 10.750   74.000     100.6200
 10.750   74.250     109.2900
 10.750   74.500      87.6600
 10.750   74.750     111.3900
 10.750   75.000     147.7620
 10.750   75.250      96.4393
 10.750   75.500     133.4960
 10.750   75.750      99.7638
 10.750   76.000     124.3470
 10.750   76.250      82.2565
 10.750   76.500      93.1227
 10.750   76.750      73.6969
 10.750   77.000      29.7592
 10.750   77.250      15.1123
 10.750   77.500      11.6228
 10.750   77.750      10.1344
 10.750   78.000       5.1917
 10.750   78.250       1.1941
 10.750   78.500       3.6784
 10.750   78.750       1.9605
 10.750   79.000       2.4334
 10.750   79.250       0.0000
 10.750   79.500       0.0000
 10.750   79.750       0.4703
 10.750   80.000       0.4876
 10.750   80.250       5.6400
 10.750   80.500       5.5800
 10.750   80.750       4.6800
 10.750   81.000       0.3300
 10.750   81.250       0.3900
 10.750   81.500       5.7300
 10.750   81.750       0.0300
 10.750   82.000       0.0000
 10.750   82.250       0.0000
 10.750   82.500       0.0000
 10.750   82.750       0.0000
 10.750   83.000       0.0000
 10.750   83.250       0.0000
 10.750   83.500       5.1000
 10.750   83.750       2.9700
 10.750   84.000       1.7700
 10.750   84.250       1.6800
 10.750   84.500       1.1700
 10.750   84.750       0.9300
 10.750   85.000       0.3300
 10.750   85.250       0.0000
 10.750   85.500       0.0900
 10.750   85.750       0.3600
 10.750   86.000       2.2200
 10.750   86.250      10.5600
 10.750   86.500      30.0300
 10.750   86.750      17.4000
 10.750   87.000      16.6800
 11.000   74.000      94.6500
 11.000   74.250     101.3700
 11.000   74.500      94.4400
 11.000   74.750     105.5400
 11.000   75.000     153.8770
 11.000   75.250     102.7180
 11.000   75.500     101.6450
 11.000   75.750      97.7695
 11.000   76.000     102.2060
 11.000   76.250      77.6438
 11.000   76.500      86.2235
 11.000   76.750      86.5415
 11.000   77.000      34.1069
 11.000   77.250      18.4175
 11.000   77.500       5.3458
 11.000   77.750       8.1300
 11.000   78.000       2.2810
 11.000   78.250       1.9910
 11.000   78.500       1.8851
 11.000   78.750       2.2170
 11.000   79.000       1.1656
 11.000   79.250       0.0000
 11.000   79.500       1.1387
 11.000   79.750       0.0000
 11.000   80.000       0.1684
 11.000   80.250       0.5700
 11.000   80.500       0.5400
 11.000   80.750       0.3300
 11.000   81.000       0.1800
 11.000   81.250       0.1800
 11.000   81.500       0.1800
 11.000   81.750       0.0000
 11.000   82.000       0.0300
 11.000   82.250       0.0000
 11.000   82.500       0.0000
 11.000   82.750       0.0000
 11.000   83.000       0.0000
 11.000   83.250       0.0000
 11.000   83.500       0.0000
 11.000   83.750       0.2100
 11.000   84.000       0.0000
 11.000   84.250       0.4200
 11.000   84.500       0.0000
 11.000   84.750       0.4500
 11.000   85.000       0.2700
 11.000   85.250       0.1500
 11.000   85.500       1.1700
 11.000   85.750       2.6100
 11.000   86.000       8.8200
 11.000   86.250      29.5800
 11.000   86.500      53.4600
 11.000   86.750      20.0700
 11.000   87.000      34.8600
 11.250   74.000      84.9300
 11.250   74.250     105.7200
 11.250   74.500      92.8200
 11.250   74.750     101.0100
 11.250   75.000     127.1280
 11.250   75.250     124.5950
 11.250   75.500     103.4200
 11.250   75.750      97.3280
 11.250   76.000      85.2823
 11.250   76.250      80.7820
 11.250   76.500      80.0096
 11.250   76.750      60.4249
 11.250   77.000      30.1826
 11.250   77.250      18.6530
 11.250   77.500      11.7264
 11.250   77.750       3.7422
 11.250   78.000       3.3280
 11.250   78.250       5.6938
 11.250   78.500       4.6306
 11.250   78.750       3.9513
 11.250   79.000       0.7329
 11.250   79.250       0.2440
 11.250   79.500       2.5501
 11.250   79.750       0.0000
 11.250   80.000       0.1102
 11.250   80.250       0.3600
 11.250   80.500       0.3300
 11.250   80.750       0.3600
 11.250   81.000       0.0600
 11.250   81.250       0.1500
 11.250   81.500       0.0000
 11.250   81.750       0.0300
 11.250   82.000       0.0000
 11.250   82.250       0.0000
 11.250   82.500       0.0000
 11.250   82.750       0.0000
 11.250   83.000       0.0000
 11.250   83.250       0.0000
 11.250   83.500       0.0000
 11.250   83.750       0.0000
 11.250   84.000       0.1500
 11.250   84.250       1.3500
 11.250   84.500       0.0000
 11.250   84.750       2.3400
 11.250   85.000       5.1900
 11.250   85.250       5.9400
 11.250   85.500       6.6000
 11.250   85.750       9.0000
 11.250   86.000      14.7900
 11.250   86.250      50.1000
 11.250   86.500      24.9000
 11.250   86.750      17.0700
 11.250   87.000      17.7000
 11.500   74.000      77.5200
 11.500   74.250     106.9500
 11.500   74.500     114.2700
 11.500   74.750     139.9800
 11.500   75.000     209.9640
 11.500   75.250     174.1140
 11.500   75.500     106.4940
 11.500   75.750      82.9069
 11.500   76.000      73.7056
 11.500   76.250      70.4038
 11.500   76.500      72.8003
 11.500   76.750      58.8927
 11.500   77.000      22.3122
 11.500   77.250      14.1309
 11.500   77.500      13.6235
 11.500   77.750       8.3088
 11.500   78.000       2.9792
 11.500   78.250       4.0602
 11.500   78.500       4.0839
 11.500   78.750       1.1106
 11.500   79.000       0.5570
 11.500   79.250       0.0000
 11.500   79.500       0.0000
 11.500   79.750       0.0000
 11.500   80.000       0.1357
 11.500   80.250       0.4327
 11.500   80.500       0.4500
 11.500   80.750       0.2700
 11.500   81.000       0.0000
 11.500   81.250       0.1800
 11.500   81.500       0.0000
 11.500   81.750       0.0300
 11.500   82.000       0.0000
 11.500   82.250       0.0000
 11.500   82.500       0.0000
 11.500   82.750       0.0000
 11.500   83.000       0.0000
 11.500   83.250       0.0000
 11.500   83.500       0.0000
 11.500   83.750       0.0000
 11.500   84.000       1.3500
 11.500   84.250       2.2500
 11.500   84.500       2.8800
 11.500   84.750       8.7900
 11.500   85.000      11.7000
 11.500   85.250      14.7300
 11.500   85.500      25.0500
 11.500   85.750      15.6300
 11.500   86.000      20.0700
 11.500   86.250      63.6600
 11.500   86.500      34.8000
 11.500   86.750      38.6400
 11.500   87.000      25.1700
 11.750   74.000      79.6500
 11.750   74.250      87.1800
 11.750   74.500     122.9400
 11.750   74.750     136.6200
 11.750   75.000     230.8810
 11.750   75.250     197.6170
 11.750   75.500     126.3370
 11.750   75.750      72.2192
 11.750   76.000      75.4230
 11.750   76.250      63.0182
 11.750   76.500      48.7310
 11.750   76.750      37.5222
 11.750   77.000      16.5562
 11.750   77.250      12.3113
 11.750   77.500      10.0817
 11.750   77.750       6.7474
 11.750   78.000       2.2154
 11.750   78.250       4.0238
 11.750   78.500       4.9713
 11.750   78.750       2.4474
 11.750   79.000       1.6187
 11.750   79.250       0.0000
 11.750   79.500       0.0000
 11.750   79.750       0.1063
 11.750   80.000       0.1346
 11.750   80.250       0.3125
 11.750   80.500       0.4200
 11.750   80.750       0.1800
 11.750   81.000       0.0000
 11.750   81.250       0.0000
 11.750   81.500       0.2100
 11.750   81.750       0.0300
 11.750   82.000       0.0000
 11.750   82.250       0.0000
 11.750   82.500       0.0000
 11.750   82.750       0.0000
 11.750   83.000       0.0000
 11.750   83.250       0.0000
 11.750   83.500       0.0000
 11.750   83.750       0.0000
 11.750   84.000       1.8000
 11.750   84.250       5.3100
 11.750   84.500       8.7900
 11.750   84.750      20.8200
 11.750   85.000      29.3100
 11.750   85.250      34.4400
 11.750   85.500      34.8300
 11.750   85.750      28.2000
 11.750   86.000      28.5000
 11.750   86.250      99.3600
 11.750   86.500      30.8700
 11.750   86.750      20.9400
 11.750   87.000      34.8300
 12.000   74.000     132.2170
 12.000   74.250     151.8800
 12.000   74.500     119.8260
 12.000   74.750     127.0750
 12.000   75.000     126.3760
 12.000   75.250     128.4640
 12.000   75.500      86.4686
 12.000   75.750      61.8735
 12.000   76.000      29.8311
 12.000   76.250      32.0746
 12.000   76.500      20.6150
 12.000   76.750      14.5924
 12.000   77.000       7.3586
 12.000   77.250       8.6199
 12.000   77.500       3.0806
 12.000   77.750       0.9179
 12.000   78.000       2.9350
 12.000   78.250       5.4528
 12.000   78.500       2.8288
 12.000   78.750       2.9429
 12.000   79.000       2.1526
 12.000   79.250       0.0000
 12.000   79.500       0.0000
 12.000   79.750       0.3734
 12.000   80.000       0.0000
 12.000   80.250       0.0000
 12.000   80.500       0.3194
 12.000   80.750       0.3497
 12.000   81.000       0.0000
 12.000   81.250       0.0600
 12.000   81.500       0.1200
 12.000   81.750       0.0000
 12.000   82.000       0.0000
 12.000   82.250       0.0000
 12.000   82.500       0.0000
 12.000   82.750       0.0000
 12.000   83.000       0.0000
 12.000   83.250       0.0000
 12.000   83.500       0.0600
 12.000   83.750       0.6300
 12.000   84.000       4.5300
 12.000   84.250      10.9500
 12.000   84.500      24.8700
 12.000   84.750      34.9200
 12.000   85.000      42.8700
 12.000   85.250      53.8200
 12.000   85.500      47.5200
 12.000   85.750      52.4700
 12.000   86.000      51.6000
 12.000   86.250     102.9300
 12.000   86.500      27.6000
 12.000   86.750      20.4900
 12.000   87.000      20.5800
 12.250   74.000     120.7400
 12.250   74.250     129.2320
 12.250   74.500     167.4400
 12.250   74.750     113.4500
 12.250   75.000      71.3142
 12.250   75.250      78.1548
 12.250   75.500      55.4016
 12.250   75.750      36.6588
 12.250   76.000      13.0445
 12.250   76.250      13.8670
 12.250   76.500      11.8903
 12.250   76.750       4.0782
 12.250   77.000       3.1992
 12.250   77.250       3.4933
 12.250   77.500       1.1224
 12.250   77.750       2.0559
 12.250   78.000       2.9921
 12.250   78.250       1.1772
 12.250   78.500       2.4804
 12.250   78.750       3.0768
 12.250   79.000       1.5042
 12.250   79.250       1.7844
 12.250   79.500       0.0000
 12.250   79.750       0.3522
 12.250   80.000       0.0000
 12.250   80.250       0.0000
 12.250   80.500       0.0000
 12.250   80.750       0.0542
 12.250   81.000       0.0000
 12.250   81.250       0.0300
 12.250   81.500       0.0600
 12.250   81.750       0.0000
 12.250   82.000       0.0000
 12.250   82.250       0.0000
 12.250   82.500       0.0000
 12.250   82.750       0.0000
 12.250   83.000       0.0000
 12.250   83.250       0.0000
 12.250   83.500       2.8200
 12.250   83.750       8.5200
 12.250   84.000      10.8000
 12.250   84.250      21.4500
 12.250   84.500      34.6500
 12.250   84.750      34.6800
 12.250   85.000      53.8800
 12.250   85.250      58.1400
 12.250   85.500      57.5700
 12.250   85.750      84.2100
 12.250   86.000     130.3200
 12.250   86.250     133.5900
 12.250   86.500      74.2500
 12.250   86.750      30.6000
 12.250   87.000      11.1300
 12.500   74.000     160.6810
 12.500   74.250     137.1590
 12.500   74.500     167.3080
 12.500   74.750      75.7642
 12.500   75.000      53.9464
 12.500   75.250      36.3908
 12.500   75.500       9.6215
 12.500   75.750       7.1850
 12.500   76.000       3.1610
 12.500   76.250       6.3983
 12.500   76.500       6.9102
 12.500   76.750       5.0299
 12.500   77.000       2.4592
 12.500   77.250       1.3472
 12.500   77.500       2.0145
 12.500   77.750       2.0467
 12.500   78.000       0.9093
 12.500   78.250       0.7940
 12.500   78.500       1.2522
 12.500   78.750       2.0305
 12.500   79.000       1.6651
 12.500   79.250       3.3669
 12.500   79.500       4.7586
 12.500   79.750       1.6395
 12.500   80.000       0.0000
 12.500   80.250       0.0000
 12.500   80.500       0.0000
 12.500   80.750       0.0000
 12.500   81.000       0.0000
 12.500   81.250       0.6300
 12.500   81.500       0.0000
 12.500   81.750       0.0000
 12.500   82.000       0.0300
 12.500   82.250       0.0000
 12.500   82.500       0.0000
 12.500   82.750       0.0000
 12.500   83.000       0.0000
 12.500   83.250       0.2100
 12.500   83.500       6.0600
 12.500   83.750      12.8100
 12.500   84.000      21.4500
 12.500   84.250      30.3300
 12.500   84.500      34.6800
 12.500   84.750      47.4900
 12.500   85.000      68.6700
 12.500   85.250      61.0500
 12.500   85.500      83.8500
 12.500   85.750     142.0200
 12.500   86.000     146.1600
 12.500   86.250     218.1300
 12.500   86.500      71.5200
 12.500   86.750      36.0600
 12.500   87.000      11.6400
 12.750   74.000     232.1180
 12.750   74.250     167.2490
 12.750   74.500     123.6700
 12.750   74.750      73.1724
 12.750   75.000      48.4444
 12.750   75.250      27.1700
 12.750   75.500       9.1935
 12.750   75.750       9.2645
 12.750   76.000      12.6709
 12.750   76.250       5.1471
 12.750   76.500       8.8272
 12.750   76.750       4.7913
 12.750   77.000       0.0000
 12.750   77.250       0.0000
 12.750   77.500       0.0000
 12.750   77.750       0.0000
 12.750   78.000       0.0000
 12.750   78.250       0.7418
 12.750   78.500       3.0661
 12.750   78.750       1.3920
 12.750   79.000       2.8207
 12.750   79.250       2.9605
 12.750   79.500       0.7977
 12.750   79.750       0.4775
 12.750   80.000       0.4049
 12.750   80.250       0.0000
 12.750   80.500       0.2238
 12.750   80.750       0.0000
 12.750   81.000       0.1500
 12.750   81.250       0.2700
 12.750   81.500       0.0000
 12.750   81.750       0.0000
 12.750   82.000       0.0000
 12.750   82.250       0.0000
 12.750   82.500       0.0000
 12.750   82.750       0.0000
 12.750   83.000       0.0000
 12.750   83.250       0.4500
 12.750   83.500       6.0600
 12.750   83.750      12.8100
 12.750   84.000      21.9600
 12.750   84.250      35.2200
 12.750   84.500      56.1000
 12.750   84.750      67.6500
 12.750   85.000      74.5800
 12.750   85.250      95.3400
 12.750   85.500     145.5600
 12.750   85.750     132.4800
 12.750   86.000     231.6600
 12.750   86.250     268.9500
 12.750   86.500     200.8200
 12.750   86.750      27.0600
 12.750   87.000       6.0600
 13.000   74.000     255.8450
 13.000   74.250     218.5240
 13.000   74.500     121.1610
 13.000   74.750      63.5738
 13.000   75.000      32.6376
 13.000   75.250      19.9769
 13.000   75.500       3.7636
 13.000   75.750       9.4305
 13.000   76.000      14.9759
 13.000   76.250      14.8485
 13.000   76.500       6.1796
 13.000   76.750       0.8977
 13.000   77.000       1.0078
 13.000   77.250       1.0565
 13.000   77.500       1.0336
 13.000   77.750       0.6653
 13.000   78.000       0.0000
 13.000   78.250       0.0000
 13.000   78.500       4.7881
 13.000   78.750       2.8846
 13.000   79.000       3.8956
 13.000   79.250       3.5712
 13.000   79.500       0.0000
 13.000   79.750       0.1223
 13.000   80.000       0.2222
 13.000   80.250       0.0000
 13.000   80.500       0.0000
 13.000   80.750       0.0000
 13.000   81.000       0.3000
 13.000   81.250       0.0000
 13.000   81.500       0.0000
 13.000   81.750       0.0000
 13.000   82.000       0.0000
 13.000   82.250       0.0000
 13.000   82.500       0.0000
 13.000   82.750       0.0000
 13.000   83.000       0.0000
 13.000   83.250       0.4800
 13.000   83.500       5.3700
 13.000   83.750       8.9700
 13.000   84.000      20.6100
 13.000   84.250      41.0700
 13.000   84.500      57.4800
 13.000   84.750      52.7100
 13.000   85.000      75.0900
 13.000   85.250     146.3700
 13.000   85.500     157.6800
 13.000   85.750      90.5100
 13.000   86.000     178.0500
 13.000   86.250     214.4100
 13.000   86.500     148.6800
 13.000   86.750      28.7400
 13.000   87.000       8.1300
 13.250   74.000     239.7120
 13.250   74.250     264.2010
 13.250   74.500      86.7055
 13.250   74.750      54.2259
 13.250   75.000      30.7907
 13.250   75.250      24.9097
 13.250   75.500      13.2993
 13.250   75.750      14.3586
 13.250   76.000       2.9221
 13.250   76.250      17.6282
 13.250   76.500      12.4987
 13.250   76.750       4.3980
 13.250   77.000       4.0545
 13.250   77.250       2.2550
 13.250   77.500       0.5936
 13.250   77.750       0.0000
 13.250   78.000       0.5417
 13.250   78.250       0.0000
 13.250   78.500       1.3425
 13.250   78.750       4.3500
 13.250   79.000       5.4812
 13.250   79.250       0.9157
 13.250   79.500       1.8751
 13.250   79.750       1.0666
 13.250   80.000       0.0716
 13.250   80.250       0.2659
 13.250   80.500       0.0000
 13.250   80.750       0.0000
 13.250   81.000       0.0600
 13.250   81.250       0.0000
 13.250   81.500       0.0000
 13.250   81.750       0.0000
 13.250   82.000       0.0000
 13.250   82.250       0.0000
 13.250   82.500       0.0000
 13.250   82.750       0.0000
 13.250   83.000       0.0000
 13.250   83.250       0.0000
 13.250   83.500       0.8700
 13.250   83.750       5.3700
 13.250   84.000      20.6100
 13.250   84.250      28.8000
 13.250   84.500      33.4500
 13.250   84.750      46.2000
 13.250   85.000      94.1400
 13.250   85.250     165.8100
 13.250   85.500      85.0500
 13.250   85.750      69.3900
 13.250   86.000     231.6900
 13.250   86.250     246.7500
 13.250   86.500     116.5500
 13.250   86.750      13.2000
 13.250   87.000       9.4800
 13.500   74.000     183.7330
 13.500   74.250     164.3260
 13.500   74.500      95.5007
 13.500   74.750      72.8534
 13.500   75.000      31.3072
 13.500   75.250      15.1680
 13.500   75.500      18.6942
 13.500   75.750      25.6108
 13.500   76.000      20.6634
 13.500   76.250       8.7169
 13.500   76.500      13.7664
 13.500   76.750       4.2889
 13.500   77.000       3.3784
 13.500   77.250       3.1189
 13.500   77.500       0.0275
 13.500   77.750       1.2214
 13.500   78.000       0.8667
 13.500   78.250       2.1193
 13.500   78.500       2.7529
 13.500   78.750       4.4342
 13.500   79.000       2.4326
 13.500   79.250       7.2576
 13.500   79.500       6.6569
 13.500   79.750       8.9718
 13.500   80.000       0.4429
 13.500   80.250       1.4958
 13.500   80.500       0.2635
 13.500   80.750       0.0000
 13.500   81.000       0.3600
 13.500   81.250       0.0000
 13.500   81.500       0.0000
 13.500   81.750       0.0000
 13.500   82.000       0.0000
 13.500   82.250       0.0000
 13.500   82.500       0.0000
 13.500   82.750       0.0000
 13.500   83.000       0.0000
 13.500   83.250       0.0000
 13.500   83.500       0.1200
 13.500   83.750       0.8700
 13.500   84.000      11.0100
 13.500   84.250      20.6400
 13.500   84.500      33.3600
 13.500   84.750      42.7500
 13.500   85.000      94.4400
 13.500   85.250     167.6100
 13.500   85.500     143.7300
 13.500   85.750      44.1600
 13.500   86.000      91.8600
 13.500   86.250     166.5900
 13.500   86.500     157.3800
 13.500   86.750      42.1200
 13.500   87.000       5.7600
 13.750   74.000     135.9490
 13.750   74.250     122.6890
 13.750   74.500      77.0370
 13.750   74.750      44.0777
 13.750   75.000      28.7317
 13.750   75.250      16.9014
 13.750   75.500      17.6805
 13.750   75.750      20.3878
 13.750   76.000      16.9253
 13.750   76.250      11.1778
 13.750   76.500       5.2969
 13.750   76.750       3.3898
 13.750   77.000       0.4502
 13.750   77.250       0.0000
 13.750   77.500       0.7170
 13.750   77.750       0.1101
 13.750   78.000       0.0000
 13.750   78.250       2.1323
 13.750   78.500       5.3721
 13.750   78.750      12.4573
 13.750   79.000       5.6571
 13.750   79.250       9.0258
 13.750   79.500      11.7137
 13.750   79.750       1.2700
 13.750   80.000       0.0810
 13.750   80.250       0.8793
 13.750   80.500       0.4035
 13.750   80.750       0.0000
 13.750   81.000       0.8700
 13.750   81.250       0.0000
 13.750   81.500       0.0000
 13.750   81.750       0.0000
 13.750   82.000       0.0000
 13.750   82.250       0.0000
 13.750   82.500       0.0000
 13.750   82.750       0.0000
 13.750   83.000       0.0000
 13.750   83.250       0.0000
 13.750   83.500       0.0600
 13.750   83.750       0.2700
 13.750   84.000       2.7900
 13.750   84.250      12.7500
 13.750   84.500      37.7100
 13.750   84.750      57.2700
 13.750   85.000      90.6000
 13.750   85.250     153.4500
 13.750   85.500     141.1200
 13.750   85.750     103.5600
 13.750   86.000      82.2000
 13.750   86.250     158.7300
 13.750   86.500     107.8800
 13.750   86.750      13.0200
 13.750   87.000       1.2000
 14.000   74.000     112.5090
 14.000   74.250     111.3310
 14.000   74.500      72.3337
 14.000   74.750      30.4578
 14.000   75.000      19.4174
 14.000   75.250      16.5985
 14.000   75.500       9.4762
 14.000   75.750       6.0449
 14.000   76.000       8.6076
 14.000   76.250       9.8728
 14.000   76.500       9.5769
 14.000   76.750      14.5280
 14.000   77.000       2.4035
 14.000   77.250       0.2556
 14.000   77.500       0.1175
 14.000   77.750       0.0000
 14.000   78.000       4.8784
 14.000   78.250       8.8113
 14.000   78.500       7.9099
 14.000   78.750       5.0247
 14.000   79.000       5.3449
 14.000   79.250       6.6375
 14.000   79.500       7.2762
 14.000   79.750       0.0000
 14.000   80.000       3.3968
 14.000   80.250       0.7877
 14.000   80.500       0.0000
 14.000   80.750       0.0000
 14.000   81.000       0.2100
 14.000   81.250       0.0600
 14.000   81.500       0.0000
 14.000   81.750       0.0000
 14.000   82.000       0.0000
 14.000   82.250       0.0000
 14.000   82.500       0.0000
 14.000   82.750       0.0000
 14.000   83.000       0.0000
 14.000   83.250       0.0000
 14.000   83.500       0.0000
 14.000   83.750       2.2500
 14.000   84.000       3.0300
 14.000   84.250       8.4000
 14.000   84.500      41.7600
 14.000   84.750      54.6900
 14.000   85.000      93.2400
 14.000   85.250     144.4200
 14.000   85.500     150.5400
 14.000   85.750     107.2200
 14.000   86.000      70.9800
 14.000   86.250     109.2600
 14.000   86.500     180.8700
 14.000   86.750       9.5700
 14.000   87.000       0.8400
 14.250   74.000      87.5237
 14.250   74.250      64.0768
 14.250   74.500      36.1273
 14.250   74.750      21.4805
 14.250   75.000       7.9191
 14.250   75.250       8.6915
 14.250   75.500      11.7479
 14.250   75.750       8.2288
 14.250   76.000       3.7632
 14.250   76.250      17.4380
 14.250   76.500      12.0231
 14.250   76.750      16.7085
 14.250   77.000       9.8409
 14.250   77.250       8.4189
 14.250   77.500       0.0000
 14.250   77.750       0.0000
 14.250   78.000       0.0000
 14.250   78.250       0.0392
 14.250   78.500       5.9698
 14.250   78.750      15.5319
 14.250   79.000       8.1705
 14.250   79.250       6.2545
 14.250   79.500       8.0871
 14.250   79.750       2.9449
 14.250   80.000       0.0000
 14.250   80.250       0.0000
 14.250   80.500       0.0000
 14.250   80.750       0.0000
 14.250   81.000       0.0000
 14.250   81.250       0.0000
 14.250   81.500       0.0000
 14.250   81.750       0.0000
 14.250   82.000       0.0000
 14.250   82.250       0.0000
 14.250   82.500       0.0000
 14.250   82.750       0.0000
 14.250   83.000       0.0000
 14.250   83.250       0.0000
 14.250   83.500       0.0000
 14.250   83.750       0.0000
 14.250   84.000       1.5300
 14.250   84.250       3.0300
 14.250   84.500      27.4200
 14.250   84.750      38.3700
 14.250   85.000      69.1500
 14.250   85.250     114.3000
 14.250   85.500     121.5000
 14.250   85.750     109.4100
 14.250   86.000      78.1800
 14.250   86.250      88.1700
 14.250   86.500     165.0300
 14.250   86.750      19.5600
 14.250   87.000       1.1100
 14.500   74.000      91.0670
 14.500   74.250      54.0685
 14.500   74.500      34.8483
 14.500   74.750      25.9772
 14.500   75.000      18.3379
 14.500   75.250       2.6980
 14.500   75.500       7.7060
 14.500   75.750       0.0517
 14.500   76.000       3.3160
 14.500   76.250      12.8842
 14.500   76.500       6.1782
 14.500   76.750       1.7994
 14.500   77.000       5.1532
 14.500   77.250       4.6469
 14.500   77.500       0.0254
 14.500   77.750       0.0000
 14.500   78.000       9.2198
 14.500   78.250      11.3135
 14.500   78.500       4.5080
 14.500   78.750       7.5213
 14.500   79.000       3.1818
 14.500   79.250       9.8791
 14.500   79.500      10.1583
 14.500   79.750      11.0591
 14.500   80.000       0.0000
 14.500   80.250       0.0000
 14.500   80.500       0.0000
 14.500   80.750       0.0000
 14.500   81.000       0.0000
 14.500   81.250       0.0000
 14.500   81.500       0.0000
 14.500   81.750       0.0000
 14.500   82.000       0.0000
 14.500   82.250       0.0000
 14.500   82.500       0.0000
 14.500   82.750       0.0000
 14.500   83.000       0.0000
 14.500   83.250       0.0000
 14.500   83.500       0.0000
 14.500   83.750       0.0000
 14.500   84.000       0.0000
 14.500   84.250       0.0000
 14.500   84.500       3.3600
 14.500   84.750       7.3800
 14.500   85.000      23.3100
 14.500   85.250      42.2100
 14.500   85.500      77.3100
 14.500   85.750      74.9700
 14.500   86.000      62.5500
 14.500   86.250      39.4500
 14.500   86.500      31.1400
 14.500   86.750      18.0600
 14.500   87.000      11.7900
 14.750   74.000      50.7731
 14.750   74.250      33.5806
 14.750   74.500      22.5570
 14.750   74.750      32.3620
 14.750   75.000      17.6486
 14.750   75.250       4.1840
 14.750   75.500       4.4372
 14.750   75.750       2.5626
 14.750   76.000       2.8842
 14.750   76.250      11.9205
 14.750   76.500       9.6061
 14.750   76.750      12.8359
 14.750   77.000      11.4629
 14.750   77.250       0.0000
 14.750   77.500       0.1441
 14.750   77.750       0.0290
 14.750   78.000      11.4092
 14.750   78.250      10.8830
 14.750   78.500      12.7633
 14.750   78.750      14.0400
 14.750   79.000       5.9284
 14.750   79.250       3.8491
 14.750   79.500       9.2968
 14.750   79.750       3.9281
 14.750   80.000       0.0000
 14.750   80.250       0.2945
 14.750   80.500       0.0000
 14.750   80.750       0.0000
 14.750   81.000       0.0000
 14.750   81.250       0.0000
 14.750   81.500       0.0000
 14.750   81.750       0.0000
 14.750   82.000       0.0000
 14.750   82.250       0.0000
 14.750   82.500       0.0000
 14.750   82.750       0.0000
 14.750   83.000       0.0000
 14.750   83.250       0.0000
 14.750   83.500       0.0000
 14.750   83.750       0.0000
 14.750   84.000       0.0000
 14.750   84.250       0.0000
 14.750   84.500       0.0000
 14.750   84.750       1.5300
 14.750   85.000       3.1500
 14.750   85.250       7.8600
 14.750   85.500       9.9300
 14.750   85.750      13.9500
 14.750   86.000      25.7400
 14.750   86.250      25.5600
 14.750   86.500       9.0000
 14.750   86.750      15.9900
 14.750   87.000      21.8700
 15.000   74.000      30.9754
 15.000   74.250      11.9961
 15.000   74.500      21.9802
 15.000   74.750      34.8173
 15.000   75.000      11.9245
 15.000   75.250       3.8919
 15.000   75.500       6.4464
 15.000   75.750       0.0000
 15.000   76.000       8.5054
 15.000   76.250      16.2033
 15.000   76.500      18.9303
 15.000   76.750       6.1036
 15.000   77.000       1.4159
 15.000   77.250       1.9837
 15.000   77.500       0.0000
 15.000   77.750       0.0000
 15.000   78.000       0.0000
 15.000   78.250       5.7246
 15.000   78.500       4.2870
 15.000   78.750       4.7243
 15.000   79.000       5.6126
 15.000   79.250       4.8491
 15.000   79.500       3.4092
 15.000   79.750       1.7724
 15.000   80.000       0.0000
 15.000   80.250       0.6908
 15.000   80.500       0.0000
 15.000   80.750       0.0000
 15.000   81.000       0.0000
 15.000   81.250       0.0000
 15.000   81.500       0.0000
 15.000   81.750       0.0000
 15.000   82.000       0.0000
 15.000   82.250       0.0000
 15.000   82.500       0.0000
 15.000   82.750       0.0000
 15.000   83.000       0.0000
 15.000   83.250       0.0000
 15.000   83.500       0.0000
 15.000   83.750       0.0000
 15.000   84.000       0.0000
 15.000   84.250       0.0000
 15.000   84.500       0.0000
 15.000   84.750       0.0000
 15.000   85.000       0.0000
 15.000   85.250       0.5100
 15.000   85.500       0.5100
 15.000   85.750       1.8300
 15.000   86.000      20.6700
 15.000   86.250       6.0600
 15.000   86.500      15.2100
 15.000   86.750      25.2300
 15.000   87.000      35.4000
 15.250   74.000      17.0077
 15.250   74.250       3.3842
 15.250   74.500      24.5280
 15.250   74.750      36.2841
 15.250   75.000      11.9229
 15.250   75.250       7.6531
 15.250   75.500       7.7650
 15.250   75.750       0.0000
 15.250   76.000      10.4066
 15.250   76.250      18.7659
 15.250   76.500       8.7244
 15.250   76.750      10.5322
 15.250   77.000      17.3619
 15.250   77.250      24.2692
 15.250   77.500      11.5307
 15.250   77.750       4.4761
 15.250   78.000       0.0000
 15.250   78.250       3.7244
 15.250   78.500       3.0843
 15.250   78.750       7.3850
 15.250   79.000       7.1596
 15.250   79.250       6.7084
 15.250   79.500       0.0000
 15.250   79.750       0.0000
 15.250   80.000       0.0000
 15.250   80.250       1.0255
 15.250   80.500       0.0000
 15.250   80.750       0.0000
 15.250   81.000       0.0000
 15.250   81.250       0.0000
 15.250   81.500       0.0000
 15.250   81.750       0.0000
 15.250   82.000       0.0000
 15.250   82.250       0.0000
 15.250   82.500       0.0000
 15.250   82.750       0.0000
 15.250   83.000       0.0000
 15.250   83.250       0.0000
 15.250   83.500       0.0000
 15.250   83.750       0.0000
 15.250   84.000       0.0000
 15.250   84.250       0.0000
 15.250   84.500       0.0000
 15.250   84.750       0.0000
 15.250   85.000       0.0000
 15.250   85.250       0.0000
 15.250   85.500       0.0000
 15.250   85.750       0.0000
 15.250   86.000      10.2000
 15.250   86.250      29.8200
 15.250   86.500      23.4600
 15.250   86.750      88.1700
 15.250   87.000      35.2800
 15.500   74.000      29.1549
 15.500   74.250      14.5135
 15.500   74.500      37.3203
 15.500   74.750      93.2961
 15.500   75.000      46.1221
 15.500   75.250       1.6960
 15.500   75.500       1.9631
 15.500   75.750       1.7761
 15.500   76.000      12.3868
 15.500   76.250      10.8101
 15.500   76.500       4.3645
 15.500   76.750       0.0000
 15.500   77.000       6.3791
 15.500   77.250      16.8271
 15.500   77.500      15.4650
 15.500   77.750       4.6057
 15.500   78.000       0.0000
 15.500   78.250       0.0000
 15.500   78.500       6.5503
 15.500   78.750       6.2798
 15.500   79.000       3.8347
 15.500   79.250       2.9702
 15.500   79.500       0.0000
 15.500   79.750       0.0000
 15.500   80.000       0.0000
 15.500   80.250       0.0000
 15.500   80.500       0.0000
 15.500   80.750       0.0000
 15.500   81.000       0.0000
 15.500   81.250       0.0000
 15.500   81.500       0.0000
 15.500   81.750       0.0000
 15.500   82.000       0.0000
 15.500   82.250       0.0000
 15.500   82.500       0.0000
 15.500   82.750       0.0000
 15.500   83.000       0.0000
 15.500   83.250       0.0000
 15.500   83.500       0.0000
 15.500   83.750       0.0000
 15.500   84.000       0.0000
 15.500   84.250       0.0000
 15.500   84.500       0.0000
 15.500   84.750       0.0000
 15.500   85.000       0.0000
 15.500   85.250       0.0000
 15.500   85.500       0.0000
 15.500   85.750       0.0000
 15.500   86.000       3.9900
 15.500   86.250      11.3100
 15.500   86.500      22.5600
 15.500   86.750      29.4300
 15.500   87.000      39.7500
 15.750   74.000      23.7373
 15.750   74.250      37.2525
 15.750   74.500      69.5524
 15.750   74.750      42.0886
 15.750   75.000       7.1702
 15.750   75.250       0.0899
 15.750   75.500       2.7858
 15.750   75.750       2.5157
 15.750   76.000       5.0552
 15.750   76.250       5.6393
 15.750   76.500       5.7792
 15.750   76.750       6.2288
 15.750   77.000       3.1052
 15.750   77.250       4.0525
 15.750   77.500       0.0000
 15.750   77.750       0.0000
 15.750   78.000       0.0000
 15.750   78.250       0.0000
 15.750   78.500       3.1602
 15.750   78.750       1.2016
 15.750   79.000       0.4577
 15.750   79.250       0.0000
 15.750   79.500       0.0000
 15.750   79.750       0.0000
 15.750   80.000       0.0000
 15.750   80.250       0.0000
 15.750   80.500       0.0000
 15.750   80.750       0.0000
 15.750   81.000       0.0000
 15.750   81.250       0.0000
 15.750   81.500       0.0000
 15.750   81.750       0.0000
 15.750   82.000       0.0000
 15.750   82.250       0.0000
 15.750   82.500       0.0000
 15.750   82.750       0.0000
 15.750   83.000       0.0000
 15.750   83.250       0.0000
 15.750   83.500       0.0000
 15.750   83.750       0.0000
 15.750   84.000       0.0000
 15.750   84.250       0.0000
 15.750   84.500       0.0000
 15.750   84.750       0.0000
 15.750   85.000       0.0000
 15.750   85.250       0.0000
 15.750   85.500       0.0000
 15.750   85.750       0.0300
 15.750   86.000       5.4300
 15.750   86.250       5.7300
 15.750   86.500       8.7600
 15.750   86.750       7.1100
 15.750   87.000      46.0500
 16.000   74.000      16.5148
 16.000   74.250      25.1460
 16.000   74.500      14.7004
 16.000   74.750       6.2791
 16.000   75.000       3.1272
 16.000   75.250       2.1575
 16.000   75.500      10.1072
 16.000   75.750       5.3090
 16.000   76.000       7.5806
 16.000   76.250       6.2367
 16.000   76.500       0.0000
 16.000   76.750       2.4591
 16.000   77.000       1.9642
 16.000   77.250       2.3489
 16.000   77.500       4.4190
 16.000   77.750       0.0000
 16.000   78.000       0.0000
 16.000   78.250       0.0000
 16.000   78.500       0.0000
 16.000   78.750       0.0000
 16.000   79.000       0.0000
 16.000   79.250       0.0000
 16.000   79.500       0.0000
 16.000   79.750       0.0000
 16.000   80.000       0.0000
 16.000   80.250       0.0000
 16.000   80.500       0.0000
 16.000   80.750       0.0000
 16.000   81.000       0.0000
 16.000   81.250       0.0000
 16.000   81.500       0.0000
 16.000   81.750       0.0000
 16.000   82.000       0.0000
 16.000   82.250       0.0000
 16.000   82.500       0.0000
 16.000   82.750       0.0000
 16.000   83.000       0.0000
 16.000   83.250       0.0000
 16.000   83.500       0.0000
 16.000   83.750       0.0000
 16.000   84.000       0.0000
 16.000   84.250       0.0000
 16.000   84.500       0.0000
 16.000   84.750       0.0000
 16.000   85.000       0.0000
 16.000   85.250       0.0000
 16.000   85.500       0.0000
 16.000   85.750       0.0900
 16.000   86.000       0.1200
 16.000   86.250       0.0600
 16.000   86.500       0.0000
 16.000   86.750       0.2400
 16.000   87.000      44.5200
 16.250   74.000      12.2045
 16.250   74.250       6.9909
 16.250   74.500       6.3312
 16.250   74.750       5.8591
 16.250   75.000       4.7296
 16.250   75.250       3.8230
 16.250   75.500      17.3560
 16.250   75.750       9.5357
 16.250   76.000      11.1219
 16.250   76.250       5.5874
 16.250   76.500       2.7645
 16.250   76.750       0.0000
 16.250   77.000       4.4295
 16.250   77.250       4.4279
 16.250   77.500       0.0000
 16.250   77.750       0.0000
 16.250   78.000       0.0000
 16.250   78.250       0.0000
 16.250   78.500       0.0000
 16.250   78.750       0.0000
 16.250   79.000       0.0000
 16.250   79.250       0.0000
 16.250   79.500       0.0000
 16.250   79.750       0.0000
 16.250   80.000       0.0000
 16.250   80.250       0.0000
 16.250   80.500       0.0000
 16.250   80.750       0.0000
 16.250   81.000       0.0000
 16.250   81.250       0.0000
 16.250   81.500       0.0000
 16.250   81.750       0.0000
 16.250   82.000       0.0000
 16.250   82.250       0.0000
 16.250   82.500       0.0000
 16.250   82.750       0.0000
 16.250   83.000       0.0000
 16.250   83.250       0.0000
 16.250   83.500       0.0000
 16.250   83.750       0.0000
 16.250   84.000       0.0000
 16.250   84.250       0.0000
 16.250   84.500       0.0000
 16.250   84.750       0.0000
 16.250   85.000       0.0000
 16.250   85.250       0.0000
 16.250   85.500       0.0000
 16.250   85.750       0.0000
 16.250   86.000       2.5800
 16.250   86.250       5.8800
 16.250   86.500       0.0000
 16.250   86.750       0.0900
 16.250   87.000      48.5400
 16.500   74.000       8.5852
 16.500   74.250       4.0360
 16.500   74.500       1.7054
 16.500   74.750       0.9021
 16.500   75.000       0.0000
 16.500   75.250       0.0000
 16.500   75.500       1.4992
 16.500   75.750       3.4773
 16.500   76.000       4.6238
 16.500   76.250       6.1022
 16.500   76.500       2.6221
 16.500   76.750       0.0000
 16.500   77.000       0.0000
 16.500   77.250       0.0000
 16.500   77.500       0.0000
 16.500   77.750       0.0000
 16.500   78.000       0.0000
 16.500   78.250       0.0000
 16.500   78.500       0.0000
 16.500   78.750       0.0000
 16.500   79.000       0.0000
 16.500   79.250       0.0000
 16.500   79.500       0.0000
 16.500   79.750       0.0000
 16.500   80.000       0.0000
 16.500   80.250       0.0000
 16.500   80.500       0.0000
 16.500   80.750       0.0000
 16.500   81.000       0.0000
 16.500   81.250       0.0000
 16.500   81.500       0.0000
 16.500   81.750       0.0000
 16.500   82.000       0.0000
 16.500   82.250       0.0000
 16.500   82.500       0.0000
 16.500   82.750       0.0000
 16.500   83.000       0.0000
 16.500   83.250       0.0000
 16.500   83.500       0.0000
 16.500   83.750       0.0000
 16.500   84.000       0.0000
 16.500   84.250       0.0000
 16.500   84.500       0.0000
 16.500   84.750       0.0000
 16.500   85.000       0.0000
 16.500   85.250       0.0000
 16.500   85.500       0.0000
 16.500   85.750       0.0000
 16.500   86.000       0.0000
 16.500   86.250       0.0000
 16.500   86.500       1.1700
 16.500   86.750       1.9800
 16.500   87.000      41.2500
 16.750   74.000      17.3474
 16.750   74.250      20.7816
 16.750   74.500       0.0000
 16.750   74.750       4.3917
 16.750   75.000       4.6132
 16.750   75.250       3.2125
 16.750   75.500       0.0000
 16.750   75.750       0.0000
 16.750   76.000       0.0000
 16.750   76.250       0.0000
 16.750   76.500       0.0000
 16.750   76.750       0.0000
 16.750   77.000       0.0000
 16.750   77.250       0.0000
 16.750   77.500       0.0000
 16.750   77.750       0.0000
 16.750   78.000       0.0000
 16.750   78.250       0.0000
 16.750   78.500       0.0000
 16.750   78.750       0.0000
 16.750   79.000       0.0000
 16.750   79.250       0.0000
 16.750   79.500       0.0000
 16.750   79.750       0.0000
 16.750   80.000       0.0000
 16.750   80.250       0.0000
 16.750   80.500       0.0000
 16.750   80.750       0.0000
 16.750   81.000       0.0000
 16.750   81.250       0.0000
 16.750   81.500       0.0000
 16.750   81.750       0.0000
 16.750   82.000       0.0000
 16.750   82.250       0.0000
 16.750   82.500       0.0000
 16.750   82.750       0.0000
 16.750   83.000       0.0000
 16.750   83.250       0.0000
 16.750   83.500       0.0000
 16.750   83.750       0.0000
 16.750   84.000       0.0000
 16.750   84.250       0.0000
 16.750   84.500       0.0000
 16.750   84.750       0.0000
 16.750   85.000       0.0000
 16.750   85.250       0.0000
 16.750   85.500       0.0000
 16.750   85.750       0.0000
 16.750   86.000       0.0000
 16.750   86.250       0.0000
 16.750   86.500       5.8800
 16.750   86.750      10.5000
 16.750   87.000      13.7400
 17.000   74.000      52.2050
 17.000   74.250       9.8845
 17.000   74.500       0.0600
 17.000   74.750       0.0969
 17.000   75.000       0.0000
 17.000   75.250       6.0005
 17.000   75.500       0.0000
 17.000   75.750       1.7332
 17.000   76.000       0.0000
 17.000   76.250       4.0412
 17.000   76.500       0.0000
 17.000   76.750       0.0000
 17.000   77.000       0.0000
 17.000   77.250       0.0000
 17.000   77.500       0.0000
 17.000   77.750       0.0000
 17.000   78.000       0.0000
 17.000   78.250       0.0000
 17.000   78.500       0.0000
 17.000   78.750       0.0000
 17.000   79.000       0.0000
 17.000   79.250       0.0000
 17.000   79.500       0.0000
 17.000   79.750       0.0000
 17.000   80.000       0.0000
 17.000   80.250       0.0000
 17.000   80.500       0.0000
 17.000   80.750       0.0000
 17.000   81.000       0.0000
 17.000   81.250       0.0000
 17.000   81.500       0.0000
 17.000   81.750       0.0000
 17.000   82.000       1.3437
 17.000   82.250       0.0000
 17.000   82.500       0.0000
 17.000   82.750       0.0000
 17.000   83.000       0.0000
 17.000   83.250       0.0000
 17.000   83.500       0.0000
 17.000   83.750       0.0000
 17.000   84.000       0.0000
 17.000   84.250       0.0000
 17.000   84.500       0.0000
 17.000   84.750       0.0000
 17.000   85.000       0.0000
 17.000   85.250       0.0000
 17.000   85.500       0.0000
 17.000   85.750       0.0000
 17.000   86.000       0.0000
 17.000   86.250       0.0000
 17.000   86.500       0.0000
 17.000   86.750       0.0600
 17.000   87.000       5.1300
 17.250   74.000      32.9128
 17.250   74.250      15.0544
 17.250   74.500       0.5588
 17.250   74.750       0.0000
 17.250   75.000      10.6026
 17.250   75.250       0.0000
 17.250   75.500       0.0000
 17.250   75.750       2.9681
 17.250   76.000       4.8191
 17.250   76.250       0.0000
 17.250   76.500       0.0000
 17.250   76.750       0.0000
 17.250   77.000       6.4784
 17.250   77.250       4.4853
 17.250   77.500       0.0000
 17.250   77.750       0.0000
 17.250   78.000       0.0000
 17.250   78.250       0.0000
 17.250   78.500       0.0000
 17.250   78.750       0.0000
 17.250   79.000       0.0000
 17.250   79.250       0.0000
 17.250   79.500       0.0000
 17.250   79.750       0.0000
 17.250   80.000       0.0000
 17.250   80.250       0.0000
 17.250   80.500       0.0000
 17.250   80.750       0.0000
 17.250   81.000       0.0000
 17.250   81.250       1.3912
 17.250   81.500       0.4646
 17.250   81.750       0.0000
 17.250   82.000       0.0000
 17.250   82.250       0.0000
 17.250   82.500       0.0000
 17.250   82.750       0.0000
 17.250   83.000       0.1965
 17.250   83.250       0.0000
 17.250   83.500       0.0000
 17.250   83.750       0.0000
 17.250   84.000       0.0000
 17.250   84.250       0.0000
 17.250   84.500       0.0000
 17.250   84.750       0.0000
 17.250   85.000       0.0000
 17.250   85.250       0.0000
 17.250   85.500       0.0000
 17.250   85.750       0.0000
 17.250   86.000       0.0000
 17.250   86.250       0.0000
 17.250   86.500       0.0000
 17.250   86.750       0.0000
 17.250   87.000       1.2900
 17.500   74.000      21.3955
 17.500   74.250       0.0000
 17.500   74.500       0.0000
 17.500   74.750       1.7623
 17.500   75.000       8.7306
 17.500   75.250       4.6695
 17.500   75.500       0.0000
 17.500   75.750       0.0000
 17.500   76.000       7.6188
 17.500   76.250       9.3219
 17.500   76.500      11.7439
 17.500   76.750       7.8697
 17.500   77.000       6.7423
 17.500   77.250       0.0000
 17.500   77.500       0.0000
 17.500   77.750       0.0000
 17.500   78.000       0.0000
 17.500   78.250       0.0000
 17.500   78.500       0.0000
 17.500   78.750       0.0000
 17.500   79.000       0.0000
 17.500   79.250       0.0000
 17.500   79.500       0.0000
 17.500   79.750       0.0000
 17.500   80.000       0.0000
 17.500   80.250       0.0000
 17.500   80.500       0.0000
 17.500   80.750       0.0000
 17.500   81.000       0.0000
 17.500   81.250       3.9679
 17.500   81.500       0.0000
 17.500   81.750       0.0000
 17.500   82.000       3.5035
 17.500   82.250       4.3444
 17.500   82.500       0.0000
 17.500   82.750       0.0000
 17.500   83.000       0.0000
 17.500   83.250       0.0000
 17.500   83.500       0.0000
 17.500   83.750       0.0000
 17.500   84.000       0.0000
 17.500   84.250       0.0000
 17.500   84.500       0.0000
 17.500   84.750       0.0000
 17.500   85.000       0.0000
 17.500   85.250       0.0000
 17.500   85.500       0.0000
 17.500   85.750       0.0000
 17.500   86.000       0.0000
 17.500   86.250       0.0000
 17.500   86.500       0.0000
 17.500   86.750       0.0000
 17.500   87.000       0.9600
 17.750   74.000      19.3142
 17.750   74.250       0.0000
 17.750   74.500       0.0000
 17.750   74.750       0.0000
 17.750   75.000       3.9610
 17.750   75.250       7.1437
 17.750   75.500       0.0000
 17.750   75.750       0.0000
 17.750   76.000      16.6937
 17.750   76.250      13.9135
 17.750   76.500      16.6986
 17.750   76.750      18.1781
 17.750   77.000       0.0000
 17.750   77.250       0.0000
 17.750   77.500       0.0000
 17.750   77.750       4.1649
 17.750   78.000       0.0000
 17.750   78.250       0.0000
 17.750   78.500       0.0000
 17.750   78.750       0.0000
 17.750   79.000       0.0000
 17.750   79.250       0.0000
 17.750   79.500       0.0000
 17.750   79.750       0.0000
 17.750   80.000       0.0000
 17.750   80.250       1.4061
 17.750   80.500       1.0271
 17.750   80.750       1.2418
 17.750   81.000       8.5070
 17.750   81.250      13.4234
 17.750   81.500       7.8749
 17.750   81.750       2.5828
 17.750   82.000       3.1005
 17.750   82.250       9.1722
 17.750   82.500       2.3634
 17.750   82.750       0.0000
 17.750   83.000       0.0000
 17.750   83.250       0.0000
 17.750   83.500       0.0000
 17.750   83.750       0.0000
 17.750   84.000       0.0000
 17.750   84.250       0.0000
 17.750   84.500       0.0000
 17.750   84.750       0.0000
 17.750   85.000       0.0000
 17.750   85.250       0.0000
 17.750   85.500       0.0000
 17.750   85.750       0.0000
 17.750   86.000       0.0000
 17.750   86.250       0.0000
 17.750   86.500       0.0000
 17.750   86.750       0.0000
 17.750   87.000       0.0000
 18.000   74.000      46.3163
 18.000   74.250      13.8822
 18.000   74.500       7.1528
 18.000   74.750       9.8323
 18.000   75.000       5.2753
 18.000   75.250      16.2839
 18.000   75.500       0.0000
 18.000   75.750       0.0000
 18.000   76.000       0.0000
 18.000   76.250       1.5056
 18.000   76.500       1.0071
 18.000   76.750       0.0000
 18.000   77.000       0.0000
 18.000   77.250       3.9796
 18.000   77.500      15.3900
 18.000   77.750      13.8544
 18.000   78.000       1.8384
 18.000   78.250       0.0000
 18.000   78.500       0.0000
 18.000   78.750       0.0000
 18.000   79.000       0.0000
 18.000   79.250       0.0000
 18.000   79.500       0.0000
 18.000   79.750       0.0000
 18.000   80.000       0.0000
 18.000   80.250       8.1134
 18.000   80.500       5.2692
 18.000   80.750       4.1094
 18.000   81.000       7.6708
 18.000   81.250      17.6842
 18.000   81.500      20.5423
 18.000   81.750       0.0000
 18.000   82.000       0.0000
 18.000   82.250       6.4343
 18.000   82.500      21.7038
 18.000   82.750       5.6048
 18.000   83.000       0.9384
 18.000   83.250       0.0000
 18.000   83.500       0.0000
 18.000   83.750       0.0000
 18.000   84.000       0.0000
 18.000   84.250       0.0000
 18.000   84.500       0.0000
 18.000   84.750       0.0000
 18.000   85.000       0.0000
 18.000   85.250       0.0000
 18.000   85.500       0.0000
 18.000   85.750       0.0000
 18.000   86.000       0.0000
 18.000   86.250       0.0000
 18.000   86.500       0.0000
 18.000   86.750       0.0000
 18.000   87.000       0.0000
 18.250   74.000      62.3429
 18.250   74.250      77.9769
 18.250   74.500      28.4169
 18.250   74.750      15.8317
 18.250   75.000      14.2399
 18.250   75.250      12.4457
 18.250   75.500       0.0000
 18.250   75.750       0.0000
 18.250   76.000       0.0000
 18.250   76.250       0.0000
 18.250   76.500      13.2694
 18.250   76.750       0.0000
 18.250   77.000       0.0000
 18.250   77.250       4.1937
 18.250   77.500       9.9417
 18.250   77.750      11.7555
 18.250   78.000       3.8852
 18.250   78.250       0.0000
 18.250   78.500       0.0000
 18.250   78.750       0.0000
 18.250   79.000       0.0000
 18.250   79.250       0.0000
 18.250   79.500       0.0000
 18.250   79.750       0.0000
 18.250   80.000       0.0000
 18.250   80.250       7.8751
 18.250   80.500       0.0000
 18.250   80.750       1.9422
 18.250   81.000       0.0000
 18.250   81.250       6.2557
 18.250   81.500       5.3224
 18.250   81.750       0.0000
 18.250   82.000       0.0000
 18.250   82.250       1.4739
 18.250   82.500      10.5519
 18.250   82.750      36.3809
 18.250   83.000       0.5365
 18.250   83.250       1.5851
 18.250   83.500       1.0745
 18.250   83.750       0.0000
 18.250   84.000       0.0000
 18.250   84.250       0.0000
 18.250   84.500       0.0000
 18.250   84.750       0.0000
 18.250   85.000       0.0000
 18.250   85.250       0.0000
 18.250   85.500       0.0000
 18.250   85.750       0.0000
 18.250   86.000       0.0000
 18.250   86.250       0.0000
 18.250   86.500       0.0000
 18.250   86.750       0.0000
 18.250   87.000       0.0000
 18.500   74.000      35.4738
 18.500   74.250      31.9257
 18.500   74.500      20.4823
 18.500   74.750      23.2670
 18.500   75.000      37.2400
 18.500   75.250      26.6338
 18.500   75.500       7.2377
 18.500   75.750       2.4198
 18.500   76.000       6.9862
 18.500   76.250       5.0711
 18.500   76.500      14.2025
 18.500   76.750       6.6272
 18.500   77.000      44.4469
 18.500   77.250      10.2512
 18.500   77.500       2.4427
 18.500   77.750       3.9669
 18.500   78.000       2.5943
 18.500   78.250       1.1664
 18.500   78.500       0.0000
 18.500   78.750       0.0000
 18.500   79.000       0.0000
 18.500   79.250       0.0000
 18.500   79.500       0.0000
 18.500   79.750       0.0000
 18.500   80.000       0.0000
 18.500   80.250       0.0000
 18.500   80.500       0.0000
 18.500   80.750       0.0000
 18.500   81.000      10.1223
 18.500   81.250       4.8986
 18.500   81.500       2.1399
 18.500   81.750       2.7743
 18.500   82.000       3.7951
 18.500   82.250       9.9057
 18.500   82.500       5.6680
 18.500   82.750       2.0122
 18.500   83.000       0.0000
 18.500   83.250       9.3594
 18.500   83.500      13.4546
 18.500   83.750      13.6102
 18.500   84.000       2.2470
 18.500   84.250       0.0000
 18.500   84.500       0.0000
 18.500   84.750       0.0000
 18.500   85.000       0.0000
 18.500   85.250       0.0000
 18.500   85.500       0.0000
 18.500   85.750       0.0000
 18.500   86.000       0.0000
 18.500   86.250       0.0000
 18.500   86.500       0.0000
 18.500   86.750       0.0000
 18.500   87.000       0.0000
 18.750   74.000      37.2360
 18.750   74.250      28.6342
 18.750   74.500      25.9353
 18.750   74.750      18.6380
 18.750   75.000      12.4750
 18.750   75.250      19.7167
 18.750   75.500      24.9141
 18.750   75.750      19.8606
 18.750   76.000      13.9624
 18.750   76.250       9.4972
 18.750   76.500       6.1429
 18.750   76.750       4.9412
 18.750   77.000       3.9180
 18.750   77.250       2.9045
 18.750   77.500       1.9952
 18.750   77.750       3.1399
 18.750   78.000       5.7322
 18.750   78.250       1.7534
 18.750   78.500       1.0403
 18.750   78.750       0.0000
 18.750   79.000       0.0000
 18.750   79.250       0.0000
 18.750   79.500       0.0000
 18.750   79.750       0.0000
 18.750   80.000       0.0000
 18.750   80.250       0.0000
 18.750   80.500       0.0000
 18.750   80.750       0.0000
 18.750   81.000      13.0604
 18.750   81.250       0.0000
 18.750   81.500       9.8849
 18.750   81.750       1.2539
 18.750   82.000       0.9935
 18.750   82.250       0.0000
 18.750   82.500       3.3635
 18.750   82.750       5.2293
 18.750   83.000      15.2750
 18.750   83.250      42.5352
 18.750   83.500      43.7189
 18.750   83.750      33.7273
 18.750   84.000       7.6981
 18.750   84.250       0.3013
 18.750   84.500       0.0000
 18.750   84.750       0.0000
 18.750   85.000       0.0000
 18.750   85.250       0.0000
 18.750   85.500       0.0000
 18.750   85.750       0.0000
 18.750   86.000       0.0000
 18.750   86.250       0.0000
 18.750   86.500       0.0000
 18.750   86.750       0.0000
 18.750   87.000       0.0000
 19.000   74.000      48.4185
 19.000   74.250      23.6892
 19.000   74.500      28.3262
 19.000   74.750      25.0352
 19.000   75.000       0.3072
 19.000   75.250      22.2309
 19.000   75.500      24.3461
 19.000   75.750      22.4850
 19.000   76.000      14.0156
 19.000   76.250      14.2888
 19.000   76.500      10.1142
 19.000   76.750       7.4665
 19.000   77.000       9.8414
 19.000   77.250      13.8722
 19.000   77.500       6.4378
 19.000   77.750       5.9651
 19.000   78.000       2.1505
 19.000   78.250       2.8091
 19.000   78.500       1.3232
 19.000   78.750       0.0000
 19.000   79.000       0.6225
 19.000   79.250       0.8131
 19.000   79.500       0.0000
 19.000   79.750       0.0000
 19.000   80.000       6.8711
 19.000   80.250       4.1862
 19.000   80.500       1.7791
 19.000   80.750       1.0705
 19.000   81.000       2.0012
 19.000   81.250       9.7528
 19.000   81.500      17.6070
 19.000   81.750       5.6412
 19.000   82.000       0.0000
 19.000   82.250       0.0000
 19.000   82.500       1.4721
 19.000   82.750      10.9119
 19.000   83.000      49.3231
 19.000   83.250      46.2686
 19.000   83.500      26.3232
 19.000   83.750      15.0549
 19.000   84.000       1.8377
 19.000   84.250       3.9269
 19.000   84.500       0.0000
 19.000   84.750       0.0000
 19.000   85.000       0.0000
 19.000   85.250       0.0000
 19.000   85.500       0.0000
 19.000   85.750       0.0000
 19.000   86.000       0.0000
 19.000   86.250       0.0000
 19.000   86.500       0.0000
 19.000   86.750       0.0000
 19.000   87.000       0.0000
 19.250   74.000      42.1709
 19.250   74.250      13.7971
 19.250   74.500      15.6826
 19.250   74.750       3.1693
 19.250   75.000       0.0000
 19.250   75.250      20.7904
 19.250   75.500      24.4055
 19.250   75.750      29.7828
 19.250   76.000      23.5950
 19.250   76.250      10.2255
 19.250   76.500      11.0923
 19.250   76.750      10.4845
 19.250   77.000       9.2993
 19.250   77.250       8.7231
 19.250   77.500       8.3070
 19.250   77.750       8.4488
 19.250   78.000       3.5405
 19.250   78.250       0.5029
 19.250   78.500       0.0000
 19.250   78.750       2.5064
 19.250   79.000       4.2507
 19.250   79.250       2.9992
 19.250   79.500       0.0000
 19.250   79.750       3.1912
 19.250   80.000       8.1499
 19.250   80.250       7.6310
 19.250   80.500       2.1702
 19.250   80.750       0.7038
 19.250   81.000       0.0000
 19.250   81.250      17.1155
 19.250   81.500      10.7429
 19.250   81.750       4.8621
 19.250   82.000       1.1177
 19.250   82.250       0.0000
 19.250   82.500       0.0000
 19.250   82.750      13.8076
 19.250   83.000      31.9765
 19.250   83.250      15.9439
 19.250   83.500      10.1844
 19.250   83.750       6.2210
 19.250   84.000       6.1468
 19.250   84.250       0.6728
 19.250   84.500       0.0000
 19.250   84.750       0.0000
 19.250   85.000       0.0000
 19.250   85.250       0.0000
 19.250   85.500       0.0000
 19.250   85.750       0.0000
 19.250   86.000       0.0000
 19.250   86.250       0.0000
 19.250   86.500       0.0000
 19.250   86.750       0.0000
 19.250   87.000       0.0000
 19.500   74.000      29.1507
 19.500   74.250      18.6327
 19.500   74.500      10.7797
 19.500   74.750       3.7307
 19.500   75.000       1.3668
 19.500   75.250      10.9129
 19.500   75.500      15.9856
 19.500   75.750      15.0982
 19.500   76.000      20.0578
 19.500   76.250      23.3346
 19.500   76.500       6.0443
 19.500   76.750      15.5199
 19.500   77.000      14.2587
 19.500   77.250       9.0412
 19.500   77.500       6.6653
 19.500   77.750      13.8795
 19.500   78.000       6.1266
 19.500   78.250       6.4021
 19.500   78.500       2.3415
 19.500   78.750       4.8748
 19.500   79.000       4.6202
 19.500   79.250       5.4030
 19.500   79.500       1.2926
 19.500   79.750       0.8830
 19.500   80.000       3.8345
 19.500   80.250       1.9415
 19.500   80.500       0.0000
 19.500   80.750       0.0000
 19.500   81.000       0.0000
 19.500   81.250       0.0000
 19.500   81.500       0.0000
 19.500   81.750       0.0000
 19.500   82.000       0.0000
 19.500   82.250       0.0000
 19.500   82.500       0.0000
 19.500   82.750       2.0107
 19.500   83.000       1.3538
 19.500   83.250       4.0318
 19.500   83.500       3.3301
 19.500   83.750       6.5164
 19.500   84.000      17.3738
 19.500   84.250       5.5257
 19.500   84.500       0.0000
 19.500   84.750       0.0000
 19.500   85.000       0.0000
 19.500   85.250       0.0000
 19.500   85.500       0.0000
 19.500   85.750       0.0000
 19.500   86.000       0.0000
 19.500   86.250       0.0000
 19.500   86.500       0.0000
 19.500   86.750       0.0000
 19.500   87.000       0.0000
 19.750   74.000      20.1026
 19.750   74.250      16.0996
 19.750   74.500      10.9931
 19.750   74.750       7.5577
 19.750   75.000       5.6582
 19.750   75.250       7.3985
 19.750   75.500       7.2040
 19.750   75.750      10.1937
 19.750   76.000       8.2610
 19.750   76.250       4.3949
 19.750   76.500       7.4919
 19.750   76.750      18.6880
 19.750   77.000      14.9090
 19.750   77.250      16.5475
 19.750   77.500       9.9333
 19.750   77.750       4.7923
 19.750   78.000       5.9125
 19.750   78.250       5.7832
 19.750   78.500       6.7062
 19.750   78.750       7.8486
 19.750   79.000       2.7886
 19.750   79.250       0.0000
 19.750   79.500       0.0000
 19.750   79.750       0.0000
 19.750   80.000       0.0000
 19.750   80.250       0.0000
 19.750   80.500       0.0000
 19.750   80.750       0.0000
 19.750   81.000       0.0000
 19.750   81.250       0.0000
 19.750   81.500       2.6957
 19.750   81.750       2.9079
 19.750   82.000       2.9977
 19.750   82.250       0.0000
 19.750   82.500       0.0000
 19.750   82.750       0.0000
 19.750   83.000       0.3584
 19.750   83.250       0.0000
 19.750   83.500       0.0000
 19.750   83.750      25.8063
 19.750   84.000      47.8606
 19.750   84.250      19.2253
 19.750   84.500       0.0000
 19.750   84.750       0.0000
 19.750   85.000       0.4035
 19.750   85.250       0.0000
 19.750   85.500       0.0000
 19.750   85.750       0.0000
 19.750   86.000       0.0000
 19.750   86.250       0.0000
 19.750   86.500       0.0802
 19.750   86.750       0.0000
 19.750   87.000       0.0000
 20.000   74.000      34.5485
 20.000   74.250      13.1749
 20.000   74.500       6.3720
 20.000   74.750       5.5792
 20.000   75.000       2.7853
 20.000   75.250       1.4977
 20.000   75.500       1.2810
 20.000   75.750       4.4108
 20.000   76.000       5.5757
 20.000   76.250       0.9539
 20.000   76.500       9.4163
 20.000   76.750       3.9336
 20.000   77.000       4.8622
 20.000   77.250       3.8649
 20.000   77.500       4.1715
 20.000   77.750       3.3308
 20.000   78.000       4.4672
 20.000   78.250       3.6578
 20.000   78.500       2.5379
 20.000   78.750       1.7531
 20.000   79.000       0.0000
 20.000   79.250       0.0000
 20.000   79.500       0.0000
 20.000   79.750       0.0000
 20.000   80.000       1.4385
 20.000   80.250       0.0000
 20.000   80.500       0.0000
 20.000   80.750       0.0000
 20.000   81.000       0.0000
 20.000   81.250       0.0000
 20.000   81.500       0.8333
 20.000   81.750       2.6026
 20.000   82.000       4.9680
 20.000   82.250       3.7310
 20.000   82.500       0.0000
 20.000   82.750       0.1840
 20.000   83.000       0.9377
 20.000   83.250       0.3940
 20.000   83.500       0.0000
 20.000   83.750       0.0000
 20.000   84.000      19.0979
 20.000   84.250      23.7846
 20.000   84.500       0.9892
 20.000   84.750       0.4790
 20.000   85.000       2.2716
 20.000   85.250       0.0000
 20.000   85.500       0.0000
 20.000   85.750       0.0000
 20.000   86.000       0.0000
 20.000   86.250       0.0000
 20.000   86.500       0.0000
 20.000   86.750       0.0000
 20.000   87.000       0.0000
 20.250   74.000      36.6782
 20.250   74.250       6.1086
 20.250   74.500       4.2466
 20.250   74.750       4.5392
 20.250   75.000       2.0094
 20.250   75.250       1.3143
 20.250   75.500       1.1711
 20.250   75.750       1.6624
 20.250   76.000       6.1777
 20.250   76.250       3.1232
 20.250   76.500       0.7736
 20.250   76.750       0.9773
 20.250   77.000       0.0370
 20.250   77.250       2.2245
 20.250   77.500       1.9493
 20.250   77.750       1.6465
 20.250   78.000       1.5948
 20.250   78.250       1.6323
 20.250   78.500       1.6511
 20.250   78.750       3.1174
 20.250   79.000       0.4708
 20.250   79.250       0.0000
 20.250   79.500       0.0000
 20.250   79.750       2.3024
 20.250   80.000       0.0000
 20.250   80.250       1.2874
 20.250   80.500       0.0000
 20.250   80.750       0.0000
 20.250   81.000       0.0000
 20.250   81.250       0.0000
 20.250   81.500       0.0000
 20.250   81.750       0.0000
 20.250   82.000       1.1800
 20.250   82.250       1.5776
 20.250   82.500       4.1794
 20.250   82.750       0.0000
 20.250   83.000       0.0000
 20.250   83.250       0.4039
 20.250   83.500       3.0363
 20.250   83.750      12.2119
 20.250   84.000       3.4160
 20.250   84.250      18.4614
 20.250   84.500       2.7009
 20.250   84.750       3.1334
 20.250   85.000       1.7442
 20.250   85.250       0.0000
 20.250   85.500       0.0000
 20.250   85.750       0.0000
 20.250   86.000       0.0000
 20.250   86.250       0.0000
 20.250   86.500       0.0000
 20.250   86.750       0.0000
 20.250   87.000       0.0000
 20.500   74.000      33.2876
 20.500   74.250       5.6610
 20.500   74.500       1.2727
 20.500   74.750       3.0684
 20.500   75.000       1.1693
 20.500   75.250       0.0000
 20.500   75.500       0.0000
 20.500   75.750       0.0000
 20.500   76.000       5.4271
 20.500   76.250       5.3536
 20.500   76.500       7.0553
 20.500   76.750       3.0433
 20.500   77.000       2.8885
 20.500   77.250       4.1123
 20.500   77.500       2.6276
 20.500   77.750       2.0661
 20.500   78.000       2.3430
 20.500   78.250       1.6117
 20.500   78.500       1.8894
 20.500   78.750       0.0000
 20.500   79.000       0.0000
 20.500   79.250       0.0000
 20.500   79.500       0.0000
 20.500   79.750       0.0000
 20.500   80.000       0.0000
 20.500   80.250       0.0000
 20.500   80.500       0.0000
 20.500   80.750       0.0000
 20.500   81.000       0.0000
 20.500   81.250       0.0000
 20.500   81.500       0.0000
 20.500   81.750       0.0000
 20.500   82.000       0.0000
 20.500   82.250       0.0000
 20.500   82.500       3.5908
 20.500   82.750       0.6514
 20.500   83.000       0.0000
 20.500   83.250       0.5977
 20.500   83.500       6.5161
 20.500   83.750      12.2922
 20.500   84.000       0.5391
 20.500   84.250       0.3479
 20.500   84.500       0.5537
 20.500   84.750       2.0623
 20.500   85.000       6.6085
 20.500   85.250       0.0000
 20.500   85.500       0.0000
 20.500   85.750       0.0000
 20.500   86.000       0.0000
 20.500   86.250       0.0000
 20.500   86.500       0.0000
 20.500   86.750       0.0000
 20.500   87.000       0.0000
 20.750   74.000       1.0162
 20.750   74.250      22.1915
 20.750   74.500      23.3013
 20.750   74.750       2.0401
 20.750   75.000       1.2575
 20.750   75.250       0.0000
 20.750   75.500       0.0000
 20.750   75.750       0.0000
 20.750   76.000       0.0000
 20.750   76.250       4.9269
 20.750   76.500      14.0878
 20.750   76.750       6.6259
 20.750   77.000       5.1233
 20.750   77.250       4.2042
 20.750   77.500       3.9240
 20.750   77.750       3.3042
 20.750   78.000       3.5775
 20.750   78.250       1.9145
 20.750   78.500       0.0000
 20.750   78.750       0.0000
 20.750   79.000       1.5296
 20.750   79.250       0.0000
 20.750   79.500       0.0000
 20.750   79.750       0.0000
 20.750   80.000       0.0000
 20.750   80.250       0.0000
 20.750   80.500       0.0000
 20.750   80.750       0.0000
 20.750   81.000       0.0000
 20.750   81.250       0.0000
 20.750   81.500       0.0000
 20.750   81.750       0.0000
 20.750   82.000       0.0000
 20.750   82.250       1.0459
 20.750   82.500      12.4451
 20.750   82.750      24.2405
 20.750   83.000       6.6718
 20.750   83.250       0.4979
 20.750   83.500       0.2820
 20.750   83.750       0.6786
 20.750   84.000       7.4194
 20.750   84.250       4.6020
 20.750   84.500       4.3188
 20.750   84.750      21.8645
 20.750   85.000      32.3349
 20.750   85.250       0.9581
 20.750   85.500       4.5793
 20.750   85.750       4.6415
 20.750   86.000       3.5978
 20.750   86.250       1.9437
 20.750   86.500       0.0000
 20.750   86.750       0.0000
 20.750   87.000       0.0000
 21.000   74.000       0.0000
 21.000   74.250       1.5389
 21.000   74.500       0.6994
 21.000   74.750       2.8533
 21.000   75.000       4.5842
 21.000   75.250       0.0000
 21.000   75.500       0.0000
 21.000   75.750       0.0000
 21.000   76.000       0.0000
 21.000   76.250       1.4491
 21.000   76.500       5.9934
 21.000   76.750       8.6535
 21.000   77.000       4.5913
 21.000   77.250       4.3984
 21.000   77.500       6.1026
 21.000   77.750       4.5220
 21.000   78.000       5.6046
 21.000   78.250       4.9285
 21.000   78.500       7.3911
 21.000   78.750       0.0000
 21.000   79.000       0.0000
 21.000   79.250       0.0000
 21.000   79.500       0.0000
 21.000   79.750       2.6977
 21.000   80.000       2.3298
 21.000   80.250       0.0000
 21.000   80.500       0.0000
 21.000   80.750       0.0000
 21.000   81.000       0.0000
 21.000   81.250       0.0000
 21.000   81.500       0.0000
 21.000   81.750       0.0000
 21.000   82.000       0.0000
 21.000   82.250       3.9027
 21.000   82.500      18.3261
 21.000   82.750      13.2294
 21.000   83.000      19.7774
 21.000   83.250      18.5540
 21.000   83.500      11.8262
 21.000   83.750       3.6067
 21.000   84.000      16.1816
 21.000   84.250       7.5718
 21.000   84.500      18.6296
 21.000   84.750       5.7953
 21.000   85.000       1.3366
 21.000   85.250       6.4988
 21.000   85.500      19.7824
 21.000   85.750      28.1591
 21.000   86.000      24.9708
 21.000   86.250      13.1758
 21.000   86.500      12.6836
 21.000   86.750       0.0000
 21.000   87.000       0.0000
 21.250   74.000       0.0000
 21.250   74.250       0.0000
 21.250   74.500       1.3444
 21.250   74.750       5.1779
 21.250   75.000       7.9240
 21.250   75.250       8.9943
 21.250   75.500       1.6754
 21.250   75.750       0.0000
 21.250   76.000       0.8724
 21.250   76.250       1.0847
 21.250   76.500       3.7193
 21.250   76.750       7.2579
 21.250   77.000       6.6527
 21.250   77.250      14.8348
 21.250   77.500      18.1778
 21.250   77.750      19.1514
 21.250   78.000      12.5040
 21.250   78.250      10.7225
 21.250   78.500       7.6329
 21.250   78.750       3.9021
 21.250   79.000       0.0000
 21.250   79.250       0.9845
 21.250   79.500       1.1470
 21.250   79.750       2.4981
 21.250   80.000       1.1381
 21.250   80.250       0.0329
 21.250   80.500       0.0000
 21.250   80.750       0.0000
 21.250   81.000       0.9289
 21.250   81.250       5.5404
 21.250   81.500       0.0000
 21.250   81.750       0.0000
 21.250   82.000       0.0000
 21.250   82.250       0.0000
 21.250   82.500       1.0197
 21.250   82.750       2.1234
 21.250   83.000       8.9058
 21.250   83.250      30.5658
 21.250   83.500      11.6613
 21.250   83.750       6.1170
 21.250   84.000       7.0124
 21.250   84.250      23.6413
 21.250   84.500      25.8719
 21.250   84.750       0.0000
 21.250   85.000       6.9380
 21.250   85.250      17.3090
 21.250   85.500      33.9260
 21.250   85.750      26.1881
 21.250   86.000      27.8030
 21.250   86.250      38.2072
 21.250   86.500      62.3878
 21.250   86.750       7.3050
 21.250   87.000       0.0000
 21.500   74.000       0.0000
 21.500   74.250       0.4309
 21.500   74.500       1.0720
 21.500   74.750       3.1924
 21.500   75.000       8.1126
 21.500   75.250       6.5337
 21.500   75.500       4.0229
 21.500   75.750       1.2093
 21.500   76.000       6.5562
 21.500   76.250       8.8179
 21.500   76.500       7.8411
 21.500   76.750       3.8032
 21.500   77.000       2.3476
 21.500   77.250      28.8190
 21.500   77.500      33.8582
 21.500   77.750      44.1197
 21.500   78.000      14.5571
 21.500   78.250       2.2743
 21.500   78.500       7.7806
 21.500   78.750       4.2394
 21.500   79.000       2.1152
 21.500   79.250       3.4941
 21.500   79.500       6.6680
 21.500   79.750       4.1862
 21.500   80.000       7.5924
 21.500   80.250       6.6175
 21.500   80.500       0.0000
 21.500   80.750       0.0000
 21.500   81.000       1.6785
 21.500   81.250       2.2133
 21.500   81.500       0.0000
 21.500   81.750       0.0000
 21.500   82.000       0.0000
 21.500   82.250       0.0000
 21.500   82.500       2.4725
 21.500   82.750       1.7304
 21.500   83.000       1.0679
 21.500   83.250       7.4383
 21.500   83.500       2.4822
 21.500   83.750       2.3912
 21.500   84.000       4.6976
 21.500   84.250       9.1542
 21.500   84.500       4.9325
 21.500   84.750       4.9927
 21.500   85.000      20.8844
 21.500   85.250      20.1204
 21.500   85.500      32.8975
 21.500   85.750      31.7713
 21.500   86.000      27.4102
 21.500   86.250      29.2014
 21.500   86.500      43.2595
 21.500   86.750      34.4010
 21.500   87.000       0.0000
 21.750   74.000       0.0000
 21.750   74.250       0.3978
 21.750   74.500       0.6824
 21.750   74.750       2.5766
 21.750   75.000       7.5724
 21.750   75.250       8.5868
 21.750   75.500       7.4545
 21.750   75.750       7.5383
 21.750   76.000       7.5044
 21.750   76.250       7.6404
 21.750   76.500       9.7965
 21.750   76.750       3.4442
 21.750   77.000       1.3364
 21.750   77.250       0.6722
 21.750   77.500       2.3729
 21.750   77.750       3.5761
 21.750   78.000       0.0000
 21.750   78.250       2.9017
 21.750   78.500       7.0173
 21.750   78.750       4.2723
 21.750   79.000       4.7279
 21.750   79.250       3.8533
 21.750   79.500       7.4477
 21.750   79.750       4.7430
 21.750   80.000       6.5037
 21.750   80.250       9.1245
 21.750   80.500       2.8085
 21.750   80.750       1.4290
 21.750   81.000       0.0000
 21.750   81.250       3.4502
 21.750   81.500       0.0000
 21.750   81.750       0.0000
 21.750   82.000       0.0000
 21.750   82.250       0.0000
 21.750   82.500       0.0000
 21.750   82.750      21.7628
 21.750   83.000       5.6903
 21.750   83.250       3.3542
 21.750   83.500       1.7131
 21.750   83.750       0.0000
 21.750   84.000       2.0265
 21.750   84.250       1.9227
 21.750   84.500       9.3264
 21.750   84.750      12.0134
 21.750   85.000      19.4181
 21.750   85.250      25.6442
 21.750   85.500      32.0093
 21.750   85.750      27.8443
 21.750   86.000      15.7763
 21.750   86.250      10.1892
 21.750   86.500      23.1994
 21.750   86.750      33.6437
 21.750   87.000       0.0000
 22.000   74.000       0.0000
 22.000   74.250       0.0000
 22.000   74.500       0.0000
 22.000   74.750       0.4532
 22.000   75.000       3.1876
 22.000   75.250       2.5866
 22.000   75.500       2.8390
 22.000   75.750       7.1960
 22.000   76.000       5.5419
 22.000   76.250       4.8519
 22.000   76.500       1.5985
 22.000   76.750       1.7993
 22.000   77.000       3.2484
 22.000   77.250       6.0800
 22.000   77.500       4.5423
 22.000   77.750       1.6458
 22.000   78.000       1.9275
 22.000   78.250       1.7857
 22.000   78.500       5.0975
 22.000   78.750       9.5643
 22.000   79.000       8.0842
 22.000   79.250       5.0153
 22.000   79.500       4.4704
 22.000   79.750       1.8690
 22.000   80.000       1.4051
 22.000   80.250       9.0114
 22.000   80.500      10.2178
 22.000   80.750      10.8008
 22.000   81.000       5.3224
 22.000   81.250       0.0000
 22.000   81.500       0.0000
 22.000   81.750       0.0000
 22.000   82.000       0.0000
 22.000   82.250       0.0000
 22.000   82.500       0.0000
 22.000   82.750       0.0000
 22.000   83.000       0.0000
 22.000   83.250       2.3461
 22.000   83.500       5.5148
 22.000   83.750       0.0000
 22.000   84.000       0.0000
 22.000   84.250       9.6966
 22.000   84.500      27.1737
 22.000   84.750      18.7694
 22.000   85.000       6.5354
 22.000   85.250      11.7572
 22.000   85.500      49.5019
 22.000   85.750      19.8161
 22.000   86.000       7.0652
 22.000   86.250       6.4583
 22.000   86.500       8.3423
 22.000   86.750      13.0637
 22.000   87.000       2.8862

------------------------------------------------
Subject: error with grid stat config
From: John Halley Gotway
Time: Thu Jan 08 10:28:40 2015

Geeta,

Each log message from the MET tools is categorized by type.  The
mismatch
in timing information is a warning message, not an error:
   WARNING: process_scores() -> Forecast and observation valid times
do not
match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
APCP_24(*,*).

Grid-Stat will still compute output statistics when the times aren't
exactly the same, but it warns you about the difference.

Here's the error your getting which is causing Grid-Stat to exit:
   ERROR  : open_txt_file()-> can't open the output file
"out/grid_stat_270000L_20110602_030000V.stat" for writing!

It probably can't create that output file because the "out" directory
doesn't exist.

Just create that directory using "mkdir out" and try running Grid-Stat
again.

Regarding the timing information in the NetCDF variable attributes...
   APCP_24:init_time_ut = 1306886400 ;
"ut" stands for UNIX time, which is the number of seconds since Jan 1,
1970.  It's a convenient way of storing timing information since it's
easy
to add/subtract.  You can use the UNIX date command to convert
back/forth
between unix time and time strings:

# Convert unix time to ymd_hms
date -ud '1970-01-01 UTC '1306886400' seconds' +%Y%m%d_%H%M%S
20110601_000000

# Convert ymd_hms to unix
date -ud ''2011-06-01' UTC '00:00:00'' +%s
1306886400

Regarding TRMM data, it may be easier to work with the binary data and
use
the trmmbin2nc.R script described on this page:
   http://www.dtcenter.org/met/users/downloads/observation_data.php

You'd just follow the TRMM binary links to either the 3 or 24-hour
accumulations, save the files, and run them through that script.
That's
probably faster and easier than trying to get an ASCII dump.  That
Rscript
can also subset the TRMM data if you'd like.  Look for the section of
it
titled:
   # Output domain specification
There you can define the lat/lon's you'd like included in the output.

Hope that helps.

Thanks,
John


On Thu, Jan 8, 2015 at 10:10 AM, Geeta Geeta via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231 >
>
> Hi John.
> I have done 2 things.
> 1. run grid stat with the obs-data file as obs-02jun2011.nc.
> This gave me error
> aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh
>
> *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> observation ***
> DEBUG 1: Default Config File:
>
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> DEBUG 1: User Config File: ./GridStatConfig_V5
> GSL_RNG_TYPE=mt19937
> GSL_RNG_SEED=2830544468
> DEBUG 1: Forecast File: ./test_fcst.nc
> DEBUG 1: Observation File: ../trmm_to_nc/obs-02jun2011.nc
> WARNING:
> WARNING: process_scores() -> Forecast and observation valid times do
not
> match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
> APCP_24(*,*).
> WARNING:
> ERROR  :
> ERROR  : open_txt_file()-> can't open the output file
> "out/grid_stat_270000L_20110602_030000V.stat" for writing!
>
> 2. So there is mismatch in the valid times of the FCST and OBS file.
> for this I converted the obs-02jun2011.nc file to TXT, EDITED (for
valid
> time) and RECONVERTED to NC. by the foloowing commands.
>
> a).. ncdump obs-02jun2011.nc >obs_converted-02jun2011.txt
> b...) aditya at agniilap:~/geeta/installs/met/trmm_to_nc$ vi
> obs_converted-02jun2011.txt
> aditya at agniilap:~/geeta/installs/met/trmm_to_nc$ ncgen -b -o
> obs-02jun2011_latest.nc obs_converted-02jun2011.txt
> Then ran grid stat again.
> aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh
>
> *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> observation ***
> DEBUG 1: Default Config File:
>
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> DEBUG 1: User Config File: ./GridStatConfig_V5
> GSL_RNG_TYPE=mt19937
> GSL_RNG_SEED=95989332
> DEBUG 1: Forecast File: ./test_fcst.nc
> DEBUG 1: Observation File: ../trmm_to_nc/obs-02jun2011_latest.nc
> WARNING:
> WARNING: process_scores() -> Forecast and observation valid times do
not
> match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
> APCP_24(*,*).
> WARNING:
> ERROR  :
> ERROR  : open_txt_file()-> can't open the output file
> "out/grid_stat_270000L_20110602_030000V.stat" for writing!
> ERROR  :
> Got Similar ERROR ???????.
>
> 3. Another thing, what is this variable???. I subtracted the two
values
> and in the case of FCST I am getting 27 and in case of OBSNS, I get
24.
>
>         APCP_24:init_time_ut = 1306886400 ;
>
> Kindly explain. I m sending U all the files.
> Geeta
>
>
> From: geeta124 at hotmail.com
> To: met_help at ucar.edu
> Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
> Date: Thu, 8 Jan 2015 21:52:02 +0530
>
>
>
>
> Hi John.
> I changed the name of the variable in CONFIG file. But now I got
error due
> to the mismatch in the timings of the data.
>
> Pls let me know what needs to be done now. ................
>
> aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$ ./grid_stat1.sh
>
> *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> observation ***
> DEBUG 1: Default Config File:
>
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> DEBUG 1: User Config File: ./GridStatConfig_V5
> GSL_RNG_TYPE=mt19937
> GSL_RNG_SEED=4289572436
> DEBUG 1: Forecast File: ./test_fcst.nc
> DEBUG 1: Observation File: ../trmm_to_nc/mync-02jun2011.nc
> WARNING:
> WARNING: process_scores() -> Forecast and observation valid times do
not
> match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
> APCP_24(*,*).
> WARNING:
> ERROR  :
> ERROR  : open_txt_file()-> can't open the output file
> "out/grid_stat_270000L_20110602_030000V.stat" for writing!
> ERROR  :
>
> Geeta
>
>
> From: geeta124 at hotmail.com
> To: met_help at ucar.edu
> Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
> Date: Thu, 8 Jan 2015 10:28:03 +0530
>
>
>
>
> thanks John. I ll try otherwise will revert back to you. The issue
of TRMM
> downloads from the two websites is still NOT sorted out. Can u help
me in
> this regard???
> Geeta
>
> > Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat config
> > From: met_help at ucar.edu
> > To: geeta124 at hotmail.com
> > Date: Wed, 7 Jan 2015 15:02:06 -0700
> >
> > Geeta,
> >
> > I'll respond to your most recent question... just let me know if
you've
> > already figured out your earlier question or are still having
trouble.
> >
> > This one is pretty easy.  In the config file, you were telling
Grid-Stat
> to
> > look for NetCDF variables named "APCP".  But running "ncdump -h"
on those
> > files reveals that the variables are named "APCP_24".  Just edit
your
> > GridStatConfig_V5 file by switching "APCP" to "APCP_24" and rerun.
That
> > should fix the problem.
> >
> > Thanks,
> > John
> >
> > On Wed, Jan 7, 2015 at 10:05 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231 >
> > >
> > > Hi John.
> > > Kindly see if it runs. I am sending you my data and other
things.
> > > I got this error now.
> > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> > >
> > > *** Running Grid-Stat on APCP using netCDF input for both
forecast and
> > > observation ***
> > > DEBUG 1: Default Config File:
> > >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > DEBUG 1: User Config File: ./GridStatConfig_V5
> > > GSL_RNG_TYPE=mt19937
> > > GSL_RNG_SEED=2640751956
> > > DEBUG 1: Forecast File: ./test_fcst.nc
> > > DEBUG 1: Observation File: ../trmm_to_nc/mync-02jun2011.nc
> > > WARNING:
> > > WARNING: process_scores() -> APCP(*,*) not found in file: ./
> test_fcst.nc
> > > WARNING:
> > > DEBUG 2:
> > > DEBUG 2:
> > >
>
--------------------------------------------------------------------------------
> > > DEBUG 2:
> > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > >
> > >
> > >
> > > From: geeta124 at hotmail.com
> > > To: met_help at ucar.edu
> > > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > Date: Wed, 7 Jan 2015 22:14:27 +0530
> > >
> > >
> > >
> > >
> > > Hi John.
> > > I m facing a number of problems.
> > > The link (
> > >
> http://gdata1.sci.gsfc.nasa.gov/daac-
bin/G3/gui.cgi?instance_id=TRMM_3B42_Daily
> )
> > > when i use to Download the ascii TRMM data. For example I want
to
> download
> > > for the region 9-22N/74-87E.
> > > On selecting this region, I get the data for 9.125-
21.875/73.375-87.125
> > > etc. I mean I never get the data for the above region.
> > >  But I was able to run trmm2nc.R script and it gave me data in
nc
> format.
> > > But after this, grid stat gave me the error. because both the
grids
> were
> > > not matching.
> > >
> > > 2. Then I searched for another link and I came across
> > >
http://disc2.nascom.nasa.gov/Giovanni/tovas/TRMM_V7.3B42_daily.2.shtml
> > > where I got the data for the above domain.
> > > then the error came in ruuning the R script.
> > >  I copied the header from the above file and pasted on this one
and
> then
> > > converted into nc. (sending you the files)).
> > > Now I got this error.
> > > Pls look into the matter.
> > >
> > > I copied the TEXT header of file1 onto the file2. So cud run
Rscript.
> > > but after that grid stat gave me error.
> > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> > >
> > > *** Running Grid-Stat on APCP using netCDF input for both
forecast and
> > > observation ***
> > > DEBUG 1: Default Config File:
> > >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > DEBUG 1: User Config File: ./GridStatConfig_V5
> > > ERROR  :
> > > ERROR  : process_command_line() -> The forecast and observation
grids
> do
> > > not match: Projection: Lat/Lon Nx: 53 Ny: 53 lat_ll: 9.000
lon_ll:
> -74.000
> > > delta_lat: 0.250 delta_lon: 0.250 != Projection: Lat/Lon Nx: 53
Ny: 53
> > > lat_ll: 9.125 lon_ll: -74.125 delta_lat: 0.250 delta_lon: 0.250
> > > ERROR  :
> > >
> > > Pls help me.
> > > Geeta
> > >
> > >
> > > From: geeta124 at hotmail.com
> > > To: met_help at ucar.edu
> > > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > Date: Wed, 7 Jan 2015 19:44:01 +0530
> > >
> > >
> > >
> > >
> > >
> > > Hi John and Julie.
> > > happy New Yr. and Thanks
> > > I could run the R script  and it converted the data into nc
format.
> > > But I have another query. If I have binary data which would be
global
> data
> > > then how will go about converting it into NC format keeping in
mind
> that I
> > > have model runs for a regional domain.
> > >
> > > Now the 2nd Problem.
> > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> > >
> > > *** Running Grid-Stat on APCP using netCDF input for both
forecast and
> > > observation ***
> > > DEBUG 1: Default Config File:
> > >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > DEBUG 1: User Config File: ./GridStatConfig_V5
> > > ERROR  :
> > > ERROR  : GridStatConfInfo::process_config() -> when verifying
using
> > > multi-category contingency tables, the thresholds must be
monotonically
> > > increasing and be of the same inequality type (lt, le, gt, or
ge).
> > > ERROR  :
> > > Conuld nt get this variable Process_config in the CONFIG file.
> > >
> > >
> > > I m sending U all my data n config file.
> > > regards
> > > Geeta
> > > > Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > > From: met_help at ucar.edu
> > > > To: geeta124 at hotmail.com
> > > > Date: Tue, 6 Jan 2015 13:43:54 -0700
> > > >
> > > > Geeta,
> > > >
> > > > Are you still having trouble with this configuration file?  In
> METv4.0,
> > > the
> > > > config file language changed a lot to make it more human
readable and
> > > > configurable.  Looks like you were still using the pre-METv4.0
syntax
> > > when
> > > > trying to run METv5.0 executables.  That causes a parsing
error.
> > > >
> > > > I'd suggest that you make a copy of the sample configuration
files
> that
> > > are
> > > > included with the release and then edit them:
> > > >   cd met-5.0
> > > >   cp scripts/config/GridStatConfig_APCP_12 GridStatConfig
> > > >
> > > > And then edit GridStatConfig with your settings:
> > > >
> > > > fcst = {
> > > >    wind_thresh = [ NA ];
> > > >
> > > >    field = [
> > > >       {
> > > >         name       = "APCP_24";
> > > >         level      = [ "(*,*)" ];
> > > >         cat_thresh = [ >0.0, >=5.0 ];
> > > >       }
> > > >    ];
> > > >
> > > > };
> > > > obs = fcst;
> > > >
> > > > Thanks,
> > > > John
> > > >
> > > > On Fri, Jan 2, 2015 at 9:29 AM, Geeta Geeta via RT <
> met_help at ucar.edu>
> > > > wrote:
> > > >
> > > > >
> > > > > Fri Jan 02 09:29:35 2015: Request 70231 was acted upon.
> > > > > Transaction: Ticket created by geeta124 at hotmail.com
> > > > >        Queue: met_help
> > > > >      Subject: error with grid stat config
> > > > >        Owner: Nobody
> > > > >   Requestors: geeta124 at hotmail.com
> > > > >       Status: new
> > > > >  Ticket <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231
> > > >
> > > > >
> > > > >
> > > > > Hi John.
> > > > >
> > > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> ./grid_stat1.sh
> > > > >
> > > > > *** Running Grid-Stat on APCP using netCDF input for both
forecast
> and
> > > > > observation ***
> > > > > DEBUG 1: Default Config File:
> > > > >
>
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > > > DEBUG 1: User Config File: GridStatConfig_APCP_12
> > > > > ERROR  :
> > > > > ERROR  : yyerror() -> syntax error in file
"GridStatConfig_APCP_12"
> > > > > ERROR  :
> > > > > ERROR  :    line   = 48
> > > > > ERROR  :
> > > > > ERROR  :    column = 11
> > > > > ERROR  :
> > > > > ERROR  :    text   = "["
> > > > > ERROR  :
> > > > > ERROR  :
> > > > > ERROR  : fcst_field[] = [ "APCP_24(*,*)" ];
> > > > > ERROR  : __________^_______________________
> > > > > ERROR  :
> > > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > > > > kindly help in correcting the error with config file
> > > > >
> > > > >
> > > >
> > >
> > >
> >
>
>
>

------------------------------------------------
Subject: error with grid stat config
From: Geeta Geeta
Time: Thu Jan 08 10:38:13 2015

thanks So much for your continued support. It RAN finally.
So I need NOT to do all that file conversion processes like TXT->nc
and then again nc_>TXT and then edit etc....


will it run??? I ll try.
Geeta

> Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat config
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Thu, 8 Jan 2015 10:28:40 -0700
>
> Geeta,
>
> Each log message from the MET tools is categorized by type.  The
mismatch
> in timing information is a warning message, not an error:
>    WARNING: process_scores() -> Forecast and observation valid times
do not
> match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
> APCP_24(*,*).
>
> Grid-Stat will still compute output statistics when the times aren't
> exactly the same, but it warns you about the difference.
>
> Here's the error your getting which is causing Grid-Stat to exit:
>    ERROR  : open_txt_file()-> can't open the output file
> "out/grid_stat_270000L_20110602_030000V.stat" for writing!
>
> It probably can't create that output file because the "out"
directory
> doesn't exist.
>
> Just create that directory using "mkdir out" and try running Grid-
Stat
> again.
>
> Regarding the timing information in the NetCDF variable
attributes...
>    APCP_24:init_time_ut = 1306886400 ;
> "ut" stands for UNIX time, which is the number of seconds since Jan
1,
> 1970.  It's a convenient way of storing timing information since
it's easy
> to add/subtract.  You can use the UNIX date command to convert
back/forth
> between unix time and time strings:
>
> # Convert unix time to ymd_hms
> date -ud '1970-01-01 UTC '1306886400' seconds' +%Y%m%d_%H%M%S
> 20110601_000000
>
> # Convert ymd_hms to unix
> date -ud ''2011-06-01' UTC '00:00:00'' +%s
> 1306886400
>
> Regarding TRMM data, it may be easier to work with the binary data
and use
> the trmmbin2nc.R script described on this page:
>    http://www.dtcenter.org/met/users/downloads/observation_data.php
>
> You'd just follow the TRMM binary links to either the 3 or 24-hour
> accumulations, save the files, and run them through that script.
That's
> probably faster and easier than trying to get an ASCII dump.  That
Rscript
> can also subset the TRMM data if you'd like.  Look for the section
of it
> titled:
>    # Output domain specification
> There you can define the lat/lon's you'd like included in the
output.
>
> Hope that helps.
>
> Thanks,
> John
>
>
> On Thu, Jan 8, 2015 at 10:10 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231 >
> >
> > Hi John.
> > I have done 2 things.
> > 1. run grid stat with the obs-data file as obs-02jun2011.nc.
> > This gave me error
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > GSL_RNG_TYPE=mt19937
> > GSL_RNG_SEED=2830544468
> > DEBUG 1: Forecast File: ./test_fcst.nc
> > DEBUG 1: Observation File: ../trmm_to_nc/obs-02jun2011.nc
> > WARNING:
> > WARNING: process_scores() -> Forecast and observation valid times
do not
> > match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
> > APCP_24(*,*).
> > WARNING:
> > ERROR  :
> > ERROR  : open_txt_file()-> can't open the output file
> > "out/grid_stat_270000L_20110602_030000V.stat" for writing!
> >
> > 2. So there is mismatch in the valid times of the FCST and OBS
file.
> > for this I converted the obs-02jun2011.nc file to TXT, EDITED (for
valid
> > time) and RECONVERTED to NC. by the foloowing commands.
> >
> > a).. ncdump obs-02jun2011.nc >obs_converted-02jun2011.txt
> > b...) aditya at agniilap:~/geeta/installs/met/trmm_to_nc$ vi
> > obs_converted-02jun2011.txt
> > aditya at agniilap:~/geeta/installs/met/trmm_to_nc$ ncgen -b -o
> > obs-02jun2011_latest.nc obs_converted-02jun2011.txt
> > Then ran grid stat again.
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > GSL_RNG_TYPE=mt19937
> > GSL_RNG_SEED=95989332
> > DEBUG 1: Forecast File: ./test_fcst.nc
> > DEBUG 1: Observation File: ../trmm_to_nc/obs-02jun2011_latest.nc
> > WARNING:
> > WARNING: process_scores() -> Forecast and observation valid times
do not
> > match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
> > APCP_24(*,*).
> > WARNING:
> > ERROR  :
> > ERROR  : open_txt_file()-> can't open the output file
> > "out/grid_stat_270000L_20110602_030000V.stat" for writing!
> > ERROR  :
> > Got Similar ERROR ???????.
> >
> > 3. Another thing, what is this variable???. I subtracted the two
values
> > and in the case of FCST I am getting 27 and in case of OBSNS, I
get 24.
> >
> >         APCP_24:init_time_ut = 1306886400 ;
> >
> > Kindly explain. I m sending U all the files.
> > Geeta
> >
> >
> > From: geeta124 at hotmail.com
> > To: met_help at ucar.edu
> > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
> > Date: Thu, 8 Jan 2015 21:52:02 +0530
> >
> >
> >
> >
> > Hi John.
> > I changed the name of the variable in CONFIG file. But now I got
error due
> > to the mismatch in the timings of the data.
> >
> > Pls let me know what needs to be done now. ................
> >
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > GSL_RNG_TYPE=mt19937
> > GSL_RNG_SEED=4289572436
> > DEBUG 1: Forecast File: ./test_fcst.nc
> > DEBUG 1: Observation File: ../trmm_to_nc/mync-02jun2011.nc
> > WARNING:
> > WARNING: process_scores() -> Forecast and observation valid times
do not
> > match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
> > APCP_24(*,*).
> > WARNING:
> > ERROR  :
> > ERROR  : open_txt_file()-> can't open the output file
> > "out/grid_stat_270000L_20110602_030000V.stat" for writing!
> > ERROR  :
> >
> > Geeta
> >
> >
> > From: geeta124 at hotmail.com
> > To: met_help at ucar.edu
> > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
> > Date: Thu, 8 Jan 2015 10:28:03 +0530
> >
> >
> >
> >
> > thanks John. I ll try otherwise will revert back to you. The issue
of TRMM
> > downloads from the two websites is still NOT sorted out. Can u
help me in
> > this regard???
> > Geeta
> >
> > > Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > From: met_help at ucar.edu
> > > To: geeta124 at hotmail.com
> > > Date: Wed, 7 Jan 2015 15:02:06 -0700
> > >
> > > Geeta,
> > >
> > > I'll respond to your most recent question... just let me know if
you've
> > > already figured out your earlier question or are still having
trouble.
> > >
> > > This one is pretty easy.  In the config file, you were telling
Grid-Stat
> > to
> > > look for NetCDF variables named "APCP".  But running "ncdump -h"
on those
> > > files reveals that the variables are named "APCP_24".  Just edit
your
> > > GridStatConfig_V5 file by switching "APCP" to "APCP_24" and
rerun.  That
> > > should fix the problem.
> > >
> > > Thanks,
> > > John
> > >
> > > On Wed, Jan 7, 2015 at 10:05 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231
>
> > > >
> > > > Hi John.
> > > > Kindly see if it runs. I am sending you my data and other
things.
> > > > I got this error now.
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> > > >
> > > > *** Running Grid-Stat on APCP using netCDF input for both
forecast and
> > > > observation ***
> > > > DEBUG 1: Default Config File:
> > > >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > > DEBUG 1: User Config File: ./GridStatConfig_V5
> > > > GSL_RNG_TYPE=mt19937
> > > > GSL_RNG_SEED=2640751956
> > > > DEBUG 1: Forecast File: ./test_fcst.nc
> > > > DEBUG 1: Observation File: ../trmm_to_nc/mync-02jun2011.nc
> > > > WARNING:
> > > > WARNING: process_scores() -> APCP(*,*) not found in file: ./
> > test_fcst.nc
> > > > WARNING:
> > > > DEBUG 2:
> > > > DEBUG 2:
> > > >
> >
--------------------------------------------------------------------------------
> > > > DEBUG 2:
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > > >
> > > >
> > > >
> > > > From: geeta124 at hotmail.com
> > > > To: met_help at ucar.edu
> > > > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > > Date: Wed, 7 Jan 2015 22:14:27 +0530
> > > >
> > > >
> > > >
> > > >
> > > > Hi John.
> > > > I m facing a number of problems.
> > > > The link (
> > > >
> > http://gdata1.sci.gsfc.nasa.gov/daac-
bin/G3/gui.cgi?instance_id=TRMM_3B42_Daily
> > )
> > > > when i use to Download the ascii TRMM data. For example I want
to
> > download
> > > > for the region 9-22N/74-87E.
> > > > On selecting this region, I get the data for 9.125-
21.875/73.375-87.125
> > > > etc. I mean I never get the data for the above region.
> > > >  But I was able to run trmm2nc.R script and it gave me data in
nc
> > format.
> > > > But after this, grid stat gave me the error. because both the
grids
> > were
> > > > not matching.
> > > >
> > > > 2. Then I searched for another link and I came across
> > > >
http://disc2.nascom.nasa.gov/Giovanni/tovas/TRMM_V7.3B42_daily.2.shtml
> > > > where I got the data for the above domain.
> > > > then the error came in ruuning the R script.
> > > >  I copied the header from the above file and pasted on this
one and
> > then
> > > > converted into nc. (sending you the files)).
> > > > Now I got this error.
> > > > Pls look into the matter.
> > > >
> > > > I copied the TEXT header of file1 onto the file2. So cud run
Rscript.
> > > > but after that grid stat gave me error.
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> > > >
> > > > *** Running Grid-Stat on APCP using netCDF input for both
forecast and
> > > > observation ***
> > > > DEBUG 1: Default Config File:
> > > >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > > DEBUG 1: User Config File: ./GridStatConfig_V5
> > > > ERROR  :
> > > > ERROR  : process_command_line() -> The forecast and
observation grids
> > do
> > > > not match: Projection: Lat/Lon Nx: 53 Ny: 53 lat_ll: 9.000
lon_ll:
> > -74.000
> > > > delta_lat: 0.250 delta_lon: 0.250 != Projection: Lat/Lon Nx:
53 Ny: 53
> > > > lat_ll: 9.125 lon_ll: -74.125 delta_lat: 0.250 delta_lon:
0.250
> > > > ERROR  :
> > > >
> > > > Pls help me.
> > > > Geeta
> > > >
> > > >
> > > > From: geeta124 at hotmail.com
> > > > To: met_help at ucar.edu
> > > > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > > Date: Wed, 7 Jan 2015 19:44:01 +0530
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Hi John and Julie.
> > > > happy New Yr. and Thanks
> > > > I could run the R script  and it converted the data into nc
format.
> > > > But I have another query. If I have binary data which would be
global
> > data
> > > > then how will go about converting it into NC format keeping in
mind
> > that I
> > > > have model runs for a regional domain.
> > > >
> > > > Now the 2nd Problem.
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> > > >
> > > > *** Running Grid-Stat on APCP using netCDF input for both
forecast and
> > > > observation ***
> > > > DEBUG 1: Default Config File:
> > > >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > > DEBUG 1: User Config File: ./GridStatConfig_V5
> > > > ERROR  :
> > > > ERROR  : GridStatConfInfo::process_config() -> when verifying
using
> > > > multi-category contingency tables, the thresholds must be
monotonically
> > > > increasing and be of the same inequality type (lt, le, gt, or
ge).
> > > > ERROR  :
> > > > Conuld nt get this variable Process_config in the CONFIG file.
> > > >
> > > >
> > > > I m sending U all my data n config file.
> > > > regards
> > > > Geeta
> > > > > Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > > > From: met_help at ucar.edu
> > > > > To: geeta124 at hotmail.com
> > > > > Date: Tue, 6 Jan 2015 13:43:54 -0700
> > > > >
> > > > > Geeta,
> > > > >
> > > > > Are you still having trouble with this configuration file?
In
> > METv4.0,
> > > > the
> > > > > config file language changed a lot to make it more human
readable and
> > > > > configurable.  Looks like you were still using the pre-
METv4.0 syntax
> > > > when
> > > > > trying to run METv5.0 executables.  That causes a parsing
error.
> > > > >
> > > > > I'd suggest that you make a copy of the sample configuration
files
> > that
> > > > are
> > > > > included with the release and then edit them:
> > > > >   cd met-5.0
> > > > >   cp scripts/config/GridStatConfig_APCP_12 GridStatConfig
> > > > >
> > > > > And then edit GridStatConfig with your settings:
> > > > >
> > > > > fcst = {
> > > > >    wind_thresh = [ NA ];
> > > > >
> > > > >    field = [
> > > > >       {
> > > > >         name       = "APCP_24";
> > > > >         level      = [ "(*,*)" ];
> > > > >         cat_thresh = [ >0.0, >=5.0 ];
> > > > >       }
> > > > >    ];
> > > > >
> > > > > };
> > > > > obs = fcst;
> > > > >
> > > > > Thanks,
> > > > > John
> > > > >
> > > > > On Fri, Jan 2, 2015 at 9:29 AM, Geeta Geeta via RT <
> > met_help at ucar.edu>
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > Fri Jan 02 09:29:35 2015: Request 70231 was acted upon.
> > > > > > Transaction: Ticket created by geeta124 at hotmail.com
> > > > > >        Queue: met_help
> > > > > >      Subject: error with grid stat config
> > > > > >        Owner: Nobody
> > > > > >   Requestors: geeta124 at hotmail.com
> > > > > >       Status: new
> > > > > >  Ticket <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231
> > > > >
> > > > > >
> > > > > >
> > > > > > Hi John.
> > > > > >
> > > > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > ./grid_stat1.sh
> > > > > >
> > > > > > *** Running Grid-Stat on APCP using netCDF input for both
forecast
> > and
> > > > > > observation ***
> > > > > > DEBUG 1: Default Config File:
> > > > > >
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > > > > DEBUG 1: User Config File: GridStatConfig_APCP_12
> > > > > > ERROR  :
> > > > > > ERROR  : yyerror() -> syntax error in file
"GridStatConfig_APCP_12"
> > > > > > ERROR  :
> > > > > > ERROR  :    line   = 48
> > > > > > ERROR  :
> > > > > > ERROR  :    column = 11
> > > > > > ERROR  :
> > > > > > ERROR  :    text   = "["
> > > > > > ERROR  :
> > > > > > ERROR  :
> > > > > > ERROR  : fcst_field[] = [ "APCP_24(*,*)" ];
> > > > > > ERROR  : __________^_______________________
> > > > > > ERROR  :
> > > > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > > > > > kindly help in correcting the error with config file
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > >
> >
> >
> >
>

------------------------------------------------
Subject: error with grid stat config
From: Geeta Geeta
Time: Thu Jan 08 10:56:10 2015

Hi John. I got that. wanted you to that I have to verify the RF
accumulations for 24 hr period Starting 03UTC of Day1 to 03UTC of
day2.
So If I use 3 hrly TRMM Data, How will I combine all the 8 files
together
Geeta


From: geeta124 at hotmail.com
To: met_help at ucar.edu
Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
Date: Thu, 8 Jan 2015 23:08:05 +0530




thanks So much for your continued support. It RAN finally.
So I need NOT to do all that file conversion processes like TXT->nc
and then again nc_>TXT and then edit etc....


will it run??? I ll try.
Geeta

> Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat config
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Thu, 8 Jan 2015 10:28:40 -0700
>
> Geeta,
>
> Each log message from the MET tools is categorized by type.  The
mismatch
> in timing information is a warning message, not an error:
>    WARNING: process_scores() -> Forecast and observation valid times
do not
> match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
> APCP_24(*,*).
>
> Grid-Stat will still compute output statistics when the times aren't
> exactly the same, but it warns you about the difference.
>
> Here's the error your getting which is causing Grid-Stat to exit:
>    ERROR  : open_txt_file()-> can't open the output file
> "out/grid_stat_270000L_20110602_030000V.stat" for writing!
>
> It probably can't create that output file because the "out"
directory
> doesn't exist.
>
> Just create that directory using "mkdir out" and try running Grid-
Stat
> again.
>
> Regarding the timing information in the NetCDF variable
attributes...
>    APCP_24:init_time_ut = 1306886400 ;
> "ut" stands for UNIX time, which is the number of seconds since Jan
1,
> 1970.  It's a convenient way of storing timing information since
it's easy
> to add/subtract.  You can use the UNIX date command to convert
back/forth
> between unix time and time strings:
>
> # Convert unix time to ymd_hms
> date -ud '1970-01-01 UTC '1306886400' seconds' +%Y%m%d_%H%M%S
> 20110601_000000
>
> # Convert ymd_hms to unix
> date -ud ''2011-06-01' UTC '00:00:00'' +%s
> 1306886400
>
> Regarding TRMM data, it may be easier to work with the binary data
and use
> the trmmbin2nc.R script described on this page:
>    http://www.dtcenter.org/met/users/downloads/observation_data.php
>
> You'd just follow the TRMM binary links to either the 3 or 24-hour
> accumulations, save the files, and run them through that script.
That's
> probably faster and easier than trying to get an ASCII dump.  That
Rscript
> can also subset the TRMM data if you'd like.  Look for the section
of it
> titled:
>    # Output domain specification
> There you can define the lat/lon's you'd like included in the
output.
>
> Hope that helps.
>
> Thanks,
> John
>
>
> On Thu, Jan 8, 2015 at 10:10 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231 >
> >
> > Hi John.
> > I have done 2 things.
> > 1. run grid stat with the obs-data file as obs-02jun2011.nc.
> > This gave me error
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > GSL_RNG_TYPE=mt19937
> > GSL_RNG_SEED=2830544468
> > DEBUG 1: Forecast File: ./test_fcst.nc
> > DEBUG 1: Observation File: ../trmm_to_nc/obs-02jun2011.nc
> > WARNING:
> > WARNING: process_scores() -> Forecast and observation valid times
do not
> > match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
> > APCP_24(*,*).
> > WARNING:
> > ERROR  :
> > ERROR  : open_txt_file()-> can't open the output file
> > "out/grid_stat_270000L_20110602_030000V.stat" for writing!
> >
> > 2. So there is mismatch in the valid times of the FCST and OBS
file.
> > for this I converted the obs-02jun2011.nc file to TXT, EDITED (for
valid
> > time) and RECONVERTED to NC. by the foloowing commands.
> >
> > a).. ncdump obs-02jun2011.nc >obs_converted-02jun2011.txt
> > b...) aditya at agniilap:~/geeta/installs/met/trmm_to_nc$ vi
> > obs_converted-02jun2011.txt
> > aditya at agniilap:~/geeta/installs/met/trmm_to_nc$ ncgen -b -o
> > obs-02jun2011_latest.nc obs_converted-02jun2011.txt
> > Then ran grid stat again.
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > GSL_RNG_TYPE=mt19937
> > GSL_RNG_SEED=95989332
> > DEBUG 1: Forecast File: ./test_fcst.nc
> > DEBUG 1: Observation File: ../trmm_to_nc/obs-02jun2011_latest.nc
> > WARNING:
> > WARNING: process_scores() -> Forecast and observation valid times
do not
> > match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
> > APCP_24(*,*).
> > WARNING:
> > ERROR  :
> > ERROR  : open_txt_file()-> can't open the output file
> > "out/grid_stat_270000L_20110602_030000V.stat" for writing!
> > ERROR  :
> > Got Similar ERROR ???????.
> >
> > 3. Another thing, what is this variable???. I subtracted the two
values
> > and in the case of FCST I am getting 27 and in case of OBSNS, I
get 24.
> >
> >         APCP_24:init_time_ut = 1306886400 ;
> >
> > Kindly explain. I m sending U all the files.
> > Geeta
> >
> >
> > From: geeta124 at hotmail.com
> > To: met_help at ucar.edu
> > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
> > Date: Thu, 8 Jan 2015 21:52:02 +0530
> >
> >
> >
> >
> > Hi John.
> > I changed the name of the variable in CONFIG file. But now I got
error due
> > to the mismatch in the timings of the data.
> >
> > Pls let me know what needs to be done now. ................
> >
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > GSL_RNG_TYPE=mt19937
> > GSL_RNG_SEED=4289572436
> > DEBUG 1: Forecast File: ./test_fcst.nc
> > DEBUG 1: Observation File: ../trmm_to_nc/mync-02jun2011.nc
> > WARNING:
> > WARNING: process_scores() -> Forecast and observation valid times
do not
> > match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
> > APCP_24(*,*).
> > WARNING:
> > ERROR  :
> > ERROR  : open_txt_file()-> can't open the output file
> > "out/grid_stat_270000L_20110602_030000V.stat" for writing!
> > ERROR  :
> >
> > Geeta
> >
> >
> > From: geeta124 at hotmail.com
> > To: met_help at ucar.edu
> > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
> > Date: Thu, 8 Jan 2015 10:28:03 +0530
> >
> >
> >
> >
> > thanks John. I ll try otherwise will revert back to you. The issue
of TRMM
> > downloads from the two websites is still NOT sorted out. Can u
help me in
> > this regard???
> > Geeta
> >
> > > Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > From: met_help at ucar.edu
> > > To: geeta124 at hotmail.com
> > > Date: Wed, 7 Jan 2015 15:02:06 -0700
> > >
> > > Geeta,
> > >
> > > I'll respond to your most recent question... just let me know if
you've
> > > already figured out your earlier question or are still having
trouble.
> > >
> > > This one is pretty easy.  In the config file, you were telling
Grid-Stat
> > to
> > > look for NetCDF variables named "APCP".  But running "ncdump -h"
on those
> > > files reveals that the variables are named "APCP_24".  Just edit
your
> > > GridStatConfig_V5 file by switching "APCP" to "APCP_24" and
rerun.  That
> > > should fix the problem.
> > >
> > > Thanks,
> > > John
> > >
> > > On Wed, Jan 7, 2015 at 10:05 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231
>
> > > >
> > > > Hi John.
> > > > Kindly see if it runs. I am sending you my data and other
things.
> > > > I got this error now.
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> > > >
> > > > *** Running Grid-Stat on APCP using netCDF input for both
forecast and
> > > > observation ***
> > > > DEBUG 1: Default Config File:
> > > >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > > DEBUG 1: User Config File: ./GridStatConfig_V5
> > > > GSL_RNG_TYPE=mt19937
> > > > GSL_RNG_SEED=2640751956
> > > > DEBUG 1: Forecast File: ./test_fcst.nc
> > > > DEBUG 1: Observation File: ../trmm_to_nc/mync-02jun2011.nc
> > > > WARNING:
> > > > WARNING: process_scores() -> APCP(*,*) not found in file: ./
> > test_fcst.nc
> > > > WARNING:
> > > > DEBUG 2:
> > > > DEBUG 2:
> > > >
> >
--------------------------------------------------------------------------------
> > > > DEBUG 2:
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > > >
> > > >
> > > >
> > > > From: geeta124 at hotmail.com
> > > > To: met_help at ucar.edu
> > > > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > > Date: Wed, 7 Jan 2015 22:14:27 +0530
> > > >
> > > >
> > > >
> > > >
> > > > Hi John.
> > > > I m facing a number of problems.
> > > > The link (
> > > >
> > http://gdata1.sci.gsfc.nasa.gov/daac-
bin/G3/gui.cgi?instance_id=TRMM_3B42_Daily
> > )
> > > > when i use to Download the ascii TRMM data. For example I want
to
> > download
> > > > for the region 9-22N/74-87E.
> > > > On selecting this region, I get the data for 9.125-
21.875/73.375-87.125
> > > > etc. I mean I never get the data for the above region.
> > > >  But I was able to run trmm2nc.R script and it gave me data in
nc
> > format.
> > > > But after this, grid stat gave me the error. because both the
grids
> > were
> > > > not matching.
> > > >
> > > > 2. Then I searched for another link and I came across
> > > >
http://disc2.nascom.nasa.gov/Giovanni/tovas/TRMM_V7.3B42_daily.2.shtml
> > > > where I got the data for the above domain.
> > > > then the error came in ruuning the R script.
> > > >  I copied the header from the above file and pasted on this
one and
> > then
> > > > converted into nc. (sending you the files)).
> > > > Now I got this error.
> > > > Pls look into the matter.
> > > >
> > > > I copied the TEXT header of file1 onto the file2. So cud run
Rscript.
> > > > but after that grid stat gave me error.
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> > > >
> > > > *** Running Grid-Stat on APCP using netCDF input for both
forecast and
> > > > observation ***
> > > > DEBUG 1: Default Config File:
> > > >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > > DEBUG 1: User Config File: ./GridStatConfig_V5
> > > > ERROR  :
> > > > ERROR  : process_command_line() -> The forecast and
observation grids
> > do
> > > > not match: Projection: Lat/Lon Nx: 53 Ny: 53 lat_ll: 9.000
lon_ll:
> > -74.000
> > > > delta_lat: 0.250 delta_lon: 0.250 != Projection: Lat/Lon Nx:
53 Ny: 53
> > > > lat_ll: 9.125 lon_ll: -74.125 delta_lat: 0.250 delta_lon:
0.250
> > > > ERROR  :
> > > >
> > > > Pls help me.
> > > > Geeta
> > > >
> > > >
> > > > From: geeta124 at hotmail.com
> > > > To: met_help at ucar.edu
> > > > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > > Date: Wed, 7 Jan 2015 19:44:01 +0530
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Hi John and Julie.
> > > > happy New Yr. and Thanks
> > > > I could run the R script  and it converted the data into nc
format.
> > > > But I have another query. If I have binary data which would be
global
> > data
> > > > then how will go about converting it into NC format keeping in
mind
> > that I
> > > > have model runs for a regional domain.
> > > >
> > > > Now the 2nd Problem.
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> > > >
> > > > *** Running Grid-Stat on APCP using netCDF input for both
forecast and
> > > > observation ***
> > > > DEBUG 1: Default Config File:
> > > >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > > DEBUG 1: User Config File: ./GridStatConfig_V5
> > > > ERROR  :
> > > > ERROR  : GridStatConfInfo::process_config() -> when verifying
using
> > > > multi-category contingency tables, the thresholds must be
monotonically
> > > > increasing and be of the same inequality type (lt, le, gt, or
ge).
> > > > ERROR  :
> > > > Conuld nt get this variable Process_config in the CONFIG file.
> > > >
> > > >
> > > > I m sending U all my data n config file.
> > > > regards
> > > > Geeta
> > > > > Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > > > From: met_help at ucar.edu
> > > > > To: geeta124 at hotmail.com
> > > > > Date: Tue, 6 Jan 2015 13:43:54 -0700
> > > > >
> > > > > Geeta,
> > > > >
> > > > > Are you still having trouble with this configuration file?
In
> > METv4.0,
> > > > the
> > > > > config file language changed a lot to make it more human
readable and
> > > > > configurable.  Looks like you were still using the pre-
METv4.0 syntax
> > > > when
> > > > > trying to run METv5.0 executables.  That causes a parsing
error.
> > > > >
> > > > > I'd suggest that you make a copy of the sample configuration
files
> > that
> > > > are
> > > > > included with the release and then edit them:
> > > > >   cd met-5.0
> > > > >   cp scripts/config/GridStatConfig_APCP_12 GridStatConfig
> > > > >
> > > > > And then edit GridStatConfig with your settings:
> > > > >
> > > > > fcst = {
> > > > >    wind_thresh = [ NA ];
> > > > >
> > > > >    field = [
> > > > >       {
> > > > >         name       = "APCP_24";
> > > > >         level      = [ "(*,*)" ];
> > > > >         cat_thresh = [ >0.0, >=5.0 ];
> > > > >       }
> > > > >    ];
> > > > >
> > > > > };
> > > > > obs = fcst;
> > > > >
> > > > > Thanks,
> > > > > John
> > > > >
> > > > > On Fri, Jan 2, 2015 at 9:29 AM, Geeta Geeta via RT <
> > met_help at ucar.edu>
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > Fri Jan 02 09:29:35 2015: Request 70231 was acted upon.
> > > > > > Transaction: Ticket created by geeta124 at hotmail.com
> > > > > >        Queue: met_help
> > > > > >      Subject: error with grid stat config
> > > > > >        Owner: Nobody
> > > > > >   Requestors: geeta124 at hotmail.com
> > > > > >       Status: new
> > > > > >  Ticket <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231
> > > > >
> > > > > >
> > > > > >
> > > > > > Hi John.
> > > > > >
> > > > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > ./grid_stat1.sh
> > > > > >
> > > > > > *** Running Grid-Stat on APCP using netCDF input for both
forecast
> > and
> > > > > > observation ***
> > > > > > DEBUG 1: Default Config File:
> > > > > >
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > > > > DEBUG 1: User Config File: GridStatConfig_APCP_12
> > > > > > ERROR  :
> > > > > > ERROR  : yyerror() -> syntax error in file
"GridStatConfig_APCP_12"
> > > > > > ERROR  :
> > > > > > ERROR  :    line   = 48
> > > > > > ERROR  :
> > > > > > ERROR  :    column = 11
> > > > > > ERROR  :
> > > > > > ERROR  :    text   = "["
> > > > > > ERROR  :
> > > > > > ERROR  :
> > > > > > ERROR  : fcst_field[] = [ "APCP_24(*,*)" ];
> > > > > > ERROR  : __________^_______________________
> > > > > > ERROR  :
> > > > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > > > > > kindly help in correcting the error with config file
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > >
> >
> >
> >
>

------------------------------------------------
Subject: error with grid stat config
From: Geeta Geeta
Time: Thu Jan 08 11:07:38 2015

HI John.

VERSION MODEL FCST_LEAD FCST_VALID_BEG  FCST_VALID_END  OBS_LEAD
OBS_VALID_BEG   OBS_VALID_END   FCST_VAR FCST_LEV OBS_VAR OBS_LEV
OBTYPE VX_MASK INTERP_MTHD INTERP_PNTS     FCST_THRESH      OBS_THRESH
COV_THRESH   ALPHA LINE_TYPE TOTAL N_CAT     ACC ACC_NCL ACC_NCU
ACC_BCL ACC_BCU       HK HK_BCL HK_BCU      HSS HSS_BCL HSS_BCU GER
GER_BCL GER_BCU
V5.0    WRF   270000    20110602_030000 20110602_030000 240000
20110603_000000 20110603_000000

I donot know why the O/P has the Observations for 3June2011. I have
used only the 02June 2011 as the Observation file.
Kindly explain.

From: geeta124 at hotmail.com
To: met_help at ucar.edu
Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
Date: Thu, 8 Jan 2015 23:26:06 +0530




Hi John. I got that. wanted you to that I have to verify the RF
accumulations for 24 hr period Starting 03UTC of Day1 to 03UTC of
day2.
So If I use 3 hrly TRMM Data, How will I combine all the 8 files
together
Geeta


From: geeta124 at hotmail.com
To: met_help at ucar.edu
Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
Date: Thu, 8 Jan 2015 23:08:05 +0530




thanks So much for your continued support. It RAN finally.
So I need NOT to do all that file conversion processes like TXT->nc
and then again nc_>TXT and then edit etc....


will it run??? I ll try.
Geeta

> Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat config
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Thu, 8 Jan 2015 10:28:40 -0700
>
> Geeta,
>
> Each log message from the MET tools is categorized by type.  The
mismatch
> in timing information is a warning message, not an error:
>    WARNING: process_scores() -> Forecast and observation valid times
do not
> match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
> APCP_24(*,*).
>
> Grid-Stat will still compute output statistics when the times aren't
> exactly the same, but it warns you about the difference.
>
> Here's the error your getting which is causing Grid-Stat to exit:
>    ERROR  : open_txt_file()-> can't open the output file
> "out/grid_stat_270000L_20110602_030000V.stat" for writing!
>
> It probably can't create that output file because the "out"
directory
> doesn't exist.
>
> Just create that directory using "mkdir out" and try running Grid-
Stat
> again.
>
> Regarding the timing information in the NetCDF variable
attributes...
>    APCP_24:init_time_ut = 1306886400 ;
> "ut" stands for UNIX time, which is the number of seconds since Jan
1,
> 1970.  It's a convenient way of storing timing information since
it's easy
> to add/subtract.  You can use the UNIX date command to convert
back/forth
> between unix time and time strings:
>
> # Convert unix time to ymd_hms
> date -ud '1970-01-01 UTC '1306886400' seconds' +%Y%m%d_%H%M%S
> 20110601_000000
>
> # Convert ymd_hms to unix
> date -ud ''2011-06-01' UTC '00:00:00'' +%s
> 1306886400
>
> Regarding TRMM data, it may be easier to work with the binary data
and use
> the trmmbin2nc.R script described on this page:
>    http://www.dtcenter.org/met/users/downloads/observation_data.php
>
> You'd just follow the TRMM binary links to either the 3 or 24-hour
> accumulations, save the files, and run them through that script.
That's
> probably faster and easier than trying to get an ASCII dump.  That
Rscript
> can also subset the TRMM data if you'd like.  Look for the section
of it
> titled:
>    # Output domain specification
> There you can define the lat/lon's you'd like included in the
output.
>
> Hope that helps.
>
> Thanks,
> John
>
>
> On Thu, Jan 8, 2015 at 10:10 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231 >
> >
> > Hi John.
> > I have done 2 things.
> > 1. run grid stat with the obs-data file as obs-02jun2011.nc.
> > This gave me error
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > GSL_RNG_TYPE=mt19937
> > GSL_RNG_SEED=2830544468
> > DEBUG 1: Forecast File: ./test_fcst.nc
> > DEBUG 1: Observation File: ../trmm_to_nc/obs-02jun2011.nc
> > WARNING:
> > WARNING: process_scores() -> Forecast and observation valid times
do not
> > match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
> > APCP_24(*,*).
> > WARNING:
> > ERROR  :
> > ERROR  : open_txt_file()-> can't open the output file
> > "out/grid_stat_270000L_20110602_030000V.stat" for writing!
> >
> > 2. So there is mismatch in the valid times of the FCST and OBS
file.
> > for this I converted the obs-02jun2011.nc file to TXT, EDITED (for
valid
> > time) and RECONVERTED to NC. by the foloowing commands.
> >
> > a).. ncdump obs-02jun2011.nc >obs_converted-02jun2011.txt
> > b...) aditya at agniilap:~/geeta/installs/met/trmm_to_nc$ vi
> > obs_converted-02jun2011.txt
> > aditya at agniilap:~/geeta/installs/met/trmm_to_nc$ ncgen -b -o
> > obs-02jun2011_latest.nc obs_converted-02jun2011.txt
> > Then ran grid stat again.
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > GSL_RNG_TYPE=mt19937
> > GSL_RNG_SEED=95989332
> > DEBUG 1: Forecast File: ./test_fcst.nc
> > DEBUG 1: Observation File: ../trmm_to_nc/obs-02jun2011_latest.nc
> > WARNING:
> > WARNING: process_scores() -> Forecast and observation valid times
do not
> > match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
> > APCP_24(*,*).
> > WARNING:
> > ERROR  :
> > ERROR  : open_txt_file()-> can't open the output file
> > "out/grid_stat_270000L_20110602_030000V.stat" for writing!
> > ERROR  :
> > Got Similar ERROR ???????.
> >
> > 3. Another thing, what is this variable???. I subtracted the two
values
> > and in the case of FCST I am getting 27 and in case of OBSNS, I
get 24.
> >
> >         APCP_24:init_time_ut = 1306886400 ;
> >
> > Kindly explain. I m sending U all the files.
> > Geeta
> >
> >
> > From: geeta124 at hotmail.com
> > To: met_help at ucar.edu
> > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
> > Date: Thu, 8 Jan 2015 21:52:02 +0530
> >
> >
> >
> >
> > Hi John.
> > I changed the name of the variable in CONFIG file. But now I got
error due
> > to the mismatch in the timings of the data.
> >
> > Pls let me know what needs to be done now. ................
> >
> > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> >
> > *** Running Grid-Stat on APCP using netCDF input for both forecast
and
> > observation ***
> > DEBUG 1: Default Config File:
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > DEBUG 1: User Config File: ./GridStatConfig_V5
> > GSL_RNG_TYPE=mt19937
> > GSL_RNG_SEED=4289572436
> > DEBUG 1: Forecast File: ./test_fcst.nc
> > DEBUG 1: Observation File: ../trmm_to_nc/mync-02jun2011.nc
> > WARNING:
> > WARNING: process_scores() -> Forecast and observation valid times
do not
> > match 20110602_030000 != 20110602_223000 for APCP_24(*,*) versus
> > APCP_24(*,*).
> > WARNING:
> > ERROR  :
> > ERROR  : open_txt_file()-> can't open the output file
> > "out/grid_stat_270000L_20110602_030000V.stat" for writing!
> > ERROR  :
> >
> > Geeta
> >
> >
> > From: geeta124 at hotmail.com
> > To: met_help at ucar.edu
> > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat config
> > Date: Thu, 8 Jan 2015 10:28:03 +0530
> >
> >
> >
> >
> > thanks John. I ll try otherwise will revert back to you. The issue
of TRMM
> > downloads from the two websites is still NOT sorted out. Can u
help me in
> > this regard???
> > Geeta
> >
> > > Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > From: met_help at ucar.edu
> > > To: geeta124 at hotmail.com
> > > Date: Wed, 7 Jan 2015 15:02:06 -0700
> > >
> > > Geeta,
> > >
> > > I'll respond to your most recent question... just let me know if
you've
> > > already figured out your earlier question or are still having
trouble.
> > >
> > > This one is pretty easy.  In the config file, you were telling
Grid-Stat
> > to
> > > look for NetCDF variables named "APCP".  But running "ncdump -h"
on those
> > > files reveals that the variables are named "APCP_24".  Just edit
your
> > > GridStatConfig_V5 file by switching "APCP" to "APCP_24" and
rerun.  That
> > > should fix the problem.
> > >
> > > Thanks,
> > > John
> > >
> > > On Wed, Jan 7, 2015 at 10:05 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231
>
> > > >
> > > > Hi John.
> > > > Kindly see if it runs. I am sending you my data and other
things.
> > > > I got this error now.
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> > > >
> > > > *** Running Grid-Stat on APCP using netCDF input for both
forecast and
> > > > observation ***
> > > > DEBUG 1: Default Config File:
> > > >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > > DEBUG 1: User Config File: ./GridStatConfig_V5
> > > > GSL_RNG_TYPE=mt19937
> > > > GSL_RNG_SEED=2640751956
> > > > DEBUG 1: Forecast File: ./test_fcst.nc
> > > > DEBUG 1: Observation File: ../trmm_to_nc/mync-02jun2011.nc
> > > > WARNING:
> > > > WARNING: process_scores() -> APCP(*,*) not found in file: ./
> > test_fcst.nc
> > > > WARNING:
> > > > DEBUG 2:
> > > > DEBUG 2:
> > > >
> >
--------------------------------------------------------------------------------
> > > > DEBUG 2:
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > > >
> > > >
> > > >
> > > > From: geeta124 at hotmail.com
> > > > To: met_help at ucar.edu
> > > > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > > Date: Wed, 7 Jan 2015 22:14:27 +0530
> > > >
> > > >
> > > >
> > > >
> > > > Hi John.
> > > > I m facing a number of problems.
> > > > The link (
> > > >
> > http://gdata1.sci.gsfc.nasa.gov/daac-
bin/G3/gui.cgi?instance_id=TRMM_3B42_Daily
> > )
> > > > when i use to Download the ascii TRMM data. For example I want
to
> > download
> > > > for the region 9-22N/74-87E.
> > > > On selecting this region, I get the data for 9.125-
21.875/73.375-87.125
> > > > etc. I mean I never get the data for the above region.
> > > >  But I was able to run trmm2nc.R script and it gave me data in
nc
> > format.
> > > > But after this, grid stat gave me the error. because both the
grids
> > were
> > > > not matching.
> > > >
> > > > 2. Then I searched for another link and I came across
> > > >
http://disc2.nascom.nasa.gov/Giovanni/tovas/TRMM_V7.3B42_daily.2.shtml
> > > > where I got the data for the above domain.
> > > > then the error came in ruuning the R script.
> > > >  I copied the header from the above file and pasted on this
one and
> > then
> > > > converted into nc. (sending you the files)).
> > > > Now I got this error.
> > > > Pls look into the matter.
> > > >
> > > > I copied the TEXT header of file1 onto the file2. So cud run
Rscript.
> > > > but after that grid stat gave me error.
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> > > >
> > > > *** Running Grid-Stat on APCP using netCDF input for both
forecast and
> > > > observation ***
> > > > DEBUG 1: Default Config File:
> > > >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > > DEBUG 1: User Config File: ./GridStatConfig_V5
> > > > ERROR  :
> > > > ERROR  : process_command_line() -> The forecast and
observation grids
> > do
> > > > not match: Projection: Lat/Lon Nx: 53 Ny: 53 lat_ll: 9.000
lon_ll:
> > -74.000
> > > > delta_lat: 0.250 delta_lon: 0.250 != Projection: Lat/Lon Nx:
53 Ny: 53
> > > > lat_ll: 9.125 lon_ll: -74.125 delta_lat: 0.250 delta_lon:
0.250
> > > > ERROR  :
> > > >
> > > > Pls help me.
> > > > Geeta
> > > >
> > > >
> > > > From: geeta124 at hotmail.com
> > > > To: met_help at ucar.edu
> > > > Subject: RE: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > > Date: Wed, 7 Jan 2015 19:44:01 +0530
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Hi John and Julie.
> > > > happy New Yr. and Thanks
> > > > I could run the R script  and it converted the data into nc
format.
> > > > But I have another query. If I have binary data which would be
global
> > data
> > > > then how will go about converting it into NC format keeping in
mind
> > that I
> > > > have model runs for a regional domain.
> > > >
> > > > Now the 2nd Problem.
> > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
./grid_stat1.sh
> > > >
> > > > *** Running Grid-Stat on APCP using netCDF input for both
forecast and
> > > > observation ***
> > > > DEBUG 1: Default Config File:
> > > >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > > DEBUG 1: User Config File: ./GridStatConfig_V5
> > > > ERROR  :
> > > > ERROR  : GridStatConfInfo::process_config() -> when verifying
using
> > > > multi-category contingency tables, the thresholds must be
monotonically
> > > > increasing and be of the same inequality type (lt, le, gt, or
ge).
> > > > ERROR  :
> > > > Conuld nt get this variable Process_config in the CONFIG file.
> > > >
> > > >
> > > > I m sending U all my data n config file.
> > > > regards
> > > > Geeta
> > > > > Subject: Re: [rt.rap.ucar.edu #70231] error with grid stat
config
> > > > > From: met_help at ucar.edu
> > > > > To: geeta124 at hotmail.com
> > > > > Date: Tue, 6 Jan 2015 13:43:54 -0700
> > > > >
> > > > > Geeta,
> > > > >
> > > > > Are you still having trouble with this configuration file?
In
> > METv4.0,
> > > > the
> > > > > config file language changed a lot to make it more human
readable and
> > > > > configurable.  Looks like you were still using the pre-
METv4.0 syntax
> > > > when
> > > > > trying to run METv5.0 executables.  That causes a parsing
error.
> > > > >
> > > > > I'd suggest that you make a copy of the sample configuration
files
> > that
> > > > are
> > > > > included with the release and then edit them:
> > > > >   cd met-5.0
> > > > >   cp scripts/config/GridStatConfig_APCP_12 GridStatConfig
> > > > >
> > > > > And then edit GridStatConfig with your settings:
> > > > >
> > > > > fcst = {
> > > > >    wind_thresh = [ NA ];
> > > > >
> > > > >    field = [
> > > > >       {
> > > > >         name       = "APCP_24";
> > > > >         level      = [ "(*,*)" ];
> > > > >         cat_thresh = [ >0.0, >=5.0 ];
> > > > >       }
> > > > >    ];
> > > > >
> > > > > };
> > > > > obs = fcst;
> > > > >
> > > > > Thanks,
> > > > > John
> > > > >
> > > > > On Fri, Jan 2, 2015 at 9:29 AM, Geeta Geeta via RT <
> > met_help at ucar.edu>
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > Fri Jan 02 09:29:35 2015: Request 70231 was acted upon.
> > > > > > Transaction: Ticket created by geeta124 at hotmail.com
> > > > > >        Queue: met_help
> > > > > >      Subject: error with grid stat config
> > > > > >        Owner: Nobody
> > > > > >   Requestors: geeta124 at hotmail.com
> > > > > >       Status: new
> > > > > >  Ticket <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=70231
> > > > >
> > > > > >
> > > > > >
> > > > > > Hi John.
> > > > > >
> > > > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > ./grid_stat1.sh
> > > > > >
> > > > > > *** Running Grid-Stat on APCP using netCDF input for both
forecast
> > and
> > > > > > observation ***
> > > > > > DEBUG 1: Default Config File:
> > > > > >
> >
/home/aditya/geeta/installs/met/share/met/config/GridStatConfig_default
> > > > > > DEBUG 1: User Config File: GridStatConfig_APCP_12
> > > > > > ERROR  :
> > > > > > ERROR  : yyerror() -> syntax error in file
"GridStatConfig_APCP_12"
> > > > > > ERROR  :
> > > > > > ERROR  :    line   = 48
> > > > > > ERROR  :
> > > > > > ERROR  :    column = 11
> > > > > > ERROR  :
> > > > > > ERROR  :    text   = "["
> > > > > > ERROR  :
> > > > > > ERROR  :
> > > > > > ERROR  : fcst_field[] = [ "APCP_24(*,*)" ];
> > > > > > ERROR  : __________^_______________________
> > > > > > ERROR  :
> > > > > > aditya at agniilap:~/geeta/installs/met/myrun-2jan2015$
> > > > > > kindly help in correcting the error with config file
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > >
> >
> >
> >
>

------------------------------------------------
Subject: error with grid stat config
From: Geeta Geeta
Time: Thu Jan 08 11:07:38 2015

VERSION MODEL FCST_LEAD FCST_VALID_BEG  FCST_VALID_END  OBS_LEAD
OBS_VALID_BEG   OBS_VALID_END   FCST_VAR FCST_LEV OBS_VAR OBS_LEV
OBTYPE VX_MASK INTERP_MTHD INTERP_PNTS     FCST_THRESH      OBS_THRESH
COV_THRESH   ALPHA LINE_TYPE TOTAL N_CAT     ACC ACC_NCL ACC_NCU
ACC_BCL ACC_BCU       HK HK_BCL HK_BCU      HSS HSS_BCL HSS_BCU GER
GER_BCL GER_BCU
V5.0    WRF   270000    20110602_030000 20110602_030000 240000
20110603_000000 20110603_000000 APCP     A24      APCP    A24
MC_PCP FULL    UW_MEAN               1 >=0.000,>=5.000 >=0.000,>=5.000
NA 0.05000 MCTS       2650     3 0.57057 0.55163 0.58930      NA
NA -0.26208     NA     NA -0.20650      NA      NA  NA      NA      NA

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


More information about the Met_help mailing list