netcdf WMI_Lear { dimensions: time = UNLIMITED ; // (180 currently) variables: double time(time) ; time:units = "seconds since 1970-1-1 0:00:00 0:00" ; time:long_name = "time" ; time:_FillValue = -99999. ; time:missing_value = -99999. ; float altitude(time) ; altitude:units = "km" ; altitude:long_name = "altitude MSL" ; altitude:_FillValue = -99999.f ; altitude:missing_value = -99999.f ; float latitude(time) ; latitude:units = "degrees_N" ; latitude:long_name = "latitude" ; latitude:_FillValue = -99999.f ; latitude:missing_value = -99999.f ; latitude:valid_range = -90.f, 90.f ; float longitude(time) ; longitude:units = "degrees_E" ; longitude:long_name = "longitude" ; longitude:_FillValue = -99999.f ; longitude:missing_value = -99999.f ; longitude:valid_range = -180.f, 180.f ; float pressure(time) ; pressure:units = "hPa" ; pressure:long_name = "pressure" ; pressure:field_type = "P" ; pressure:_FillValue = -99999.f ; pressure:missing_value = -99999.f ; float tdry(time) ; tdry:units = "deg_C" ; tdry:long_name = "temperature" ; tdry:field_type = "T" ; tdry:_FillValue = -99999.f ; tdry:missing_value = -99999.f ; float dp(time) ; dp:units = "deg_C" ; dp:long_name = "dewpoint temperature" ; dp:field_type = "T_d" ; dp:_FillValue = -99999.f ; dp:missing_value = -99999.f ; float mr(time) ; mr:units = "g/kg" ; mr:long_name = "mixing ratio" ; mr:field_type = "w" ; mr:_FillValue = -99999.f ; mr:missing_value = -99999.f ; float wspd(time) ; wspd:units = "m/s" ; wspd:long_name = "wind speed" ; wspd:field_type = "wspd" ; wspd:_FillValue = -99999.f ; wspd:missing_value = -99999.f ; float wdir(time) ; wdir:units = "degrees" ; wdir:long_name = "wind direction" ; wdir:field_type = "wdir" ; wdir:_FillValue = -99999.f ; wdir:missing_value = -99999.f ; int Drops(time) ; Drops:units = "#" ; Drops:long_name = "Accumulated number of sonde drops" ; Drops:_FillValue = -99999 ; Drops:missing_value = -99999 ; // global attributes: :history = "$Id: TrackFile.java,v 1.20 2003/05/07 04:53:23 maclean Exp $" ; data: time = 1057473013, 1057473019, 1057473029, 1057473039, 1057473049, 1057473059, 1057473069, 1057473079, 1057473089, 1057473099, 1057473109, 1057473119, 1057473129, 1057473139, 1057473149, 1057473159, 1057473169, 1057473179, 1057473189, 1057473199, 1057473209, 1057473219, 1057473229, 1057473239, 1057473249, 1057473259, 1057473269, 1057473279, 1057473289, 1057473299, 1057473309, 1057473319, 1057473329, 1057473339, 1057473349, 1057473359, 1057473369, 1057473379, 1057473389, 1057473399, 1057473409, 1057473419, 1057473429, 1057473439, 1057473449, 1057473459, 1057473469, 1057473479, 1057473489, 1057473499, 1057473509, 1057473519, 1057473529, 1057473539, 1057473549, 1057473559, 1057473569, 1057473579, 1057473589, 1057473599, 1057473609, 1057473619, 1057473629, 1057473639, 1057473649, 1057473659, 1057473669, 1057473679, 1057473689, 1057473699, 1057473709, 1057473719, 1057473729, 1057473739, 1057473749, 1057473759, 1057473769, 1057473779, 1057473789, 1057473799, 1057473809, 1057473819, 1057473829, 1057473839, 1057473849, 1057473859, 1057473869, 1057473879, 1057473889, 1057473899, 1057473909, 1057473919, 1057473929, 1057473939, 1057473949, 1057473959, 1057473969, 1057473979, 1057473989, 1057473999, 1057474009, 1057474019, 1057474029, 1057474039, 1057474049, 1057474059, 1057474069, 1057474079, 1057474089, 1057474099, 1057474109, 1057474119, 1057474129, 1057474139, 1057474149, 1057474159, 1057474169, 1057474179, 1057474189, 1057474199, 1057474209, 1057474219, 1057474229, 1057474239, 1057474249, 1057474259, 1057474269, 1057474279, 1057474289, 1057474299, 1057474309, 1057474319, 1057474329, 1057474339, 1057474349, 1057474359, 1057474369, 1057474379, 1057474389, 1057474399, 1057474409, 1057474419, 1057474429, 1057474439, 1057474449, 1057474459, 1057474469, 1057474479, 1057474489, 1057474499, 1057474509, 1057474519, 1057474529, 1057474539, 1057474549, 1057474559, 1057474569, 1057474579, 1057474589, 1057474599, 1057474609, 1057474619, 1057474629, 1057474639, 1057474649, 1057474659, 1057474669, 1057474679, 1057474689, 1057474699, 1057474709, 1057474719, 1057474729, 1057474739, 1057474749, 1057474759, 1057474769, 1057474779, 1057474789, 1057474799 ; }