netcdf gcv_QSCAT_200525800 { dimensions: time = UNLIMITED ; // (1 currently) lat = 171 ; lon = 360 ; variables: long time(time) ; time:units = "yyyydddhh" ; time:long_name = "Date" ; float lat(lat) ; lat:units = "degree-north" ; lat:long_name = "Latitude" ; lat:min_max = -85.f, 85.f ; float lon(lon) ; lon:units = "degree-east" ; lon:long_name = "Longitude (E)" ; lon:min_max = 0.f, 359.f ; short u(lat, lon) ; u:long_name = "zonal pseudostress at 10m" ; u:units = "(m/s)^2" ; u:direction = "positive values for eastward flow" ; u:actual_range = -684.79999f, 1161.8f ; u:scale_factor = 0.1f ; u:missing_value = 32767s ; short v(lat, lon) ; v:long_name = "meridional pseudostress at 10m" ; v:units = "(m/s)^2" ; v:direction = "positive values for northward flow" ; v:actual_range = -620.79999f, 551.29999f ; v:scale_factor = 0.1f ; v:missing_value = 32767s ; // global attributes: :dataset = "COAPS QuikSCAT Daily Gridded Pseudostress" ; :source = "COAPS at Florida State University" ; :data_date = "15 September 2005" ; :data_source = "SeaWinds on QuikSCAT L2B (eggs)" ; :scatterometer_model_function = "Ku-2001" ; :wind_reference_height = "10m" ; :version = 2. ; :history = "Created on 20 September 2005 by COAPS/FSU" ; :contact_info = "scat_sci@coaps.fsu.edu" ; :reference = "For technique: P. J. Pegion, M. A. Bourassa, D. M. Legler, and J. J. O\'Brien, 2000: Objectively-derived daily winds from satellite scatterometer data. Mon. Wea Rev., 128, 3150-3168" ; }