netcdf eta_211 { dimensions: record = UNLIMITED ; // (11 currently) x = 93 ; y = 65 ; level = 19 ; lpdg = 6 ; fhg = 2 ; lfhg = 1 ; time_len = 21 ; valtime_offset = 11 ; nmodels = 1 ; ngrids = 1 ; nav = 1 ; nav_len = 100 ; variables: double reftime(record) ; reftime:long_name = "reference time" ; reftime:units = "hours since 1992-1-1" ; double valtime(record) ; valtime:long_name = "valid time" ; valtime:units = "hours since 1992-1-1" ; char datetime(record, time_len) ; datetime:long_name = "reference date and time" ; double valtime_offset(valtime_offset) ; valtime_offset:long_name = "hours from reference time" ; valtime_offset:units = "hours" ; char forecasttime(record, time_len) ; forecasttime:long_name = "forecast date and time" ; float level(level) ; level:long_name = "isobaric level" ; level:units = "hectopascals" ; float lpdg_bot(lpdg) ; lpdg_bot:long_name = "bottom level of layer between levels at specif. pressure diffs from ground " ; lpdg_bot:units = "hPa" ; float lpdg_top(lpdg) ; lpdg_top:long_name = "top level of layer between levels at specif. pressure diffs from ground " ; lpdg_top:units = "hPa" ; float fhg(fhg) ; fhg:long_name = "fixed height above ground" ; fhg:units = "meters" ; float lfhg_bot(lfhg) ; lfhg_bot:long_name = "bottom level of layer between 2 height levels above ground " ; lfhg_bot:units = "hm" ; float lfhg_top(lfhg) ; lfhg_top:long_name = "top level of layer between 2 height levels above ground " ; lfhg_top:units = "hm" ; int model_id(nmodels) ; model_id:long_name = "generating process ID number" ; char nav_model(nav, nav_len) ; nav_model:long_name = "navigation model name" ; int grid_type_code(nav) ; grid_type_code:long_name = "GRIB-1 GDS data representation type" ; char grid_type(nav, nav_len) ; grid_type:long_name = "GRIB-1 grid type" ; char grid_name(nav, nav_len) ; grid_name:long_name = "grid name" ; int grid_center(nav) ; grid_center:long_name = "GRIB-1 originating center ID" ; int grid_number(nav, ngrids) ; grid_number:long_name = "GRIB-1 catalogued grid numbers" ; grid_number:_FillValue = -9999 ; char x_dim(nav, nav_len) ; x_dim:long_name = "x dimension name" ; char y_dim(nav, nav_len) ; y_dim:long_name = "y dimension name" ; int Nx(nav) ; Nx:long_name = "number of points along x-axis" ; int Ny(nav) ; Ny:long_name = "number of points along y-axis" ; float La1(nav) ; La1:long_name = "latitude of first grid point" ; La1:units = "degrees_north" ; float Lo1(nav) ; Lo1:long_name = "longitude of first grid point" ; Lo1:units = "degrees_east" ; float Lov(nav) ; Lov:long_name = "orientation of the grid" ; Lov:units = "degrees_east" ; float Dx(nav) ; Dx:long_name = "x-direction grid length" ; Dx:units = "km" ; float Dy(nav) ; Dy:long_name = "y-direction grid length" ; Dy:units = "km" ; byte ProjFlag(nav) ; ProjFlag:long_name = "projection center flag" ; float Latin1(nav) ; Latin1:long_name = "first intersecting latitude" ; Latin1:units = "degrees_north" ; float Latin2(nav) ; Latin2:long_name = "second intersecting latitude" ; Latin2:units = "degrees_north" ; float SpLat(nav) ; SpLat:long_name = "latitude of the southern pole" ; SpLat:units = "degrees_north" ; float SpLon(nav) ; SpLon:long_name = "longitude of the southern pole" ; SpLon:units = "degrees_east" ; byte ResCompFlag(nav) ; ResCompFlag:long_name = "resolution and component flags" ; float omega(record, level, y, x) ; omega:long_name = "Pressure vertical velocity at isobaric levels" ; omega:standard_name = "omega" ; omega:units = "Pa/s" ; omega:GRIB_parameter_number = 39 ; omega:GRIB_level_flag = 100 ; omega:_FillValue = -9999.f ; omega:navigation = "nav" ; float Z(record, level, y, x) ; Z:long_name = "Geopotential height at isobaric levels" ; Z:standard_name = "geopotential_height" ; Z:units = "gp m" ; Z:GRIB_parameter_number = 7 ; Z:GRIB_level_flag = 100 ; Z:_FillValue = -9999.f ; Z:navigation = "nav" ; float Z_sfc(y, x) ; Z_sfc:long_name = "Geopotential height at surface of the earth" ; Z_sfc:standard_name = "geopotential_height" ; Z_sfc:units = "gp m" ; Z_sfc:GRIB_parameter_number = 7 ; Z_sfc:GRIB_level_flag = 1 ; Z_sfc:_FillValue = -9999.f ; Z_sfc:navigation = "nav" ; float v(record, level, y, x) ; v:long_name = "v-component of wind at isobaric levels" ; v:standard_name = "northward_wind" ; v:units = "m/s" ; v:GRIB_parameter_number = 34 ; v:GRIB_level_flag = 100 ; v:_FillValue = -9999.f ; v:navigation = "nav" ; float v_fhg(record, fhg, y, x) ; v_fhg:long_name = "v-component of wind at fixed height above ground" ; v_fhg:standard_name = "northward_wind" ; v_fhg:units = "m/s" ; v_fhg:GRIB_parameter_number = 34 ; v_fhg:GRIB_level_flag = 105 ; v_fhg:_FillValue = -9999.f ; v_fhg:navigation = "nav" ; float v_lpdg(record, lpdg, y, x) ; v_lpdg:long_name = "v-component of wind at layer between levels at specif. pressure diffs from ground" ; v_lpdg:standard_name = "northward_wind" ; v_lpdg:units = "m/s" ; v_lpdg:GRIB_parameter_number = 34 ; v_lpdg:GRIB_level_flag = 116 ; v_lpdg:_FillValue = -9999.f ; v_lpdg:navigation = "nav" ; float T(record, level, y, x) ; T:long_name = "Temperature at isobaric levels" ; T:standard_name = "air_temperature" ; T:units = "degK" ; T:GRIB_parameter_number = 11 ; T:GRIB_level_flag = 100 ; T:_FillValue = -9999.f ; T:navigation = "nav" ; float T_fhg(record, fhg, y, x) ; T_fhg:long_name = "Temperature at fixed height above ground" ; T_fhg:standard_name = "air_temperature" ; T_fhg:units = "degK" ; T_fhg:GRIB_parameter_number = 11 ; T_fhg:GRIB_level_flag = 105 ; T_fhg:_FillValue = -9999.f ; T_fhg:navigation = "nav" ; float T_lpdg(record, lpdg, y, x) ; T_lpdg:long_name = "Temperature at layer between levels at specif. pressure diffs from ground" ; T_lpdg:standard_name = "air_temperature" ; T_lpdg:units = "degK" ; T_lpdg:GRIB_parameter_number = 11 ; T_lpdg:GRIB_level_flag = 116 ; T_lpdg:_FillValue = -9999.f ; T_lpdg:navigation = "nav" ; float u(record, level, y, x) ; u:long_name = "u-component of wind at isobaric levels" ; u:standard_name = "eastward_wind" ; u:units = "m/s" ; u:GRIB_parameter_number = 33 ; u:GRIB_level_flag = 100 ; u:_FillValue = -9999.f ; u:navigation = "nav" ; float u_fhg(record, fhg, y, x) ; u_fhg:long_name = "u-component of wind at fixed height above ground" ; u_fhg:standard_name = "eastward_wind" ; u_fhg:units = "m/s" ; u_fhg:GRIB_parameter_number = 33 ; u_fhg:GRIB_level_flag = 105 ; u_fhg:_FillValue = -9999.f ; u_fhg:navigation = "nav" ; float u_lpdg(record, lpdg, y, x) ; u_lpdg:long_name = "u-component of wind at layer between levels at specif. pressure diffs from ground" ; u_lpdg:standard_name = "eastward_wind" ; u_lpdg:units = "m/s" ; u_lpdg:GRIB_parameter_number = 33 ; u_lpdg:GRIB_level_flag = 116 ; u_lpdg:_FillValue = -9999.f ; u_lpdg:navigation = "nav" ; float RH(record, level, y, x) ; RH:long_name = "Relative humidity at isobaric levels" ; RH:standard_name = "relative_humidity" ; RH:units = "percent" ; RH:GRIB_parameter_number = 52 ; RH:GRIB_level_flag = 100 ; RH:_FillValue = -9999.f ; RH:navigation = "nav" ; float RH_fhg(record, fhg, y, x) ; RH_fhg:long_name = "Relative humidity at fixed height above ground" ; RH_fhg:standard_name = "relative_humidity" ; RH_fhg:units = "percent" ; RH_fhg:GRIB_parameter_number = 52 ; RH_fhg:GRIB_level_flag = 105 ; RH_fhg:_FillValue = -9999.f ; RH_fhg:navigation = "nav" ; float RH_lpdg(record, lpdg, y, x) ; RH_lpdg:long_name = "Relative humidity at layer between levels at specif. pressure diffs from ground" ; RH_lpdg:standard_name = "relative_humidity" ; RH_lpdg:units = "percent" ; RH_lpdg:GRIB_parameter_number = 52 ; RH_lpdg:GRIB_level_flag = 116 ; RH_lpdg:_FillValue = -9999.f ; RH_lpdg:navigation = "nav" ; float P_sfc(record, y, x) ; P_sfc:long_name = "Pressure at surface of the earth" ; P_sfc:standard_name = "air_pressure" ; P_sfc:units = "Pa" ; P_sfc:GRIB_parameter_number = 1 ; P_sfc:GRIB_level_flag = 1 ; P_sfc:_FillValue = -9999.f ; P_sfc:navigation = "nav" ; float PRECIP(record, y, x) ; PRECIP:long_name = "Total precipitation at surface of the earth" ; PRECIP:standard_name = "precipitation_amount" ; PRECIP:units = "kg/m2" ; PRECIP:GRIB_parameter_number = 61 ; PRECIP:GRIB_level_flag = 1 ; PRECIP:_FillValue = -9999.f ; PRECIP:navigation = "nav" ; float precip_cn(record, y, x) ; precip_cn:long_name = "Convective precipitation at surface of the earth" ; precip_cn:standard_name = "convective_precipitation_amount" ; precip_cn:units = "kg/m2" ; precip_cn:GRIB_parameter_number = 63 ; precip_cn:GRIB_level_flag = 1 ; precip_cn:_FillValue = -9999.f ; precip_cn:navigation = "nav" ; float Psl_et(record, y, x) ; Psl_et:long_name = "Mean sea level pressure (ETA model reduction) at mean sea level" ; Psl_et:standard_name = "-" ; Psl_et:units = "Pa" ; Psl_et:GRIB_parameter_number = 130 ; Psl_et:GRIB_level_flag = 102 ; Psl_et:_FillValue = -9999.f ; Psl_et:navigation = "nav" ; float absvor(record, level, y, x) ; absvor:long_name = "Absolute vorticity at isobaric levels" ; absvor:standard_name = "atmosphere_absolute_vorticity" ; absvor:units = "1/s" ; absvor:GRIB_parameter_number = 41 ; absvor:GRIB_level_flag = 100 ; absvor:_FillValue = -9999.f ; absvor:navigation = "nav" ; float pli_lpdg(record, lpdg, y, x) ; pli_lpdg:long_name = "Parcel lifted index (to 500 hPa) at layer between levels at specif. pressure diffs from ground" ; pli_lpdg:standard_name = "-" ; pli_lpdg:units = "K" ; pli_lpdg:GRIB_parameter_number = 24 ; pli_lpdg:GRIB_level_flag = 116 ; pli_lpdg:_FillValue = -9999.f ; pli_lpdg:navigation = "nav" ; float LI4_lpdg(record, lpdg, y, x) ; LI4_lpdg:long_name = "Best (4 layer) lifted index at layer between levels at specif. pressure diffs from ground" ; LI4_lpdg:standard_name = "-" ; LI4_lpdg:units = "degK" ; LI4_lpdg:GRIB_parameter_number = 132 ; LI4_lpdg:GRIB_level_flag = 116 ; LI4_lpdg:_FillValue = -9999.f ; LI4_lpdg:navigation = "nav" ; float pr_water_atm(record, y, x) ; pr_water_atm:long_name = "Precipitable water at entire atmosphere considered as a single layer" ; pr_water_atm:standard_name = "atmosphere_water_vapour_content" ; pr_water_atm:units = "kg/m2" ; pr_water_atm:GRIB_parameter_number = 54 ; pr_water_atm:GRIB_level_flag = 200 ; pr_water_atm:_FillValue = -9999.f ; pr_water_atm:navigation = "nav" ; float cape_sfc(record, y, x) ; cape_sfc:long_name = "Convective available potential energy at surface of the earth" ; cape_sfc:standard_name = "-" ; cape_sfc:units = "J/kg" ; cape_sfc:GRIB_parameter_number = 157 ; cape_sfc:GRIB_level_flag = 1 ; cape_sfc:_FillValue = -9999.f ; cape_sfc:navigation = "nav" ; float cape_lpdg(record, lpdg, y, x) ; cape_lpdg:long_name = "Convective available potential energy at layer between levels at specif. pressure diffs from ground" ; cape_lpdg:standard_name = "-" ; cape_lpdg:units = "J/kg" ; cape_lpdg:GRIB_parameter_number = 157 ; cape_lpdg:GRIB_level_flag = 116 ; cape_lpdg:_FillValue = -9999.f ; cape_lpdg:navigation = "nav" ; float cin_lpdg(record, lpdg, y, x) ; cin_lpdg:long_name = "Convective inhibition at layer between levels at specif. pressure diffs from ground" ; cin_lpdg:standard_name = "-" ; cin_lpdg:units = "J/kg" ; cin_lpdg:GRIB_parameter_number = 156 ; cin_lpdg:GRIB_level_flag = 116 ; cin_lpdg:_FillValue = -9999.f ; cin_lpdg:navigation = "nav" ; float cin_sfc(record, y, x) ; cin_sfc:long_name = "Convective inhibition at surface of the earth" ; cin_sfc:standard_name = "-" ; cin_sfc:units = "J/kg" ; cin_sfc:GRIB_parameter_number = 156 ; cin_sfc:GRIB_level_flag = 1 ; cin_sfc:_FillValue = -9999.f ; cin_sfc:navigation = "nav" ; float helc_lfhg(record, lfhg, y, x) ; helc_lfhg:long_name = "Storm relative helicity at layer between 2 height levels above ground" ; helc_lfhg:standard_name = "-" ; helc_lfhg:units = "m2/s2" ; helc_lfhg:GRIB_parameter_number = 190 ; helc_lfhg:GRIB_level_flag = 106 ; helc_lfhg:_FillValue = -9999.f ; helc_lfhg:navigation = "nav" ; // global attributes: :record = "reftime, valtime" ; :lpdg = "lpdg_bot, lpdg_top" ; :lfhg = "lfhg_bot, lfhg_top" ; :history = "2003-03-28 11:00:39 - created by gribtocdl" ; :title = " Early Terrain Analysis model 48km and 80km" ; :Conventions = "NUWG" ; :GRIB_reference = "Office Note 388 GRIB" ; :GRIB_URL = "http://www.nco.ncep.noaa.gov/pmb/docs/on388/" ; :version = 0. ; data: valtime_offset = 0, 6, 12, 18, 24, 30, 36, 42, 48, 54, 60 ; level = 1000, 950, 900, 850, 800, 750, 700, 650, 600, 550, 500, 450, 400, 350, 300, 250, 200, 150, 100 ; fhg = 2, 10 ; }