Project

General

Profile

convert netcdf to grib1/2 format ยป header.txt

Sima Hamzeloo, 2012-12-19 09:37

 
netcdf CCMP_UV_2011-08-01_00\:00\:00 {
dimensions:
lon = 1440 ;
lat = 628 ;
time = UNLIMITED ; // (4 currently)
variables:
float lon(lon) ;
lon:units = "degrees_east" ;
lon:long_name = "Longitude" ;
lon:actual_range = 0.125f, 359.875f ;
float lat(lat) ;
lat:units = "degrees_north" ;
lat:long_name = "Latitude" ;
lat:actual_range = -78.375f, 78.375f ;
double time(time) ;
time:units = "hours since 1987-01-01 00:00:0.0" ;
time:long_name = "Time" ;
time:actual_range = 215472., 215490. ;
time:delta_t = "0000-00-00 06:00:00" ;
time:avg_period = "" ;
short \10u(time, lat, lon) ;
\10u:long_name = "u-wind at 10 meters" ;
\10u:units = "m/s" ;
\10u:add_offset = 0.f ;
\10u:scale_factor = 0.003051944f ;
\10u:valid_range = -100.f, 100.f ;
\10u:actual_range = -23.63527f, 33.24915f ;
\10u:missing_value = -32767s ;
short \10v(time, lat, lon) ;
\10v:long_name = "v-wind at 10 meters" ;
\10v:units = "m/s" ;
\10v:add_offset = 0.f ;
\10v:scale_factor = 0.003051944f ;
\10v:valid_range = -100.f, 100.f ;
\10v:actual_range = -19.5266f, 25.88814f ;
\10v:missing_value = -32767s ;

// global attributes:
:Conventions = "COARDS" ;
:title = "Atlas FLK v1.1 derived surface winds (level 3.0)" ;
:description = "VAM 6-hour analyses starting from the ECMWF Operational analyses." ;
:history = "Wed Dec 19 11:44:45 2012: ncrcat -v time analysis_20110801_v11l30flk.nc CCMP_UV_2011-08-01_00:00:00.nc\n",
"Wed Dec 19 11:12:50 2012: ncrename -v uwnd,10u -v vwnd,10v analysis_20110801_v11l30flk.nc\n",
"Created by NASA Goddard Space Flight Center under the NASA REASoN CAN: A Cross-Calibrated, Multi-Platform Ocean Surface Wind Velocity Product for Meteorological and Oceanographic Applications" ;
:base_date = 2011s, 8s, 1s ;
:nco_openmp_thread_number = 1 ;
}
    (1-1/1)