netcdf nima020301 { dimensions: time = UNLIMITED ; // (12 currently) x = 25 ; variables: int base_time ; base_time:string = " 1-Mar-2002, 00:04:13 GMT" ; base_time:long_name = "Base time in Epoch" ; base_time:units = "seconds since 1970-1-1 0:00:00 0:00" ; base_time:day of year = 60 ; double time_offset(time) ; time_offset:long_name = "Time offset from base_time" ; time_offset:units = "seconds since 1-Mar-2002, 00:04:13 GMT" ; float frequency ; frequency:long_name = "Transmitter Frequency" ; frequency:units = "MHz" ; float height(time, x) ; height:long_name = "Height of measured value, MSL" ; height:units = "meters" ; height:valid_range = 0.f, 20000.f ; float tv(time, x) ; tv:long_name = "RASS Virtual Temperature (uncorrected)" ; tv:units = "degrees C" ; float tvc(time, x) ; tvc:long_name = "RASS Virtual Temperature (corrected for wvert)" ; tvc:units = "degrees C" ; float wvert(time, x) ; wvert:long_name = "Vertical Wind" ; wvert:units = "meters/second" ; float tv_conf(time, x) ; tv_conf:long_name = "Virtual Temperature (uncorrected) confidence" ; float tvc_conf(time, x) ; tvc_conf:long_name = "Virtual Temperature (corrected) confidence" ; float wvert_conf(time, x) ; wvert_conf:long_name = "NIMA vertical wind confidence" ; float cnttv(time, x) ; float cnttvc(time, x) ; float snrtv(time, x) ; float lat ; lat:long_name = "Site latitude; north is positive" ; lat:units = "Degrees" ; lat:valid_range = -90.f, 90.f ; float lon ; lon:long_name = "Site longitude; east is positive" ; lon:units = "Degrees" ; lon:valid_range = -180.f, 180.f ; float alt ; alt:long_name = "Site Altitude" ; alt:units = "Meters, ASL" ; float x_spacing ; x_spacing:long_name = "grid spacing" ; x_spacing:string = "x for Zeb compatibility, actually height dimension" ; x_spacing:units = "meters" ; // global attributes: :description = "NIMA ascii output converted to netCDF" ; :Processing-Method = "Nima Constant Wind" ; :File-Start-Time = 1014940839. ; :history = "convert_ascii_nc.pro" ; :File-End-Time = 1014984420. ; :author = "Bill Brown, NCAR/ATD" ; :date = "Mon Mar 11 00:24:19 2002" ; :beg_dt = 2002.f, 3.f, 1.f, 0.f, 0.f, 0.f ; :end_dt = 2002.f, 3.f, 1.f, 23.f, 59.f, 59.f ; :site = "Washoe Basin RENO 2002" ; :missing_value = -9999.f ; :zebra_platform = "Nima RASS" ; }