[Met_help] [rt.rap.ucar.edu #71274] History for nc files for MET
John Halley Gotway via RT
met_help at ucar.edu
Thu Apr 16 13:57:53 MDT 2015
----------------------------------------------------------------
Initial Request
----------------------------------------------------------------
Hi John. I had a query reg this data previously too. I have 3 hourly TRMM files like this -rw------- 1 aditya aditya 13841488 Jan 27 11:06 3B42.20110422.06.7.nc-rw------- 1 aditya aditya 13841488 Jan 27 11:06 3B42.20110422.09.7.nc-rw------- 1 aditya aditya 13841492 Jan 27 11:06 3B42.20110422.12.7.nc-rw------- 1 aditya aditya 13841492 Jan 27 11:06 3B42.20110422.15.7.nc-rw------- 1 aditya aditya 13841492 Jan 27 11:06 3B42.20110422.18.7.nc-rw------- 1 aditya aditya 13841492 Jan 27 11:06 3B42.20110422.21.7.nc-rw------- 1 aditya aditya 13841488 Jan 27 11:07 3B42.20110423.00.7.nc-rw------- 1 aditya aditya 13841488 Jan 27 11:07 3B42.20110423.03.7.ncI combined them using NCO and Got one Netcdf file called -rw-rw-r-- 1 aditya aditya 13842052 Apr 1 12:38 trmm-frm-06utc22_to_03utc23.ncaditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$ ncdump -h trmm-frm-06utc22_to_03utc23.nc netcdf trmm-frm-06utc22_to_03utc23 {dimensions: time = UNLIMITED ; // (1 currently) longitude = 1440 ; la!
titude = 400 ;variables: double time(time) ; time:units = "hours since 2011-4-22 6" ; double longitude(longitude) ; longitude:units = "degrees_east" ; longitude:long_name = "Longitude" ; double latitude(latitude) ; latitude:units = "degrees_north" ; latitude:long_name = "Latitude" ; float pcp(time, latitude, longitude) ; pcp:comments = "Unknown1 variable comment" ; pcp:long_name = "precipitation (mm/hr)" ; pcp:units = "" ; pcp:grid_name = "grid-1" ; pcp:grid_type = "linear" ; pcp:level_description = "Earth surface" ; pcp:time_statistic = "instantaneous" ; pcp:missing_value = -9999.9f ; float err(time, latitude, longitude) ; err:comments = "Unknown1 variable comment" ; err:long_name = "relative error (mm/hr)" ; err:units = "" ; err:grid_name = "grid-1" ; err:grid_type = "linear" ; err:level_description = "Earth surface" ; err:time_statistic = "instantaneous" ; err:missing_value = -9999.9f ; float source(time, latitude, longitude) ; source:comments = "Un!
known1 variable comment" ; source:long_name = "source" ; sou!
rce:units = "" ; source:grid_name = "grid-1" ; source:grid_type = "linear" ; source:level_description = "Earth surface" ; source:time_statistic = "instantaneous" ; source:missing_value = -9999.9f ; float hqp(time, latitude, longitude) ; hqp:comments = "Unknown1 variable comment" ; hqp:long_name = "high quality precipitation (mm/hr)" ; hqp:units = "" ; hqp:grid_name = "grid-1" ; hqp:grid_type = "linear" ; hqp:level_description = "Earth surface" ; hqp:time_statistic = "instantaneous" ; hqp:missing_value = -9999.9f ; float irp(time, latitude, longitude) ; irp:comments = "Unknown1 variable comment" ; irp:long_name = "IR precipitation (mm/hr)" ; irp:units = "" ; irp:grid_name = "grid-1" ; irp:grid_type = "linear" ; irp:level_description = "Earth surface" ; irp:time_statistic = "instantaneous" ; irp:missing_value = -9999.9f ; float satobstime(time, latitude, longitude) ; satobstime:comments = "Unknown1 variable comment" ; satobstime:long_name = "observation!
time (minutes)" ; satobstime:units = "" ; satobstime:grid_name = "grid-1" ; satobstime:grid_type = "linear" ; satobstime:level_description = "Earth surface" ; satobstime:time_statistic = "instantaneous" ; satobstime:missing_value = -9999.9f ;// global attributes: :Conventions = "COARDS" ; :calendar = "standard" ; :comments = "file created by grads using lats4d available from http://dao.gsfc.nasa.gov/software/grads/lats4d/" ; :model = "geos/das" ; :center = "gsfc" ; :history = "Wed Apr 1 12:36:39 2015: ncadd temp.nc 3B42.20110423.03.7.nc temp.nc\n", "Wed Apr 1 12:36:30 2015: ncadd temp.nc 3B42.20110423.00.7.nc temp.nc\n", "Wed Apr 1 12:36:20 2015: ncadd temp.nc 3B42.20110422.21.7.nc temp.nc\n", "Wed Apr 1 12:36:13 2015: ncadd temp.nc 3B42.20110422.18.7.nc temp.nc\n", "Wed Apr 1 12:35:43 2015: ncadd temp.nc 3B42.20110422.15.7.nc temp.nc\n", "Wed Apr 1 12:35:12 2015: ncadd temp.nc 3B42.20110422.12.7.nc temp.nc\n", "Wed Apr 1 12:34:10 2015: ncadd!
3B42.20110422.06.7.nc 3B42.20110422.09.7.nc temp.nc" ; :nco_!
openmp_th!
read_number = 1 ;}aditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$ I want to know how I should Extract the data for the domain that I am interested and secondly how It should be converted to netcdf in the way that is accepted by MET.
I am sending you my data on Your FTP server. My dir name is geeta_01apr2015Geeta
----------------------------------------------------------------
Complete Ticket History
----------------------------------------------------------------
Subject: nc files for MET
From: Geeta Geeta
Time: Wed Apr 01 03:47:00 2015
hi john. I adopted this strategy. 1. Converted 3 hourly Binary files
to NC using R script. Rscript ../trmm_to_nc/trmmbin2nc_mod-
20110422BNG.R 3B42.110423.03z.7.precipitation.bin
3B42.110423.03z.7.precipitation.nc
2. Then added these ncfiles using the NCO.
aditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$ ncadd
3B42.110422.06z.7.precipitation.nc 3B42.110422.09z.7.precipitation.nc
file1.nc
3. But when I ran Grid stat, I got this error.
aditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$ ./grid_stat-
22apr2011.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_defaultDEBUG
1: User Config File:
./GridStatConfig_V5_22apr2011GSL_RNG_TYPE=mt19937GSL_RNG_SEED=2881100629DEBUG
1: Forecast File: ./model24-pcpout-20110422.ncDEBUG 1: Observation
File: ./trmm_for_gridstat_fnl.ncWARNING: WARNING: process_scores() ->
APCP_24(*,*) not found in file: ./trmm_for_gridstat_fnl.ncWARNING:
DEBUG 2:
4. I then changed the variable name from APCP_24 to APCP_03 in the
Grid config file.
Got the O/p.
Just want to know if this PROCEDUE is OKAY???.
sending u my data files and config file. Hope there is no Ambiguity
and I have not done a messy Job
Geeta
> Subject: [rt.rap.ucar.edu #71274] AutoReply: nc files for MET
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Wed, 1 Apr 2015 02:58:02 -0600
>
> Greetings,
>
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding:
> "nc files for MET",
> a summary of which appears below.
>
> There is no need to reply to this message right now. Your ticket
has been
> assigned an ID of [rt.rap.ucar.edu #71274].
>
> Please include the string:
>
> [rt.rap.ucar.edu #71274]
>
> in the subject line of all future correspondence about this issue.
To do so,
> you may reply to this message.
>
> Thank you,
> met_help at ucar.edu
>
>
-------------------------------------------------------------------------
> Hi John. I had a query reg this data previously too. I have 3 hourly
TRMM files like this -rw------- 1 aditya aditya 13841488 Jan 27 11:06
3B42.20110422.06.7.nc-rw------- 1 aditya aditya 13841488 Jan 27 11:06
3B42.20110422.09.7.nc-rw------- 1 aditya aditya 13841492 Jan 27 11:06
3B42.20110422.12.7.nc-rw------- 1 aditya aditya 13841492 Jan 27 11:06
3B42.20110422.15.7.nc-rw------- 1 aditya aditya 13841492 Jan 27 11:06
3B42.20110422.18.7.nc-rw------- 1 aditya aditya 13841492 Jan 27 11:06
3B42.20110422.21.7.nc-rw------- 1 aditya aditya 13841488 Jan 27 11:07
3B42.20110423.00.7.nc-rw------- 1 aditya aditya 13841488 Jan 27 11:07
3B42.20110423.03.7.ncI combined them using NCO and Got one Netcdf file
called -rw-rw-r-- 1 aditya aditya 13842052 Apr 1 12:38 trmm-frm-
06utc22_to_03utc23.ncaditya at agniilap:~/geeta/installs/met/RUN_MET-
22apr2011$ ncdump -h trmm-frm-06utc22_to_03utc23.nc netcdf trmm-frm-
06utc22_to_03utc23 {dimensions: time = UNLIMITED ; // (1 currently)
longitude = 1440 ; la!
> titude = 400 ;variables: double time(time) ; time:units = "hours
since 2011-4-22 6" ; double longitude(longitude) ; longitude:units =
"degrees_east" ; longitude:long_name = "Longitude" ; double
latitude(latitude) ; latitude:units = "degrees_north" ;
latitude:long_name = "Latitude" ; float pcp(time, latitude, longitude)
; pcp:comments = "Unknown1 variable comment" ; pcp:long_name =
"precipitation (mm/hr)" ; pcp:units = "" ; pcp:grid_name = "grid-1"
; pcp:grid_type = "linear" ; pcp:level_description = "Earth surface"
; pcp:time_statistic = "instantaneous" ; pcp:missing_value =
-9999.9f ; float err(time, latitude, longitude) ; err:comments =
"Unknown1 variable comment" ; err:long_name = "relative error
(mm/hr)" ; err:units = "" ; err:grid_name = "grid-1" ;
err:grid_type = "linear" ; err:level_description = "Earth surface" ;
err:time_statistic = "instantaneous" ; err:missing_value = -9999.9f ;
float source(time, latitude, longitude) ; source:comments = "Un!
> known1 variable comment" ; source:long_name = "source" ; sou!
> rce:units = "" ; source:grid_name = "grid-1" ; source:grid_type =
"linear" ; source:level_description = "Earth surface" ;
source:time_statistic = "instantaneous" ; source:missing_value =
-9999.9f ; float hqp(time, latitude, longitude) ; hqp:comments =
"Unknown1 variable comment" ; hqp:long_name = "high quality
precipitation (mm/hr)" ; hqp:units = "" ; hqp:grid_name = "grid-1" ;
hqp:grid_type = "linear" ; hqp:level_description = "Earth surface" ;
hqp:time_statistic = "instantaneous" ; hqp:missing_value = -9999.9f ;
float irp(time, latitude, longitude) ; irp:comments = "Unknown1
variable comment" ; irp:long_name = "IR precipitation (mm/hr)" ;
irp:units = "" ; irp:grid_name = "grid-1" ; irp:grid_type = "linear"
; irp:level_description = "Earth surface" ; irp:time_statistic =
"instantaneous" ; irp:missing_value = -9999.9f ; float
satobstime(time, latitude, longitude) ; satobstime:comments =
"Unknown1 variable comment" ; satobstime:long_name = "observation!
> time (minutes)" ; satobstime:units = "" ; satobstime:grid_name =
"grid-1" ; satobstime:grid_type = "linear" ;
satobstime:level_description = "Earth surface" ;
satobstime:time_statistic = "instantaneous" ;
satobstime:missing_value = -9999.9f ;// global attributes:
:Conventions = "COARDS" ; :calendar = "standard" ; :comments = "file
created by grads using lats4d available from
http://dao.gsfc.nasa.gov/software/grads/lats4d/" ; :model =
"geos/das" ; :center = "gsfc" ; :history = "Wed Apr 1 12:36:39
2015: ncadd temp.nc 3B42.20110423.03.7.nc temp.nc\n", "Wed Apr 1
12:36:30 2015: ncadd temp.nc 3B42.20110423.00.7.nc temp.nc\n", "Wed
Apr 1 12:36:20 2015: ncadd temp.nc 3B42.20110422.21.7.nc temp.nc\n",
"Wed Apr 1 12:36:13 2015: ncadd temp.nc 3B42.20110422.18.7.nc
temp.nc\n", "Wed Apr 1 12:35:43 2015: ncadd temp.nc
3B42.20110422.15.7.nc temp.nc\n", "Wed Apr 1 12:35:12 2015: ncadd
temp.nc 3B42.20110422.12.7.nc temp.nc\n", "Wed Apr 1 12:34:10 2015:
ncadd!
> 3B42.20110422.06.7.nc 3B42.20110422.09.7.nc temp.nc" ; :nco_!
> openmp_th!
> read_number = 1 ;}aditya at agniilap:~/geeta/installs/met/RUN_MET-
22apr2011$ I want to know how I should Extract the data for the domain
that I am interested and secondly how It should be converted to netcdf
in the way that is accepted by MET.
> I am sending you my data on Your FTP server. My dir name is
geeta_01apr2015Geeta
>
------------------------------------------------
Subject: nc files for MET
From: Geeta Geeta
Time: Wed Apr 01 03:57:36 2015
John I am getting confused with the Begin and End time of the FCST and
OBS in my O/P. Pls calrify.
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 FBS FBS_BCL FBS_BCU FSS
FSS_BCL FSS_BCU AFSS AFSS_BCL AFSS_BCU UFSS UFSS_BCL UFSS_BCU
F_RATE F_RATE_BCL F_RATE_BCU O_RATE O_RATE_BCL O_RATE_BCUV5.0 WRF
270000 20110423_030000 20110423_030000 030000 20110422_090000
20110422_090000 APCP A24 APCP A3 MC_PCP FULL NBRHD
why it is for 27 hours??? I wanted to veryfy my FCST for 24 hours..
Sending U my O/P. Pls clarify. Geeta
From: geeta124 at hotmail.com
To: met_help at ucar.edu
Subject: RE: [rt.rap.ucar.edu #71274] AutoReply: nc files for MET
Date: Wed, 1 Apr 2015 15:16:57 +0530
hi john. I adopted this strategy. 1. Converted 3 hourly Binary files
to NC using R script. Rscript ../trmm_to_nc/trmmbin2nc_mod-
20110422BNG.R 3B42.110423.03z.7.precipitation.bin
3B42.110423.03z.7.precipitation.nc
2. Then added these ncfiles using the NCO.
aditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$ ncadd
3B42.110422.06z.7.precipitation.nc 3B42.110422.09z.7.precipitation.nc
file1.nc
3. But when I ran Grid stat, I got this error.
aditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$ ./grid_stat-
22apr2011.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_defaultDEBUG
1: User Config File:
./GridStatConfig_V5_22apr2011GSL_RNG_TYPE=mt19937GSL_RNG_SEED=2881100629DEBUG
1: Forecast File: ./model24-pcpout-20110422.ncDEBUG 1: Observation
File: ./trmm_for_gridstat_fnl.ncWARNING: WARNING: process_scores() ->
APCP_24(*,*) not found in file: ./trmm_for_gridstat_fnl.ncWARNING:
DEBUG 2:
4. I then changed the variable name from APCP_24 to APCP_03 in the
Grid config file.
Got the O/p.
Just want to know if this PROCEDUE is OKAY???.
sending u my data files and config file. Hope there is no Ambiguity
and I have not done a messy Job
Geeta
> Subject: [rt.rap.ucar.edu #71274] AutoReply: nc files for MET
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Wed, 1 Apr 2015 02:58:02 -0600
>
> Greetings,
>
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding:
> "nc files for MET",
> a summary of which appears below.
>
> There is no need to reply to this message right now. Your ticket
has been
> assigned an ID of [rt.rap.ucar.edu #71274].
>
> Please include the string:
>
> [rt.rap.ucar.edu #71274]
>
> in the subject line of all future correspondence about this issue.
To do so,
> you may reply to this message.
>
> Thank you,
> met_help at ucar.edu
>
>
-------------------------------------------------------------------------
> Hi John. I had a query reg this data previously too. I have 3 hourly
TRMM files like this -rw------- 1 aditya aditya 13841488 Jan 27 11:06
3B42.20110422.06.7.nc-rw------- 1 aditya aditya 13841488 Jan 27 11:06
3B42.20110422.09.7.nc-rw------- 1 aditya aditya 13841492 Jan 27 11:06
3B42.20110422.12.7.nc-rw------- 1 aditya aditya 13841492 Jan 27 11:06
3B42.20110422.15.7.nc-rw------- 1 aditya aditya 13841492 Jan 27 11:06
3B42.20110422.18.7.nc-rw------- 1 aditya aditya 13841492 Jan 27 11:06
3B42.20110422.21.7.nc-rw------- 1 aditya aditya 13841488 Jan 27 11:07
3B42.20110423.00.7.nc-rw------- 1 aditya aditya 13841488 Jan 27 11:07
3B42.20110423.03.7.ncI combined them using NCO and Got one Netcdf file
called -rw-rw-r-- 1 aditya aditya 13842052 Apr 1 12:38 trmm-frm-
06utc22_to_03utc23.ncaditya at agniilap:~/geeta/installs/met/RUN_MET-
22apr2011$ ncdump -h trmm-frm-06utc22_to_03utc23.nc netcdf trmm-frm-
06utc22_to_03utc23 {dimensions: time = UNLIMITED ; // (1 currently)
longitude = 1440 ; la!
> titude = 400 ;variables: double time(time) ; time:units = "hours
since 2011-4-22 6" ; double longitude(longitude) ; longitude:units =
"degrees_east" ; longitude:long_name = "Longitude" ; double
latitude(latitude) ; latitude:units = "degrees_north" ;
latitude:long_name = "Latitude" ; float pcp(time, latitude, longitude)
; pcp:comments = "Unknown1 variable comment" ; pcp:long_name =
"precipitation (mm/hr)" ; pcp:units = "" ; pcp:grid_name = "grid-1"
; pcp:grid_type = "linear" ; pcp:level_description = "Earth surface"
; pcp:time_statistic = "instantaneous" ; pcp:missing_value =
-9999.9f ; float err(time, latitude, longitude) ; err:comments =
"Unknown1 variable comment" ; err:long_name = "relative error
(mm/hr)" ; err:units = "" ; err:grid_name = "grid-1" ;
err:grid_type = "linear" ; err:level_description = "Earth surface" ;
err:time_statistic = "instantaneous" ; err:missing_value = -9999.9f ;
float source(time, latitude, longitude) ; source:comments = "Un!
> known1 variable comment" ; source:long_name = "source" ; sou!
> rce:units = "" ; source:grid_name = "grid-1" ; source:grid_type =
"linear" ; source:level_description = "Earth surface" ;
source:time_statistic = "instantaneous" ; source:missing_value =
-9999.9f ; float hqp(time, latitude, longitude) ; hqp:comments =
"Unknown1 variable comment" ; hqp:long_name = "high quality
precipitation (mm/hr)" ; hqp:units = "" ; hqp:grid_name = "grid-1" ;
hqp:grid_type = "linear" ; hqp:level_description = "Earth surface" ;
hqp:time_statistic = "instantaneous" ; hqp:missing_value = -9999.9f ;
float irp(time, latitude, longitude) ; irp:comments = "Unknown1
variable comment" ; irp:long_name = "IR precipitation (mm/hr)" ;
irp:units = "" ; irp:grid_name = "grid-1" ; irp:grid_type = "linear"
; irp:level_description = "Earth surface" ; irp:time_statistic =
"instantaneous" ; irp:missing_value = -9999.9f ; float
satobstime(time, latitude, longitude) ; satobstime:comments =
"Unknown1 variable comment" ; satobstime:long_name = "observation!
> time (minutes)" ; satobstime:units = "" ; satobstime:grid_name =
"grid-1" ; satobstime:grid_type = "linear" ;
satobstime:level_description = "Earth surface" ;
satobstime:time_statistic = "instantaneous" ;
satobstime:missing_value = -9999.9f ;// global attributes:
:Conventions = "COARDS" ; :calendar = "standard" ; :comments = "file
created by grads using lats4d available from
http://dao.gsfc.nasa.gov/software/grads/lats4d/" ; :model =
"geos/das" ; :center = "gsfc" ; :history = "Wed Apr 1 12:36:39
2015: ncadd temp.nc 3B42.20110423.03.7.nc temp.nc\n", "Wed Apr 1
12:36:30 2015: ncadd temp.nc 3B42.20110423.00.7.nc temp.nc\n", "Wed
Apr 1 12:36:20 2015: ncadd temp.nc 3B42.20110422.21.7.nc temp.nc\n",
"Wed Apr 1 12:36:13 2015: ncadd temp.nc 3B42.20110422.18.7.nc
temp.nc\n", "Wed Apr 1 12:35:43 2015: ncadd temp.nc
3B42.20110422.15.7.nc temp.nc\n", "Wed Apr 1 12:35:12 2015: ncadd
temp.nc 3B42.20110422.12.7.nc temp.nc\n", "Wed Apr 1 12:34:10 2015:
ncadd!
> 3B42.20110422.06.7.nc 3B42.20110422.09.7.nc temp.nc" ; :nco_!
> openmp_th!
> read_number = 1 ;}aditya at agniilap:~/geeta/installs/met/RUN_MET-
22apr2011$ I want to know how I should Extract the data for the domain
that I am interested and secondly how It should be converted to netcdf
in the way that is accepted by MET.
> I am sending you my data on Your FTP server. My dir name is
geeta_01apr2015Geeta
>
------------------------------------------------
Subject: nc files for MET
From: Geeta Geeta
Time: Wed Apr 01 03:57:36 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 FBS FBS_BCL FBS_BCU FSS
FSS_BCL FSS_BCU AFSS AFSS_BCL AFSS_BCU UFSS UFSS_BCL UFSS_BCU
F_RATE F_RATE_BCL F_RATE_BCU O_RATE O_RATE_BCL O_RATE_BCU
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 1 >=0.100 >=0.100
NA 0.05000 NBRCNT 644 0.67081 NA NA 0.21455 NA
NA 0.25447 NA NA 0.54891 NA NA 0.75621
NA NA 0.09783 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 1 >=2.400 >=2.400
NA 0.05000 NBRCNT 644 0.52795 NA NA 0.11917 NA
NA 0.14957 NA NA 0.52096 NA NA 0.55745
NA NA 0.04193 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 1 >=7.500 >=7.500
NA 0.05000 NBRCNT 644 0.43634 NA NA 0.01404 NA
NA 0.03570 NA NA 0.50388 NA NA 0.43478
NA NA 0.00776 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 1 >=15.600 >=15.600
NA 0.05000 NBRCNT 644 0.31522 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.31522
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 1 >=25.600 >=25.600
NA 0.05000 NBRCNT 644 0.22826 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.22826
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 1 >=35.600 >=35.600
NA 0.05000 NBRCNT 644 0.16304 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.16304
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 1 >=45.600 >=45.600
NA 0.05000 NBRCNT 644 0.12267 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.12267
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 1 >=55.600 >=55.600
NA 0.05000 NBRCNT 644 0.07919 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.07919
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 1 >=64.500 >=64.500
NA 0.05000 NBRCNT 644 0.05901 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.05901
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 1 >=124.500 >=124.500
NA 0.05000 NBRCNT 644 0.00311 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.00311
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 9 >=0.100 >=0.100
NA 0.05000 NBRCNT 546 0.63194 NA NA 0.21242 NA
NA 0.21658 NA NA 0.54396 NA NA 0.80220
NA NA 0.08791 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 9 >=2.400 >=2.400
NA 0.05000 NBRCNT 546 0.43289 NA NA 0.13586 NA
NA 0.13707 NA NA 0.52106 NA NA 0.61172
NA NA 0.04212 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 9 >=7.500 >=7.500
NA 0.05000 NBRCNT 546 0.31126 NA NA 0.03396 NA
NA 0.03845 NA NA 0.50458 NA NA 0.47619
NA NA 0.00916 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 9 >=15.600 >=15.600
NA 0.05000 NBRCNT 546 0.19027 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.34799
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 9 >=25.600 >=25.600
NA 0.05000 NBRCNT 546 0.11717 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.25092
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 9 >=35.600 >=35.600
NA 0.05000 NBRCNT 546 0.08059 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.18315
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 9 >=45.600 >=45.600
NA 0.05000 NBRCNT 546 0.04950 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.13736
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 9 >=55.600 >=55.600
NA 0.05000 NBRCNT 546 0.02557 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.08974
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 9 >=64.500 >=64.500
NA 0.05000 NBRCNT 546 0.01547 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.06777
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 9 >=124.500 >=124.500
NA 0.05000 NBRCNT 546 0.00034 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.00366
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 25 >=0.100 >=0.100
NA 0.05000 NBRCNT 456 0.65225 NA NA 0.17913 NA
NA 0.16767 NA NA 0.53509 NA NA 0.83114
NA NA 0.07018 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 25 >=2.400 >=2.400
NA 0.05000 NBRCNT 456 0.43407 NA NA 0.12564 NA
NA 0.13003 NA NA 0.52083 NA NA 0.63816
NA NA 0.04167 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 25 >=7.500 >=7.500
NA 0.05000 NBRCNT 456 0.30192 NA NA 0.03762 NA
NA 0.04403 NA NA 0.50548 NA NA 0.49781
NA NA 0.01096 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 25 >=15.600 >=15.600
NA 0.05000 NBRCNT 456 0.17294 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.35088
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 25 >=25.600 >=25.600
NA 0.05000 NBRCNT 456 0.10098 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.24561
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 25 >=35.600 >=35.600
NA 0.05000 NBRCNT 456 0.06797 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.18640
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 25 >=45.600 >=45.600
NA 0.05000 NBRCNT 456 0.03926 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.13377
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 25 >=55.600 >=55.600
NA 0.05000 NBRCNT 456 0.01793 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.08553
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 25 >=64.500 >=64.500
NA 0.05000 NBRCNT 456 0.01023 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.05921
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 25 >=124.500 >=124.500
NA 0.05000 NBRCNT 456 0.00012 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.00219
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 49 >=0.100 >=0.100
NA 0.05000 NBRCNT 374 0.67317 NA NA 0.14482 NA
NA 0.11617 NA NA 0.52540 NA NA 0.87166
NA NA 0.05080 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 49 >=2.400 >=2.400
NA 0.05000 NBRCNT 374 0.45006 NA NA 0.10251 NA
NA 0.08645 NA NA 0.51471 NA NA 0.67914
NA NA 0.02941 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 49 >=7.500 >=7.500
NA 0.05000 NBRCNT 374 0.30904 NA NA 0.03178 NA
NA 0.03998 NA NA 0.50535 NA NA 0.53476
NA NA 0.01070 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 49 >=15.600 >=15.600
NA 0.05000 NBRCNT 374 0.17096 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.37433
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 49 >=25.600 >=25.600
NA 0.05000 NBRCNT 374 0.09739 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.26738
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 49 >=35.600 >=35.600
NA 0.05000 NBRCNT 374 0.06372 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.20053
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 49 >=45.600 >=45.600
NA 0.05000 NBRCNT 374 0.03560 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.14439
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 49 >=55.600 >=55.600
NA 0.05000 NBRCNT 374 0.01419 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.08824
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 49 >=64.500 >=64.500
NA 0.05000 NBRCNT 374 0.00787 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.06417
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 49 >=124.500 >=124.500
NA 0.05000 NBRCNT 374 0.00006 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.00267
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 81 >=0.100 >=0.100
NA 0.05000 NBRCNT 300 0.68581 NA NA 0.11869 NA
NA 0.06635 NA NA 0.51500 NA NA 0.90333
NA NA 0.03000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 81 >=2.400 >=2.400
NA 0.05000 NBRCNT 300 0.45930 NA NA 0.08321 NA
NA 0.04423 NA NA 0.50833 NA NA 0.75333
NA NA 0.01667 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 81 >=7.500 >=7.500
NA 0.05000 NBRCNT 300 0.30914 NA NA 0.02505 NA
NA 0.01111 NA NA 0.50167 NA NA 0.60000
NA NA 0.00333 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 81 >=15.600 >=15.600
NA 0.05000 NBRCNT 300 0.16393 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.42667
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 81 >=25.600 >=25.600
NA 0.05000 NBRCNT 300 0.09266 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.30000
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 81 >=35.600 >=35.600
NA 0.05000 NBRCNT 300 0.05818 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.22000
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 81 >=45.600 >=45.600
NA 0.05000 NBRCNT 300 0.03237 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.15667
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 81 >=55.600 >=55.600
NA 0.05000 NBRCNT 300 0.01176 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.09333
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 81 >=64.500 >=64.500
NA 0.05000 NBRCNT 300 0.00672 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.07333
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 81 >=124.500 >=124.500
NA 0.05000 NBRCNT 300 0.00004 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.00333
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 121 >=0.100 >=0.100
NA 0.05000 NBRCNT 234 0.68763 NA NA 0.10497 NA
NA 0.02790 NA NA 0.50641 NA NA 0.91880
NA NA 0.01282 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 121 >=2.400 >=2.400
NA 0.05000 NBRCNT 234 0.45839 NA NA 0.07224 NA
NA 0.00000 NA NA 0.50000 NA NA 0.78205
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 121 >=7.500 >=7.500
NA 0.05000 NBRCNT 234 0.30212 NA NA 0.02189 NA
NA 0.00000 NA NA 0.50000 NA NA 0.63248
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 121 >=15.600 >=15.600
NA 0.05000 NBRCNT 234 0.15311 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.44017
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 121 >=25.600 >=25.600
NA 0.05000 NBRCNT 234 0.08579 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.30342
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 121 >=35.600 >=35.600
NA 0.05000 NBRCNT 234 0.05105 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.21368
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 121 >=45.600 >=45.600
NA 0.05000 NBRCNT 234 0.02847 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.14530
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 121 >=55.600 >=55.600
NA 0.05000 NBRCNT 234 0.00973 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.08120
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 121 >=64.500 >=64.500
NA 0.05000 NBRCNT 234 0.00549 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.06838
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 121 >=124.500 >=124.500
NA 0.05000 NBRCNT 234 0.00003 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.00427
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 169 >=0.100 >=0.100
NA 0.05000 NBRCNT 176 0.67843 NA NA 0.10090 NA
NA 0.00000 NA NA 0.50000 NA NA 0.94318
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 169 >=2.400 >=2.400
NA 0.05000 NBRCNT 176 0.45336 NA NA 0.06811 NA
NA 0.00000 NA NA 0.50000 NA NA 0.80114
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 169 >=7.500 >=7.500
NA 0.05000 NBRCNT 176 0.29592 NA NA 0.02036 NA
NA 0.00000 NA NA 0.50000 NA NA 0.64205
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 169 >=15.600 >=15.600
NA 0.05000 NBRCNT 176 0.14652 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.43750
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 169 >=25.600 >=25.600
NA 0.05000 NBRCNT 176 0.08138 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.31818
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 169 >=35.600 >=35.600
NA 0.05000 NBRCNT 176 0.04580 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.22159
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 169 >=45.600 >=45.600
NA 0.05000 NBRCNT 176 0.02500 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.15341
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 169 >=55.600 >=55.600
NA 0.05000 NBRCNT 176 0.00849 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.06818
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 169 >=64.500 >=64.500
NA 0.05000 NBRCNT 176 0.00475 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.05114
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 169 >=124.500 >=124.500
NA 0.05000 NBRCNT 176 0.00002 NA NA 0.00000 NA
NA NA NA NA 0.50000 NA NA 0.00000
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 225 >=0.100 >=0.100
NA 0.05000 NBRCNT 126 0.66017 NA NA 0.10451 NA
NA 0.00000 NA NA 0.50000 NA NA 0.96032
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 225 >=2.400 >=2.400
NA 0.05000 NBRCNT 126 0.44081 NA NA 0.06936 NA
NA 0.00000 NA NA 0.50000 NA NA 0.80159
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 225 >=7.500 >=7.500
NA 0.05000 NBRCNT 126 0.28591 NA NA 0.02037 NA
NA 0.00000 NA NA 0.50000 NA NA 0.61111
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 225 >=15.600 >=15.600
NA 0.05000 NBRCNT 126 0.14382 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.37302
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 225 >=25.600 >=25.600
NA 0.05000 NBRCNT 126 0.07889 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.26984
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 225 >=35.600 >=35.600
NA 0.05000 NBRCNT 126 0.04297 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.17460
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 225 >=45.600 >=45.600
NA 0.05000 NBRCNT 126 0.02289 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.12698
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 225 >=55.600 >=55.600
NA 0.05000 NBRCNT 126 0.00794 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.05556
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 225 >=64.500 >=64.500
NA 0.05000 NBRCNT 126 0.00439 NA NA 0.00000 NA
NA 0.00000 NA NA 0.50000 NA NA 0.05556
NA NA 0.00000 NA NA
V5.0 WRF 270000 20110423_030000 20110423_030000 030000
20110422_090000 20110422_090000 APCP A24 APCP A3
MC_PCP FULL NBRHD 225 >=124.500 >=124.500
NA 0.05000 NBRCNT 126 0.00002 NA NA 0.00000 NA
NA NA NA NA 0.50000 NA NA 0.00000
NA NA 0.00000 NA NA
------------------------------------------------
Subject: nc files for MET
From: John Halley Gotway
Time: Fri Apr 03 13:32:24 2015
Geeta,
The FCST_LEAD column lists the forecast lead time in HHMMSS format.
270000
means that this is output for a 27-hour forecast.
The only way to get a value of 270000 in that column is to pass grid-
stat a
forecast whose lead time is 27 hours. Also note that the forecast
lead
time is included in the grid_stat output file name (270000L):
grid_stat_270000L_20110423_030000V_nbrcnt.txt
My best guess here is that you might be getting confused by the
timestamps
of your observation files.
It's possible that the observation files you're using have a timestamp
in
their filename that indicates the *beginning* of the precipitation
accumulation interval, rather than the *end* of it. We often call the
end
of the accumulation interval the "valid time". That might be causing
you
some confusion when deciding which observation files should be used to
verify which forecast files.
I suggest that you look very closely at the timestamps of the
observation
files and the data they actually contain. And then figure out which
ones
you want to use when verifying your forecasts.
Thanks,
John
On Wed, Apr 1, 2015 at 3:57 AM, Geeta Geeta via RT <met_help at ucar.edu>
wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=71274 >
>
> John I am getting confused with the Begin and End time of the FCST
and OBS
> in my O/P. Pls calrify.
> 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 FBS FBS_BCL FBS_BCU FSS FSS_BCL FSS_BCU
AFSS
> AFSS_BCL AFSS_BCU UFSS UFSS_BCL UFSS_BCU F_RATE F_RATE_BCL
F_RATE_BCU
> O_RATE O_RATE_BCL O_RATE_BCUV5.0 WRF 270000 20110423_030000
> 20110423_030000 030000 20110422_090000 20110422_090000 APCP
A24
> APCP A3 MC_PCP FULL NBRHD
> why it is for 27 hours??? I wanted to veryfy my FCST for 24 hours..
> Sending U my O/P. Pls clarify. Geeta
> From: geeta124 at hotmail.com
> To: met_help at ucar.edu
> Subject: RE: [rt.rap.ucar.edu #71274] AutoReply: nc files for MET
> Date: Wed, 1 Apr 2015 15:16:57 +0530
>
>
>
>
> hi john. I adopted this strategy. 1. Converted 3 hourly Binary files
to NC
> using R script. Rscript ../trmm_to_nc/trmmbin2nc_mod-20110422BNG.R
> 3B42.110423.03z.7.precipitation.bin
3B42.110423.03z.7.precipitation.nc
> 2. Then added these ncfiles using the NCO.
aditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$
> ncadd 3B42.110422.06z.7.precipitation.nc
> 3B42.110422.09z.7.precipitation.nc file1.nc
> 3. But when I ran Grid stat, I got this error.
aditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$
> ./grid_stat-22apr2011.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_defaultDEBUG
> 1: User Config File:
>
./GridStatConfig_V5_22apr2011GSL_RNG_TYPE=mt19937GSL_RNG_SEED=2881100629DEBUG
> 1: Forecast File: ./model24-pcpout-20110422.ncDEBUG 1: Observation
File:
> ./trmm_for_gridstat_fnl.ncWARNING: WARNING: process_scores() ->
> APCP_24(*,*) not found in file: ./trmm_for_gridstat_fnl.ncWARNING:
DEBUG 2:
>
> 4. I then changed the variable name from APCP_24 to APCP_03 in the
Grid
> config file.
> Got the O/p.
> Just want to know if this PROCEDUE is OKAY???.
>
> sending u my data files and config file. Hope there is no Ambiguity
and I
> have not done a messy Job
> Geeta
>
>
>
>
>
> > Subject: [rt.rap.ucar.edu #71274] AutoReply: nc files for MET
> > From: met_help at ucar.edu
> > To: geeta124 at hotmail.com
> > Date: Wed, 1 Apr 2015 02:58:02 -0600
> >
> > Greetings,
> >
> > This message has been automatically generated in response to the
> > creation of a trouble ticket regarding:
> > "nc files for MET",
> > a summary of which appears below.
> >
> > There is no need to reply to this message right now. Your ticket
has
> been
> > assigned an ID of [rt.rap.ucar.edu #71274].
> >
> > Please include the string:
> >
> > [rt.rap.ucar.edu #71274]
> >
> > in the subject line of all future correspondence about this issue.
To do
> so,
> > you may reply to this message.
> >
> > Thank you,
> > met_help at ucar.edu
> >
> >
-------------------------------------------------------------------------
> > Hi John. I had a query reg this data previously too. I have 3
hourly
> TRMM files like this -rw------- 1 aditya aditya 13841488 Jan 27
11:06
> 3B42.20110422.06.7.nc-rw------- 1 aditya aditya 13841488 Jan 27
11:06
> 3B42.20110422.09.7.nc-rw------- 1 aditya aditya 13841492 Jan 27
11:06
> 3B42.20110422.12.7.nc-rw------- 1 aditya aditya 13841492 Jan 27
11:06
> 3B42.20110422.15.7.nc-rw------- 1 aditya aditya 13841492 Jan 27
11:06
> 3B42.20110422.18.7.nc-rw------- 1 aditya aditya 13841492 Jan 27
11:06
> 3B42.20110422.21.7.nc-rw------- 1 aditya aditya 13841488 Jan 27
11:07
> 3B42.20110423.00.7.nc-rw------- 1 aditya aditya 13841488 Jan 27
11:07
> 3B42.20110423.03.7.ncI combined them using NCO and Got one Netcdf
file
> called -rw-rw-r-- 1 aditya aditya 13842052 Apr 1 12:38
> trmm-frm-
06utc22_to_03utc23.ncaditya at agniilap:~/geeta/installs/met/RUN_MET-
22apr2011$
> ncdump -h trmm-frm-06utc22_to_03utc23.nc netcdf
> trmm-frm-06utc22_to_03utc23 {dimensions: time = UNLIMITED ; // (1
> currently) longitude = 1440 ; !
> la!
> > titude = 400 ;variables: double time(time) ;
time:units
> = "hours since 2011-4-22 6" ; double longitude(longitude) ;
> longitude:units = "degrees_east" ; longitude:long_name
=
> "Longitude" ; double latitude(latitude) ;
latitude:units =
> "degrees_north" ; latitude:long_name = "Latitude" ;
> float pcp(time, latitude, longitude) ; pcp:comments =
"Unknown1
> variable comment" ; pcp:long_name = "precipitation
(mm/hr)" ;
> pcp:units = "" ; pcp:grid_name = "grid-1"
;
> pcp:grid_type = "linear" ;
pcp:level_description =
> "Earth surface" ; pcp:time_statistic = "instantaneous"
;
> pcp:missing_value = -9999.9f ; float err(time, latitude,
longitude) ;
> err:comments = "Unknown1 variable comment" ;
> err:long_name = "relative error (mm/hr)" ; err:units =
"" ;
> err:grid_name = "grid-1" ; err:grid_type =
> "linear" ; err:level_description = "Earth surface" ;
> err:time_statistic = "instantaneous" ;
err:missing_value =
> -9999.9f ; float source(time, latitude, longitude) ;
> source:comments = "!
> Un!
> > known1 variable comment" ; source:long_name = "source"
;
> sou!
> > rce:units = "" ; source:grid_name = "grid-1" ;
> source:grid_type = "linear" ; source:level_description =
"Earth
> surface" ; source:time_statistic = "instantaneous" ;
> source:missing_value = -9999.9f ; float hqp(time, latitude,
> longitude) ; hqp:comments = "Unknown1 variable comment" ;
> hqp:long_name = "high quality precipitation (mm/hr)" ;
hqp:units
> = "" ; hqp:grid_name = "grid-1" ;
hqp:grid_type
> = "linear" ; hqp:level_description = "Earth surface" ;
> hqp:time_statistic = "instantaneous" ;
hqp:missing_value =
> -9999.9f ; float irp(time, latitude, longitude) ;
irp:comments =
> "Unknown1 variable comment" ; irp:long_name = "IR
precipitation
> (mm/hr)" ; irp:units = "" ; irp:grid_name
=
> "grid-1" ; irp:grid_type = "linear" ;
> irp:level_description = "Earth surface" ;
irp:time_statistic
> = "instantaneous" ; irp:missing_value = -9999.9f ; float
> satobstime(time, latitude, longitude) ;
satobstime:comments =
> "Unknown1 variable comment" ; satobstime:long_name =
"observati!
> on!
> > time (minutes)" ; satobstime:units = "" ;
> satobstime:grid_name = "grid-1" ;
satobstime:grid_type =
> "linear" ; satobstime:level_description = "Earth
surface" ;
> satobstime:time_statistic = "instantaneous" ;
> satobstime:missing_value = -9999.9f ;// global attributes:
> :Conventions = "COARDS" ; :calendar = "standard" ;
> :comments = "file created by grads using lats4d available from
> http://dao.gsfc.nasa.gov/software/grads/lats4d/" ;
:model =
> "geos/das" ; :center = "gsfc" ; :history =
"Wed Apr
> 1 12:36:39 2015: ncadd temp.nc 3B42.20110423.03.7.nc temp.nc\n",
> "Wed Apr 1 12:36:30 2015: ncadd temp.nc
3B42.20110423.00.7.nc
> temp.nc\n", "Wed Apr 1 12:36:20 2015: ncadd
temp.nc
> 3B42.20110422.21.7.nc temp.nc\n", "Wed Apr 1
> 12:36:13 2015: ncadd temp.nc 3B42.20110422.18.7.nc temp.nc\n",
> "Wed Apr 1 12:35:43 2015: ncadd temp.nc
3B42.20110422.15.7.nc
> temp.nc\n", "Wed Apr 1 12:35:12 2015: ncadd
temp.nc
> 3B42.20110422.12.7.nc temp.nc\n", "Wed Apr 1
> 12:34:10 2015: nca!
> dd!
> > 3B42.20110422.06.7.nc 3B42.20110422.09.7.nc temp.nc" ;
> :nco_!
> > openmp_th!
> > read_number = 1 ;}aditya at agniilap:~/geeta/installs/met/RUN_MET-
22apr2011$
> I want to know how I should Extract the data for the domain that I
am
> interested and secondly how It should be converted to netcdf in the
way
> that is accepted by MET.
> > I am sending you my data on Your FTP server. My dir name is
> geeta_01apr2015Geeta
> >
>
>
------------------------------------------------
Subject: nc files for MET
From: Geeta Geeta
Time: Tue Apr 07 05:09:14 2015
Hi John.
I have done correctly only.
So the 270000L is coming from the MODEL forecast and NOT from the
Observations.
I have hourly model output which I converted to grib1 using the WPP.
I subtracted the 27hour FCST from the 3 hour forecast to get 24 hours
FCST.
aditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$ ncdump -h
model24-pcpout-20110422.nc
netcdf model24-pcpout-20110422 {
dimensions:
lat = 29 ;
lon = 33 ;
variables:
float lat(lat, lon) ;
lat:long_name = "latitude" ;
lat:units = "degrees_north" ;
lat:standard_name = "latitude" ;
float lon(lat, lon) ;
lon:long_name = "longitude" ;
lon:units = "degrees_east" ;
lon:standard_name = "longitude" ;
float APCP_24(lat, lon) ;
APCP_24:name = "APCP" ;
APCP_24:long_name = "Total precipitation" ;
APCP_24:level = "A24" ;
APCP_24:units = "kg/m^2" ;
APCP_24:grib_code = 61 ;
APCP_24:_FillValue = -9999.f ;
APCP_24:init_time = "20110422_000000" ;
APCP_24:init_time_ut = 1303430400 ;
APCP_24:valid_time = "20110423_030000" ;
APCP_24:valid_time_ut = 1303527600 ;
APCP_24:accum_time = "240000" ;
APCP_24:accum_time_sec = 86400 ;
// global attributes:
:FileOrigins = "File model24-pcpout-20110422.nc generated
20150121_112507 UTC on host rmcdlh by the MET pcp_combine tool" ;
:MET_version = "V3.0" ;
:MET_tool = "pcp_combine" ;
:RunCommand = "Subtraction: WRFPRS_d03.027.25grb with
accumulation of 270000 minus WRFPRS_d03.003.25grb with accumulation of
030000." ;
:Projection = "LatLon" ;
:lat_ll = "9.000000 degrees_north" ;
:lon_ll = "73.000000 degrees_east" ;
:delta_lat = "0.250000 degrees" ;
:delta_lon = "0.250000 degrees" ;
:Nlat = "29 grid_points" ;
:Nlon = "33 grid_points" ;
}
aditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$ ncdump -h
model24-pcpout-20110422.nc
I am using the OBSERVATION data starting 06UTC of 22 to the 03UTC of
23 April 2011.
Why the init time in the MODEL FCST is shown to "APCP_24:init_time =
"20110422_000000". Can U pls explain. Thats what is making it to be 27
hours and not 24 hours.
Procedure for the Preparation of Observation files (are 3 hourly TRMM)
1. convert 3B42.110422.06z.7.precipitation.bin to NETCDF using R
script.
2. ADD 8 files using NCO to get one NETCDF file.
Sending you both the Model and Observation files.
Geeta
> Subject: Re: [rt.rap.ucar.edu #71274] AutoReply: nc files for MET
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Fri, 3 Apr 2015 13:32:24 -0600
>
> Geeta,
>
> The FCST_LEAD column lists the forecast lead time in HHMMSS format.
270000
> means that this is output for a 27-hour forecast.
>
> The only way to get a value of 270000 in that column is to pass
grid-stat a
> forecast whose lead time is 27 hours. Also note that the forecast
lead
> time is included in the grid_stat output file name (270000L):
> grid_stat_270000L_20110423_030000V_nbrcnt.txt
>
> My best guess here is that you might be getting confused by the
timestamps
> of your observation files.
>
> It's possible that the observation files you're using have a
timestamp in
> their filename that indicates the *beginning* of the precipitation
> accumulation interval, rather than the *end* of it. We often call
the end
> of the accumulation interval the "valid time". That might be
causing you
> some confusion when deciding which observation files should be used
to
> verify which forecast files.
>
> I suggest that you look very closely at the timestamps of the
observation
> files and the data they actually contain. And then figure out which
ones
> you want to use when verifying your forecasts.
>
> Thanks,
> John
>
> On Wed, Apr 1, 2015 at 3:57 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=71274 >
> >
> > John I am getting confused with the Begin and End time of the FCST
and OBS
> > in my O/P. Pls calrify.
> > 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 FBS FBS_BCL FBS_BCU FSS FSS_BCL FSS_BCU
AFSS
> > AFSS_BCL AFSS_BCU UFSS UFSS_BCL UFSS_BCU F_RATE F_RATE_BCL
F_RATE_BCU
> > O_RATE O_RATE_BCL O_RATE_BCUV5.0 WRF 270000
20110423_030000
> > 20110423_030000 030000 20110422_090000 20110422_090000 APCP
A24
> > APCP A3 MC_PCP FULL NBRHD
> > why it is for 27 hours??? I wanted to veryfy my FCST for 24
hours..
> > Sending U my O/P. Pls clarify. Geeta
> > From: geeta124 at hotmail.com
> > To: met_help at ucar.edu
> > Subject: RE: [rt.rap.ucar.edu #71274] AutoReply: nc files for MET
> > Date: Wed, 1 Apr 2015 15:16:57 +0530
> >
> >
> >
> >
> > hi john. I adopted this strategy. 1. Converted 3 hourly Binary
files to NC
> > using R script. Rscript ../trmm_to_nc/trmmbin2nc_mod-20110422BNG.R
> > 3B42.110423.03z.7.precipitation.bin
3B42.110423.03z.7.precipitation.nc
> > 2. Then added these ncfiles using the NCO.
aditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$
> > ncadd 3B42.110422.06z.7.precipitation.nc
> > 3B42.110422.09z.7.precipitation.nc file1.nc
> > 3. But when I ran Grid stat, I got this error.
aditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$
> > ./grid_stat-22apr2011.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_defaultDEBUG
> > 1: User Config File:
> >
./GridStatConfig_V5_22apr2011GSL_RNG_TYPE=mt19937GSL_RNG_SEED=2881100629DEBUG
> > 1: Forecast File: ./model24-pcpout-20110422.ncDEBUG 1: Observation
File:
> > ./trmm_for_gridstat_fnl.ncWARNING: WARNING: process_scores() ->
> > APCP_24(*,*) not found in file: ./trmm_for_gridstat_fnl.ncWARNING:
DEBUG 2:
> >
> > 4. I then changed the variable name from APCP_24 to APCP_03 in the
Grid
> > config file.
> > Got the O/p.
> > Just want to know if this PROCEDUE is OKAY???.
> >
> > sending u my data files and config file. Hope there is no
Ambiguity and I
> > have not done a messy Job
> > Geeta
> >
> >
> >
> >
> >
> > > Subject: [rt.rap.ucar.edu #71274] AutoReply: nc files for MET
> > > From: met_help at ucar.edu
> > > To: geeta124 at hotmail.com
> > > Date: Wed, 1 Apr 2015 02:58:02 -0600
> > >
> > > Greetings,
> > >
> > > This message has been automatically generated in response to the
> > > creation of a trouble ticket regarding:
> > > "nc files for MET",
> > > a summary of which appears below.
> > >
> > > There is no need to reply to this message right now. Your
ticket has
> > been
> > > assigned an ID of [rt.rap.ucar.edu #71274].
> > >
> > > Please include the string:
> > >
> > > [rt.rap.ucar.edu #71274]
> > >
> > > in the subject line of all future correspondence about this
issue. To do
> > so,
> > > you may reply to this message.
> > >
> > > Thank you,
> > > met_help at ucar.edu
> > >
> > >
-------------------------------------------------------------------------
> > > Hi John. I had a query reg this data previously too. I have 3
hourly
> > TRMM files like this -rw------- 1 aditya aditya 13841488 Jan 27
11:06
> > 3B42.20110422.06.7.nc-rw------- 1 aditya aditya 13841488 Jan 27
11:06
> > 3B42.20110422.09.7.nc-rw------- 1 aditya aditya 13841492 Jan 27
11:06
> > 3B42.20110422.12.7.nc-rw------- 1 aditya aditya 13841492 Jan 27
11:06
> > 3B42.20110422.15.7.nc-rw------- 1 aditya aditya 13841492 Jan 27
11:06
> > 3B42.20110422.18.7.nc-rw------- 1 aditya aditya 13841492 Jan 27
11:06
> > 3B42.20110422.21.7.nc-rw------- 1 aditya aditya 13841488 Jan 27
11:07
> > 3B42.20110423.00.7.nc-rw------- 1 aditya aditya 13841488 Jan 27
11:07
> > 3B42.20110423.03.7.ncI combined them using NCO and Got one Netcdf
file
> > called -rw-rw-r-- 1 aditya aditya 13842052 Apr 1 12:38
> > trmm-frm-
06utc22_to_03utc23.ncaditya at agniilap:~/geeta/installs/met/RUN_MET-
22apr2011$
> > ncdump -h trmm-frm-06utc22_to_03utc23.nc netcdf
> > trmm-frm-06utc22_to_03utc23 {dimensions: time = UNLIMITED ; //
(1
> > currently) longitude = 1440 ; !
> > la!
> > > titude = 400 ;variables: double time(time) ;
time:units
> > = "hours since 2011-4-22 6" ; double longitude(longitude) ;
> > longitude:units = "degrees_east" ;
longitude:long_name =
> > "Longitude" ; double latitude(latitude) ;
latitude:units =
> > "degrees_north" ; latitude:long_name = "Latitude" ;
> > float pcp(time, latitude, longitude) ; pcp:comments =
"Unknown1
> > variable comment" ; pcp:long_name = "precipitation
(mm/hr)" ;
> > pcp:units = "" ; pcp:grid_name = "grid-
1" ;
> > pcp:grid_type = "linear" ;
pcp:level_description =
> > "Earth surface" ; pcp:time_statistic =
"instantaneous" ;
> > pcp:missing_value = -9999.9f ; float err(time, latitude,
longitude) ;
> > err:comments = "Unknown1 variable comment" ;
> > err:long_name = "relative error (mm/hr)" ; err:units
= "" ;
> > err:grid_name = "grid-1" ; err:grid_type
=
> > "linear" ; err:level_description = "Earth surface" ;
> > err:time_statistic = "instantaneous" ;
err:missing_value =
> > -9999.9f ; float source(time, latitude, longitude) ;
> > source:comments = "!
> > Un!
> > > known1 variable comment" ; source:long_name =
"source" ;
> > sou!
> > > rce:units = "" ; source:grid_name = "grid-1" ;
> > source:grid_type = "linear" ; source:level_description
= "Earth
> > surface" ; source:time_statistic = "instantaneous" ;
> > source:missing_value = -9999.9f ; float hqp(time,
latitude,
> > longitude) ; hqp:comments = "Unknown1 variable comment" ;
> > hqp:long_name = "high quality precipitation (mm/hr)" ;
hqp:units
> > = "" ; hqp:grid_name = "grid-1" ;
hqp:grid_type
> > = "linear" ; hqp:level_description = "Earth surface"
;
> > hqp:time_statistic = "instantaneous" ;
hqp:missing_value =
> > -9999.9f ; float irp(time, latitude, longitude) ;
irp:comments =
> > "Unknown1 variable comment" ; irp:long_name = "IR
precipitation
> > (mm/hr)" ; irp:units = "" ;
irp:grid_name =
> > "grid-1" ; irp:grid_type = "linear" ;
> > irp:level_description = "Earth surface" ;
irp:time_statistic
> > = "instantaneous" ; irp:missing_value = -9999.9f ; float
> > satobstime(time, latitude, longitude) ;
satobstime:comments =
> > "Unknown1 variable comment" ; satobstime:long_name =
"observati!
> > on!
> > > time (minutes)" ; satobstime:units = "" ;
> > satobstime:grid_name = "grid-1" ;
satobstime:grid_type =
> > "linear" ; satobstime:level_description = "Earth
surface" ;
> > satobstime:time_statistic = "instantaneous" ;
> > satobstime:missing_value = -9999.9f ;// global attributes:
> > :Conventions = "COARDS" ; :calendar = "standard" ;
> > :comments = "file created by grads using lats4d available from
> > http://dao.gsfc.nasa.gov/software/grads/lats4d/" ;
:model =
> > "geos/das" ; :center = "gsfc" ; :history =
"Wed Apr
> > 1 12:36:39 2015: ncadd temp.nc 3B42.20110423.03.7.nc temp.nc\n",
> > "Wed Apr 1 12:36:30 2015: ncadd temp.nc
3B42.20110423.00.7.nc
> > temp.nc\n", "Wed Apr 1 12:36:20 2015: ncadd
temp.nc
> > 3B42.20110422.21.7.nc temp.nc\n", "Wed Apr 1
> > 12:36:13 2015: ncadd temp.nc 3B42.20110422.18.7.nc temp.nc\n",
> > "Wed Apr 1 12:35:43 2015: ncadd temp.nc
3B42.20110422.15.7.nc
> > temp.nc\n", "Wed Apr 1 12:35:12 2015: ncadd
temp.nc
> > 3B42.20110422.12.7.nc temp.nc\n", "Wed Apr 1
> > 12:34:10 2015: nca!
> > dd!
> > > 3B42.20110422.06.7.nc 3B42.20110422.09.7.nc temp.nc" ;
> > :nco_!
> > > openmp_th!
> > > read_number = 1 ;}aditya at agniilap:~/geeta/installs/met/RUN_MET-
22apr2011$
> > I want to know how I should Extract the data for the domain that I
am
> > interested and secondly how It should be converted to netcdf in
the way
> > that is accepted by MET.
> > > I am sending you my data on Your FTP server. My dir name is
> > geeta_01apr2015Geeta
> > >
> >
> >
>
------------------------------------------------
Subject: nc files for MET
From: Geeta Geeta
Time: Tue Apr 07 05:20:51 2015
Hi John.
I have done correctly only.
So the 270000L is coming from the MODEL forecast and NOT from the
Observations.
I have hourly model output which I converted to grib1 using the WPP.
I subtracted the 27hour FCST from the 3 hour forecast to get 24 hours
FCST.
aditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$ ncdump -h
model24-pcpout-20110422.nc
netcdf model24-pcpout-20110422 {
dimensions:
lat = 29 ;
lon = 33 ;
variables:
float lat(lat, lon) ;
lat:long_name = "latitude" ;
lat:units = "degrees_north" ;
lat:standard_name = "latitude" ;
float lon(lat, lon) ;
lon:long_name = "longitude" ;
lon:units = "degrees_east" ;
lon:standard_name = "longitude" ;
float APCP_24(lat, lon) ;
APCP_24:name = "APCP" ;
APCP_24:long_name = "Total precipitation" ;
APCP_24:level = "A24" ;
APCP_24:units = "kg/m^2" ;
APCP_24:grib_code = 61 ;
APCP_24:_FillValue = -9999.f ;
APCP_24:init_time = "20110422_000000" ;
APCP_24:init_time_ut = 1303430400 ;
APCP_24:valid_time = "20110423_030000" ;
APCP_24:valid_time_ut = 1303527600 ;
APCP_24:accum_time = "240000" ;
APCP_24:accum_time_sec = 86400 ;
// global attributes:
:FileOrigins = "File model24-pcpout-20110422.nc generated
20150121_112507 UTC on host rmcdlh by the MET pcp_combine tool" ;
:MET_version = "V3.0" ;
:MET_tool = "pcp_combine" ;
:RunCommand = "Subtraction: WRFPRS_d03.027.25grb with
accumulation of 270000 minus WRFPRS_d03.003.25grb with accumulation of
030000." ;
:Projection = "LatLon" ;
:lat_ll = "9.000000 degrees_north" ;
:lon_ll = "73.000000 degrees_east" ;
:delta_lat = "0.250000 degrees" ;
:delta_lon = "0.250000 degrees" ;
:Nlat = "29 grid_points" ;
:Nlon = "33 grid_points" ;
}
aditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$ ncdump -h
model24-pcpout-20110422.nc
I am using the OBSERVATION data starting 06UTC of 22 to the 03UTC of
23 April 2011.
Why the init time is shown to "APCP_24:init_time = "20110422_000000".
Can U pls explain. Thats what is making it to be 27 hours and not 24
hours.
sending you both the Model and Observation files.
Geeta
> Subject: Re: [rt.rap.ucar.edu #71274] AutoReply: nc files for MET
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Fri, 3 Apr 2015 13:32:24 -0600
>
> Geeta,
>
> The FCST_LEAD column lists the forecast lead time in HHMMSS format.
270000
> means that this is output for a 27-hour forecast.
>
> The only way to get a value of 270000 in that column is to pass
grid-stat a
> forecast whose lead time is 27 hours. Also note that the forecast
lead
> time is included in the grid_stat output file name (270000L):
> grid_stat_270000L_20110423_030000V_nbrcnt.txt
>
> My best guess here is that you might be getting confused by the
timestamps
> of your observation files.
>
> It's possible that the observation files you're using have a
timestamp in
> their filename that indicates the *beginning* of the precipitation
> accumulation interval, rather than the *end* of it. We often call
the end
> of the accumulation interval the "valid time". That might be
causing you
> some confusion when deciding which observation files should be used
to
> verify which forecast files.
>
> I suggest that you look very closely at the timestamps of the
observation
> files and the data they actually contain. And then figure out which
ones
> you want to use when verifying your forecasts.
>
> Thanks,
> John
>
> On Wed, Apr 1, 2015 at 3:57 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=71274 >
> >
> > John I am getting confused with the Begin and End time of the FCST
and OBS
> > in my O/P. Pls calrify.
> > 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 FBS FBS_BCL FBS_BCU FSS FSS_BCL FSS_BCU
AFSS
> > AFSS_BCL AFSS_BCU UFSS UFSS_BCL UFSS_BCU F_RATE F_RATE_BCL
F_RATE_BCU
> > O_RATE O_RATE_BCL O_RATE_BCUV5.0 WRF 270000
20110423_030000
> > 20110423_030000 030000 20110422_090000 20110422_090000 APCP
A24
> > APCP A3 MC_PCP FULL NBRHD
> > why it is for 27 hours??? I wanted to veryfy my FCST for 24
hours..
> > Sending U my O/P. Pls clarify. Geeta
> > From: geeta124 at hotmail.com
> > To: met_help at ucar.edu
> > Subject: RE: [rt.rap.ucar.edu #71274] AutoReply: nc files for MET
> > Date: Wed, 1 Apr 2015 15:16:57 +0530
> >
> >
> >
> >
> > hi john. I adopted this strategy. 1. Converted 3 hourly Binary
files to NC
> > using R script. Rscript ../trmm_to_nc/trmmbin2nc_mod-20110422BNG.R
> > 3B42.110423.03z.7.precipitation.bin
3B42.110423.03z.7.precipitation.nc
> > 2. Then added these ncfiles using the NCO.
aditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$
> > ncadd 3B42.110422.06z.7.precipitation.nc
> > 3B42.110422.09z.7.precipitation.nc file1.nc
> > 3. But when I ran Grid stat, I got this error.
aditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$
> > ./grid_stat-22apr2011.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_defaultDEBUG
> > 1: User Config File:
> >
./GridStatConfig_V5_22apr2011GSL_RNG_TYPE=mt19937GSL_RNG_SEED=2881100629DEBUG
> > 1: Forecast File: ./model24-pcpout-20110422.ncDEBUG 1: Observation
File:
> > ./trmm_for_gridstat_fnl.ncWARNING: WARNING: process_scores() ->
> > APCP_24(*,*) not found in file: ./trmm_for_gridstat_fnl.ncWARNING:
DEBUG 2:
> >
> > 4. I then changed the variable name from APCP_24 to APCP_03 in the
Grid
> > config file.
> > Got the O/p.
> > Just want to know if this PROCEDUE is OKAY???.
> >
> > sending u my data files and config file. Hope there is no
Ambiguity and I
> > have not done a messy Job
> > Geeta
> >
> >
> >
> >
> >
> > > Subject: [rt.rap.ucar.edu #71274] AutoReply: nc files for MET
> > > From: met_help at ucar.edu
> > > To: geeta124 at hotmail.com
> > > Date: Wed, 1 Apr 2015 02:58:02 -0600
> > >
> > > Greetings,
> > >
> > > This message has been automatically generated in response to the
> > > creation of a trouble ticket regarding:
> > > "nc files for MET",
> > > a summary of which appears below.
> > >
> > > There is no need to reply to this message right now. Your
ticket has
> > been
> > > assigned an ID of [rt.rap.ucar.edu #71274].
> > >
> > > Please include the string:
> > >
> > > [rt.rap.ucar.edu #71274]
> > >
> > > in the subject line of all future correspondence about this
issue. To do
> > so,
> > > you may reply to this message.
> > >
> > > Thank you,
> > > met_help at ucar.edu
> > >
> > >
-------------------------------------------------------------------------
> > > Hi John. I had a query reg this data previously too. I have 3
hourly
> > TRMM files like this -rw------- 1 aditya aditya 13841488 Jan 27
11:06
> > 3B42.20110422.06.7.nc-rw------- 1 aditya aditya 13841488 Jan 27
11:06
> > 3B42.20110422.09.7.nc-rw------- 1 aditya aditya 13841492 Jan 27
11:06
> > 3B42.20110422.12.7.nc-rw------- 1 aditya aditya 13841492 Jan 27
11:06
> > 3B42.20110422.15.7.nc-rw------- 1 aditya aditya 13841492 Jan 27
11:06
> > 3B42.20110422.18.7.nc-rw------- 1 aditya aditya 13841492 Jan 27
11:06
> > 3B42.20110422.21.7.nc-rw------- 1 aditya aditya 13841488 Jan 27
11:07
> > 3B42.20110423.00.7.nc-rw------- 1 aditya aditya 13841488 Jan 27
11:07
> > 3B42.20110423.03.7.ncI combined them using NCO and Got one Netcdf
file
> > called -rw-rw-r-- 1 aditya aditya 13842052 Apr 1 12:38
> > trmm-frm-
06utc22_to_03utc23.ncaditya at agniilap:~/geeta/installs/met/RUN_MET-
22apr2011$
> > ncdump -h trmm-frm-06utc22_to_03utc23.nc netcdf
> > trmm-frm-06utc22_to_03utc23 {dimensions: time = UNLIMITED ; //
(1
> > currently) longitude = 1440 ; !
> > la!
> > > titude = 400 ;variables: double time(time) ;
time:units
> > = "hours since 2011-4-22 6" ; double longitude(longitude) ;
> > longitude:units = "degrees_east" ;
longitude:long_name =
> > "Longitude" ; double latitude(latitude) ;
latitude:units =
> > "degrees_north" ; latitude:long_name = "Latitude" ;
> > float pcp(time, latitude, longitude) ; pcp:comments =
"Unknown1
> > variable comment" ; pcp:long_name = "precipitation
(mm/hr)" ;
> > pcp:units = "" ; pcp:grid_name = "grid-
1" ;
> > pcp:grid_type = "linear" ;
pcp:level_description =
> > "Earth surface" ; pcp:time_statistic =
"instantaneous" ;
> > pcp:missing_value = -9999.9f ; float err(time, latitude,
longitude) ;
> > err:comments = "Unknown1 variable comment" ;
> > err:long_name = "relative error (mm/hr)" ; err:units
= "" ;
> > err:grid_name = "grid-1" ; err:grid_type
=
> > "linear" ; err:level_description = "Earth surface" ;
> > err:time_statistic = "instantaneous" ;
err:missing_value =
> > -9999.9f ; float source(time, latitude, longitude) ;
> > source:comments = "!
> > Un!
> > > known1 variable comment" ; source:long_name =
"source" ;
> > sou!
> > > rce:units = "" ; source:grid_name = "grid-1" ;
> > source:grid_type = "linear" ; source:level_description
= "Earth
> > surface" ; source:time_statistic = "instantaneous" ;
> > source:missing_value = -9999.9f ; float hqp(time,
latitude,
> > longitude) ; hqp:comments = "Unknown1 variable comment" ;
> > hqp:long_name = "high quality precipitation (mm/hr)" ;
hqp:units
> > = "" ; hqp:grid_name = "grid-1" ;
hqp:grid_type
> > = "linear" ; hqp:level_description = "Earth surface"
;
> > hqp:time_statistic = "instantaneous" ;
hqp:missing_value =
> > -9999.9f ; float irp(time, latitude, longitude) ;
irp:comments =
> > "Unknown1 variable comment" ; irp:long_name = "IR
precipitation
> > (mm/hr)" ; irp:units = "" ;
irp:grid_name =
> > "grid-1" ; irp:grid_type = "linear" ;
> > irp:level_description = "Earth surface" ;
irp:time_statistic
> > = "instantaneous" ; irp:missing_value = -9999.9f ; float
> > satobstime(time, latitude, longitude) ;
satobstime:comments =
> > "Unknown1 variable comment" ; satobstime:long_name =
"observati!
> > on!
> > > time (minutes)" ; satobstime:units = "" ;
> > satobstime:grid_name = "grid-1" ;
satobstime:grid_type =
> > "linear" ; satobstime:level_description = "Earth
surface" ;
> > satobstime:time_statistic = "instantaneous" ;
> > satobstime:missing_value = -9999.9f ;// global attributes:
> > :Conventions = "COARDS" ; :calendar = "standard" ;
> > :comments = "file created by grads using lats4d available from
> > http://dao.gsfc.nasa.gov/software/grads/lats4d/" ;
:model =
> > "geos/das" ; :center = "gsfc" ; :history =
"Wed Apr
> > 1 12:36:39 2015: ncadd temp.nc 3B42.20110423.03.7.nc temp.nc\n",
> > "Wed Apr 1 12:36:30 2015: ncadd temp.nc
3B42.20110423.00.7.nc
> > temp.nc\n", "Wed Apr 1 12:36:20 2015: ncadd
temp.nc
> > 3B42.20110422.21.7.nc temp.nc\n", "Wed Apr 1
> > 12:36:13 2015: ncadd temp.nc 3B42.20110422.18.7.nc temp.nc\n",
> > "Wed Apr 1 12:35:43 2015: ncadd temp.nc
3B42.20110422.15.7.nc
> > temp.nc\n", "Wed Apr 1 12:35:12 2015: ncadd
temp.nc
> > 3B42.20110422.12.7.nc temp.nc\n", "Wed Apr 1
> > 12:34:10 2015: nca!
> > dd!
> > > 3B42.20110422.06.7.nc 3B42.20110422.09.7.nc temp.nc" ;
> > :nco_!
> > > openmp_th!
> > > read_number = 1 ;}aditya at agniilap:~/geeta/installs/met/RUN_MET-
22apr2011$
> > I want to know how I should Extract the data for the domain that I
am
> > interested and secondly how It should be converted to netcdf in
the way
> > that is accepted by MET.
> > > I am sending you my data on Your FTP server. My dir name is
> > geeta_01apr2015Geeta
> > >
> >
> >
>
------------------------------------------------
Subject: nc files for MET
From: John Halley Gotway
Time: Mon Apr 13 14:03:20 2015
Geeta,
I see from the information you sent to me that you run pcp_combine to
subtract the 0-3 hour accumulation from the 0-27 hour accumulation
resulting in the 24-hour accumulation between hours 03 and 27. I
believe
the timestamps are correct... this is a 24-hour accumulation for the
27-hour forecast. The model was initialized at 20110422_000000. And
you're looking at the 24-hour accumulation from 20110422_030000 to
20110423_030000.
The trmmbin2nc.R script uses the timestamp of the file to indicate the
*beginning* of the accumulation interval, not the end. You've added 8
3-hourly TRMM files together to get a 24-hour accumulation. Looking
at the
"history" attribute of the TRMM NetCDF file you sent, I see the
following:
:history = "Wed Apr 1 14:58:13 2015: ncadd file1.nc
3B42.110423.03z.7.precipitation.nc file1.nc\n",
"Wed Apr 1 14:58:03 2015: ncadd file1.nc
3B42.110423.00z.7.precipitation.nc file1.nc\n",
"Wed Apr 1 14:57:52 2015: ncadd file1.nc
3B42.110422.21z.7.precipitation.nc file1.nc\n",
"Wed Apr 1 14:57:44 2015: ncadd file1.nc
3B42.110422.18z.7.precipitation.nc file1.nc\n",
"Wed Apr 1 14:57:37 2015: ncadd file1.nc
3B42.110422.15z.7.precipitation.nc file1.nc\n",
"Wed Apr 1 14:57:26 2015: ncadd file1.nc
3B42.110422.12z.7.precipitation.nc file1.nc\n",
"Wed Apr 1 14:57:12 2015: ncadd
3B42.110422.06z.7.precipitation.nc 3B42.110422.09z.7.precipitation.nc
file1.nc" ;
Those 8 files will give you an 24-hour accumulation. I see timestamps
for
00, 03, 06, 09, 12, 15, 18, and 21. That'll give you a 24-hour
accumulation from 20110422_000000 to 20110422_000000.
As I mentioned in my earlier email, you really need to pay attention
to how
the timestamps in the filenames relate to the data they contain. For
you
model output, the forecast lead time indicates the the end of the
accumulation interval. For the TRMM data, the timestamp indicates the
beginning of the accumulation interval. Once you get that
straightened
out, you should be able to fix this warning message.
John
On Tue, Apr 7, 2015 at 5:20 AM, Geeta Geeta via RT <met_help at ucar.edu>
wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=71274 >
>
> Hi John.
> I have done correctly only.
> So the 270000L is coming from the MODEL forecast and NOT from the
> Observations.
> I have hourly model output which I converted to grib1 using the WPP.
> I subtracted the 27hour FCST from the 3 hour forecast to get 24
hours FCST.
> aditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$ ncdump -h
> model24-pcpout-20110422.nc
> netcdf model24-pcpout-20110422 {
> dimensions:
> lat = 29 ;
> lon = 33 ;
> variables:
> float lat(lat, lon) ;
> lat:long_name = "latitude" ;
> lat:units = "degrees_north" ;
> lat:standard_name = "latitude" ;
> float lon(lat, lon) ;
> lon:long_name = "longitude" ;
> lon:units = "degrees_east" ;
> lon:standard_name = "longitude" ;
> float APCP_24(lat, lon) ;
> APCP_24:name = "APCP" ;
> APCP_24:long_name = "Total precipitation" ;
> APCP_24:level = "A24" ;
> APCP_24:units = "kg/m^2" ;
> APCP_24:grib_code = 61 ;
> APCP_24:_FillValue = -9999.f ;
> APCP_24:init_time = "20110422_000000" ;
> APCP_24:init_time_ut = 1303430400 ;
> APCP_24:valid_time = "20110423_030000" ;
> APCP_24:valid_time_ut = 1303527600 ;
> APCP_24:accum_time = "240000" ;
> APCP_24:accum_time_sec = 86400 ;
>
> // global attributes:
> :FileOrigins = "File model24-pcpout-20110422.nc generated
> 20150121_112507 UTC on host rmcdlh by the MET pcp_combine tool" ;
> :MET_version = "V3.0" ;
> :MET_tool = "pcp_combine" ;
> :RunCommand = "Subtraction: WRFPRS_d03.027.25grb with
accumulation
> of 270000 minus WRFPRS_d03.003.25grb with accumulation of 030000." ;
> :Projection = "LatLon" ;
> :lat_ll = "9.000000 degrees_north" ;
> :lon_ll = "73.000000 degrees_east" ;
> :delta_lat = "0.250000 degrees" ;
> :delta_lon = "0.250000 degrees" ;
> :Nlat = "29 grid_points" ;
> :Nlon = "33 grid_points" ;
> }
> aditya at agniilap:~/geeta/installs/met/RUN_MET-22apr2011$ ncdump -h
> model24-pcpout-20110422.nc
>
> I am using the OBSERVATION data starting 06UTC of 22 to the 03UTC of
23
> April 2011.
>
> Why the init time is shown to "APCP_24:init_time =
"20110422_000000". Can
> U pls explain. Thats what is making it to be 27 hours and not 24
hours.
>
> sending you both the Model and Observation files.
>
> Geeta
>
>
> > Subject: Re: [rt.rap.ucar.edu #71274] AutoReply: nc files for MET
> > From: met_help at ucar.edu
> > To: geeta124 at hotmail.com
> > Date: Fri, 3 Apr 2015 13:32:24 -0600
> >
> > Geeta,
> >
> > The FCST_LEAD column lists the forecast lead time in HHMMSS
format.
> 270000
> > means that this is output for a 27-hour forecast.
> >
> > The only way to get a value of 270000 in that column is to pass
> grid-stat a
> > forecast whose lead time is 27 hours. Also note that the forecast
lead
> > time is included in the grid_stat output file name (270000L):
> > grid_stat_270000L_20110423_030000V_nbrcnt.txt
> >
> > My best guess here is that you might be getting confused by the
> timestamps
> > of your observation files.
> >
> > It's possible that the observation files you're using have a
timestamp in
> > their filename that indicates the *beginning* of the precipitation
> > accumulation interval, rather than the *end* of it. We often call
the
> end
> > of the accumulation interval the "valid time". That might be
causing you
> > some confusion when deciding which observation files should be
used to
> > verify which forecast files.
> >
> > I suggest that you look very closely at the timestamps of the
observation
> > files and the data they actually contain. And then figure out
which ones
> > you want to use when verifying your forecasts.
> >
> > Thanks,
> > John
> >
> > On Wed, Apr 1, 2015 at 3:57 AM, Geeta Geeta via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=71274 >
> > >
> > > John I am getting confused with the Begin and End time of the
FCST and
> OBS
> > > in my O/P. Pls calrify.
> > > 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 FBS FBS_BCL FBS_BCU FSS FSS_BCL FSS_BCU
AFSS
> > > AFSS_BCL AFSS_BCU UFSS UFSS_BCL UFSS_BCU F_RATE F_RATE_BCL
> F_RATE_BCU
> > > O_RATE O_RATE_BCL O_RATE_BCUV5.0 WRF 270000
20110423_030000
> > > 20110423_030000 030000 20110422_090000 20110422_090000 APCP
A24
> > > APCP A3 MC_PCP FULL NBRHD
> > > why it is for 27 hours??? I wanted to veryfy my FCST for 24
hours..
> > > Sending U my O/P. Pls clarify. Geeta
> > > From: geeta124 at hotmail.com
> > > To: met_help at ucar.edu
> > > Subject: RE: [rt.rap.ucar.edu #71274] AutoReply: nc files for
MET
> > > Date: Wed, 1 Apr 2015 15:16:57 +0530
> > >
> > >
> > >
> > >
> > > hi john. I adopted this strategy. 1. Converted 3 hourly Binary
files
> to NC
> > > using R script. Rscript ../trmm_to_nc/trmmbin2nc_mod-
20110422BNG.R
> > > 3B42.110423.03z.7.precipitation.bin
3B42.110423.03z.7.precipitation.nc
> > > 2. Then added these ncfiles using the NCO. aditya at agniilap
> :~/geeta/installs/met/RUN_MET-22apr2011$
> > > ncadd 3B42.110422.06z.7.precipitation.nc
> > > 3B42.110422.09z.7.precipitation.nc file1.nc
> > > 3. But when I ran Grid stat, I got this error. aditya at agniilap
> :~/geeta/installs/met/RUN_MET-22apr2011$
> > > ./grid_stat-22apr2011.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_defaultDEBUG
> > > 1: User Config File:
> > >
>
./GridStatConfig_V5_22apr2011GSL_RNG_TYPE=mt19937GSL_RNG_SEED=2881100629DEBUG
> > > 1: Forecast File: ./model24-pcpout-20110422.ncDEBUG 1:
Observation
> File:
> > > ./trmm_for_gridstat_fnl.ncWARNING: WARNING: process_scores() ->
> > > APCP_24(*,*) not found in file:
./trmm_for_gridstat_fnl.ncWARNING:
> DEBUG 2:
> > >
> > > 4. I then changed the variable name from APCP_24 to APCP_03 in
the Grid
> > > config file.
> > > Got the O/p.
> > > Just want to know if this PROCEDUE is OKAY???.
> > >
> > > sending u my data files and config file. Hope there is no
Ambiguity
> and I
> > > have not done a messy Job
> > > Geeta
> > >
> > >
> > >
> > >
> > >
> > > > Subject: [rt.rap.ucar.edu #71274] AutoReply: nc files for MET
> > > > From: met_help at ucar.edu
> > > > To: geeta124 at hotmail.com
> > > > Date: Wed, 1 Apr 2015 02:58:02 -0600
> > > >
> > > > Greetings,
> > > >
> > > > This message has been automatically generated in response to
the
> > > > creation of a trouble ticket regarding:
> > > > "nc files for MET",
> > > > a summary of which appears below.
> > > >
> > > > There is no need to reply to this message right now. Your
ticket has
> > > been
> > > > assigned an ID of [rt.rap.ucar.edu #71274].
> > > >
> > > > Please include the string:
> > > >
> > > > [rt.rap.ucar.edu #71274]
> > > >
> > > > in the subject line of all future correspondence about this
issue.
> To do
> > > so,
> > > > you may reply to this message.
> > > >
> > > > Thank you,
> > > > met_help at ucar.edu
> > > >
> > > >
>
-------------------------------------------------------------------------
> > > > Hi John. I had a query reg this data previously too. I have 3
hourly
> > > TRMM files like this -rw------- 1 aditya aditya 13841488 Jan 27
11:06
> > > 3B42.20110422.06.7.nc-rw------- 1 aditya aditya 13841488 Jan 27
11:06
> > > 3B42.20110422.09.7.nc-rw------- 1 aditya aditya 13841492 Jan 27
11:06
> > > 3B42.20110422.12.7.nc-rw------- 1 aditya aditya 13841492 Jan 27
11:06
> > > 3B42.20110422.15.7.nc-rw------- 1 aditya aditya 13841492 Jan 27
11:06
> > > 3B42.20110422.18.7.nc-rw------- 1 aditya aditya 13841492 Jan 27
11:06
> > > 3B42.20110422.21.7.nc-rw------- 1 aditya aditya 13841488 Jan 27
11:07
> > > 3B42.20110423.00.7.nc-rw------- 1 aditya aditya 13841488 Jan 27
11:07
> > > 3B42.20110423.03.7.ncI combined them using NCO and Got one
Netcdf file
> > > called -rw-rw-r-- 1 aditya aditya 13842052 Apr 1 12:38
> > > trmm-frm-06utc22_to_03utc23.ncaditya at agniilap
> :~/geeta/installs/met/RUN_MET-22apr2011$
> > > ncdump -h trmm-frm-06utc22_to_03utc23.nc netcdf
> > > trmm-frm-06utc22_to_03utc23 {dimensions: time = UNLIMITED ; //
(1
> > > currently) longitude = 1440 ; !
> > > la!
> > > > titude = 400 ;variables: double time(time) ;
> time:units
> > > = "hours since 2011-4-22 6" ; double longitude(longitude)
;
> > > longitude:units = "degrees_east" ;
longitude:long_name =
> > > "Longitude" ; double latitude(latitude) ;
> latitude:units =
> > > "degrees_north" ; latitude:long_name = "Latitude" ;
> > > float pcp(time, latitude, longitude) ; pcp:comments =
> "Unknown1
> > > variable comment" ; pcp:long_name = "precipitation
(mm/hr)"
> ;
> > > pcp:units = "" ; pcp:grid_name =
"grid-1" ;
> > > pcp:grid_type = "linear" ;
pcp:level_description =
> > > "Earth surface" ; pcp:time_statistic =
"instantaneous" ;
> > > pcp:missing_value = -9999.9f ; float err(time, latitude,
> longitude) ;
> > > err:comments = "Unknown1 variable comment" ;
> > > err:long_name = "relative error (mm/hr)" ;
err:units = ""
> ;
> > > err:grid_name = "grid-1" ;
err:grid_type =
> > > "linear" ; err:level_description = "Earth surface"
;
> > > err:time_statistic = "instantaneous" ;
err:missing_value
> =
> > > -9999.9f ; float source(time, latitude, longitude) ;
> > > source:comments = "!
> > > Un!
> > > > known1 variable comment" ; source:long_name =
"source" ;
> > > sou!
> > > > rce:units = "" ; source:grid_name = "grid-1" ;
> > > source:grid_type = "linear" ;
source:level_description =
> "Earth
> > > surface" ; source:time_statistic = "instantaneous" ;
> > > source:missing_value = -9999.9f ; float hqp(time,
latitude,
> > > longitude) ; hqp:comments = "Unknown1 variable comment"
;
> > > hqp:long_name = "high quality precipitation (mm/hr)" ;
> hqp:units
> > > = "" ; hqp:grid_name = "grid-1" ;
> hqp:grid_type
> > > = "linear" ; hqp:level_description = "Earth
surface" ;
> > > hqp:time_statistic = "instantaneous" ;
> hqp:missing_value =
> > > -9999.9f ; float irp(time, latitude, longitude) ;
> irp:comments =
> > > "Unknown1 variable comment" ; irp:long_name = "IR
> precipitation
> > > (mm/hr)" ; irp:units = "" ;
irp:grid_name =
> > > "grid-1" ; irp:grid_type = "linear" ;
> > > irp:level_description = "Earth surface" ;
> irp:time_statistic
> > > = "instantaneous" ; irp:missing_value = -9999.9f ;
float
> > > satobstime(time, latitude, longitude) ;
satobstime:comments =
> > > "Unknown1 variable comment" ; satobstime:long_name =
> "observati!
> > > on!
> > > > time (minutes)" ; satobstime:units = "" ;
> > > satobstime:grid_name = "grid-1" ;
satobstime:grid_type =
> > > "linear" ; satobstime:level_description = "Earth
> surface" ;
> > > satobstime:time_statistic = "instantaneous" ;
> > > satobstime:missing_value = -9999.9f ;// global attributes:
> > > :Conventions = "COARDS" ; :calendar = "standard" ;
> > > :comments = "file created by grads using lats4d available
from
> > > http://dao.gsfc.nasa.gov/software/grads/lats4d/" ;
> :model =
> > > "geos/das" ; :center = "gsfc" ; :history
= "Wed
> Apr
> > > 1 12:36:39 2015: ncadd temp.nc 3B42.20110423.03.7.nc temp.nc\n",
> > > "Wed Apr 1 12:36:30 2015: ncadd temp.nc
> 3B42.20110423.00.7.nc
> > > temp.nc\n", "Wed Apr 1 12:36:20 2015:
ncadd
> temp.nc
> > > 3B42.20110422.21.7.nc temp.nc\n", "Wed Apr
1
> > > 12:36:13 2015: ncadd temp.nc 3B42.20110422.18.7.nc temp.nc\n",
> > > "Wed Apr 1 12:35:43 2015: ncadd temp.nc
> 3B42.20110422.15.7.nc
> > > temp.nc\n", "Wed Apr 1 12:35:12 2015:
ncadd
> temp.nc
> > > 3B42.20110422.12.7.nc temp.nc\n", "Wed Apr
1
> > > 12:34:10 2015: nca!
> > > dd!
> > > > 3B42.20110422.06.7.nc 3B42.20110422.09.7.nc temp.nc" ;
> > > :nco_!
> > > > openmp_th!
> > > > read_number = 1 ;}aditya at agniilap
> :~/geeta/installs/met/RUN_MET-22apr2011$
> > > I want to know how I should Extract the data for the domain that
I am
> > > interested and secondly how It should be converted to netcdf in
the way
> > > that is accepted by MET.
> > > > I am sending you my data on Your FTP server. My dir name is
> > > geeta_01apr2015Geeta
> > > >
> > >
> > >
> >
>
>
------------------------------------------------
More information about the Met_help
mailing list