<div dir="ltr">John, <br>thanks very much for your help, I decided to convert my NetCDF file to GRIB1 file<br>using `cdo -f grb copy ...` command...do you have any (...) about known problems with this<br>procedure?<br>Anyway I hope version 2.0 of MET will accept general format of NetCDF files.<br>
Thanks again, bye, Valerio<br><br><div class="gmail_quote">2008/9/23 John Halley Gotway <span dir="ltr">&lt;<a href="mailto:johnhg@rap.ucar.edu">johnhg@rap.ucar.edu</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Valerio,<br>
<br>
I do think that it would be reasonable to massage your NetCDF files into a format that METv1.1 would read. &nbsp;However, METv1.1 is only compatible with a rather rigid format of NetCDF at this point. &nbsp;For<br>
the next release of MET, version 2.0, we&#39;re planning to support a more general format of NetCDF.<br>
<br>
Currently, MET expects gridded NetCDF data to abide by the following conventions:<br>
<br>
(1) dimensions named &quot;lat&quot; and &quot;lon&quot; define the dimension of the data.<br>
(2) variables have only two dimensions, &quot;lat&quot; and &quot;lon&quot;.<br>
(3) variables are named using the GRIB code abbreviation for the GRIB field they represent and are in the units prescribed by that GRIB code. &nbsp;For example, a variable containing accumulated<br>
precipitation would be named &quot;APCP&quot; (GRIB code abbreviation) and its units would be millimeters.<br>
(4) several variable attributes are required to define the initialization, valid, and accumulation (if applicable) times.<br>
(5) global attributes defining the grid on which the data resides must be defined.<br>
<br>
The definition of the grid in (5) is necessary to perform conversions between lat/lon and grid x/y.<br>
<br>
I&#39;ve attached a sample output file from PCP-Combine. &nbsp;This example contains data on a lat/lon grid - which I&#39;m guessing is the projection your data is on. &nbsp;The attached file that ends in &quot;.dump&quot; is<br>
just a dump of the NetCDF header. &nbsp;In that file, please note the following:<br>
<br>
(1) The &quot;lat&quot; and &quot;lon&quot; dimensions are defined.<br>
(2) The variable named APCP contains accumulated precipitation in mm. &nbsp;The GRIB codes and corresponding abbreviations are defined here: <a href="http://www.nco.ncep.noaa.gov/pmb/docs/on388/table2.html" target="_blank">http://www.nco.ncep.noaa.gov/pmb/docs/on388/table2.html</a><br>

(3) The APCP variable contains the several attributes, but only the following are actually read by the code: level, init_time_ut, valid_time_ut, and accum_time (if not applicable, just set to 0).<br>
The &quot;_ut&quot; is for unixtime, or seconds since January 1, 1970.<br>
(4) Global attributes defining the projectsion:<br>
:Projection = &quot;LatLon&quot; ;<br>
:lat_ll_deg = &quot;25.063000 degrees_north&quot; ;<br>
:lon_ll_deg = &quot;-124.938000 degrees_east&quot; ;<br>
:delta_lat_deg = &quot;0.125000 degrees&quot; ;<br>
:delta_lon_deg = &quot;0.125000 degrees&quot; ;<br>
:Nlat = &quot;224 grid_points&quot; ;<br>
:Nlon = &quot;464 grid_points&quot; ;<br>
Here you&#39;ll just insert your grid definition info.<br>
<br>
Hope that helps, and feel free to write with more questions about this.<br>
<br>
John Halley-Gotway<br>
<a href="mailto:johnhg@ucar.edu">johnhg@ucar.edu</a><br>
<div><div></div><div class="Wj3C7c"><br>
<br>
capecchi wrote:<br>
&gt; Dear met_help,<br>
&gt; I&#39;m currently involved in WRF verification issues for a biometeorological<br>
&gt; service in Italy.<br>
&gt; I&#39;m interested in point-stat tools but I have, as input forecast data,<br>
&gt; NetCDF files derived and post-elaborated from WRF GRIB1 output.<br>
&gt; I read from MET User Guide that I&#39;m supposed to provide as input data only<br>
&gt; GRIB1 files or NetCDF format<br>
&gt; that is output from the Pcp-Combine tool; I&#39;m wondering if my NetCDF file<br>
&gt; format are like the Pcp-Combine tool&#39;s format<br>
&gt; (I&#39;m attaching one as sample) or if you can suggest me some NetCDF to GRIB1<br>
&gt; converter tools (like cdo, nco, or...)<br>
&gt; Thanks in advance for any help you can give me, regards, Valerio Capecchi<br>
&gt;<br>
&gt; **************************************************************************<br>
&gt;<br>
&gt; Valerio Capecchi<br>
&gt;<br>
&gt; --------------------------------------------------------------------------<br>
&gt; Interdepartemental Centre of Bioclimatology - University of Florence<br>
&gt; Piazzale delle Cascine 18<br>
&gt; 50144 Firenze. Italia<br>
&gt; Tel: +39 0553288257<br>
&gt; Fax: +39 055332472<br>
&gt;<br>
&gt; WEB <a href="http://www.unifi.it/cib" target="_blank">http://www.unifi.it/cib</a><br>
&gt; ---------------------------------------------------------------------------<br>
&gt; CNR IBIMET - LaMMA (Laboratory for Meteorology and Environmental Modelling)<br>
&gt; EDIFICIO D<br>
&gt; VIA MADONNA DEL PIANO &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 50019 SESTO FIORENTINO (FI)<br>
&gt; tel &nbsp;+39 055 &nbsp;5226041/2<br>
&gt; fax &nbsp;+39 055 &nbsp;444083<br>
&gt;<br>
&gt; <a href="http://www.lamma.rete.toscana.it/bioclima" target="_blank">http://www.lamma.rete.toscana.it/bioclima</a><br>
&gt; ---------------------------------------------------------------------------<br>
&gt;<br>
&gt; ***************************************************************************<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Met_help mailing list<br>
&gt; <a href="mailto:Met_help@mailman.ucar.edu">Met_help@mailman.ucar.edu</a><br>
&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/met_help" target="_blank">http://mailman.ucar.edu/mailman/listinfo/met_help</a><br>
<br>netcdf nam.20070330.ncep110 {<br>
dimensions:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;lat = 224 ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;lon = 464 ;<br>
variables:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;float lat(lat, lon) ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;lat:units = &quot;degrees_north&quot; ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;lat:long_name = &quot;Latitude&quot; ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;lat:_FillValue = -9999.f ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;float lon(lat, lon) ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;lon:units = &quot;degrees_east&quot; ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;lon:long_name = &quot;Longitude&quot; ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;lon:_FillValue = -9999.f ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;float APCP(lat, lon) ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;APCP:grib_code = 61 ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;APCP:units = &quot;kg/m^2&quot; ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;APCP:long_name = &quot;Total precipitation&quot; ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;APCP:level = &quot;SFC&quot; ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;APCP:_FillValue = -9999.f ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;APCP:init_time = &quot;20070330_000000&quot; ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;APCP:init_time_ut = 1175212800 ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;APCP:valid_time = &quot;20070331_120000&quot; ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;APCP:valid_time_ut = 1175342400 ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;APCP:accum_time = &quot;6 hours&quot; ;<br>
<br>
// global attributes:<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:FileOrigins = &quot;File /home/johnhg/<a href="http://nam.20070330.ncep110.nc" target="_blank">nam.20070330.ncep110.nc</a> generated 20080923_163157 UTC on host billiken by the PCP-Combine tool&quot; ;<br>

 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:RunCommand = &quot;Addition: /home/johnhg/nam.20070330.ncep110.grb with accumulation of 3 hours plus /home/johnhg/nam.20070330.ncep110.grb with accumulation of 3 hours.&quot; ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:Projection = &quot;LatLon&quot; ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:lat_ll_deg = &quot;25.063000 degrees_north&quot; ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:lon_ll_deg = &quot;-124.938000 degrees_east&quot; ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:delta_lat_deg = &quot;0.125000 degrees&quot; ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:delta_lon_deg = &quot;0.125000 degrees&quot; ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:Nlat = &quot;224 grid_points&quot; ;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:Nlon = &quot;464 grid_points&quot; ;<br>
}<br>
<br></blockquote></div><br></div>