netcdf sgplclC1.c1.20230601.000000 { dimensions: time = UNLIMITED ; // (1440 currently) bound = 2 ; strlen = 7 ; stations = 136 ; variables: int base_time ; base_time:string = "2023-06-01 00:00:00 0:00" ; base_time:long_name = "Base time in Epoch" ; base_time:units = "seconds since 1970-1-1 0:00:00 0:00" ; base_time:ancillary_variables = "time_offset" ; double time_offset(time) ; time_offset:long_name = "Time offset from base_time" ; time_offset:units = "seconds since 2023-06-01 00:00:00 0:00" ; time_offset:ancillary_variables = "base_time" ; double time(time) ; time:long_name = "Time offset from midnight" ; time:units = "seconds since 2023-06-01 00:00:00 0:00" ; time:bounds = "time_bounds" ; time:calendar = "gregorian" ; time:standard_name = "time" ; double time_bounds(time, bound) ; time_bounds:long_name = "Time cell bounds" ; time_bounds:bound_offsets = -30., 30. ; char stations_name(stations, strlen) ; stations_name:long_name = "Station names" ; stations_name:units = "1" ; float lcl(time, stations) ; lcl:long_name = "Lifting condensation level" ; lcl:units = "m" ; lcl:missing_value = -9999.f ; lcl:standard_name = "atmosphere_lifting_condensation_level_wrt_surface" ; lcl:valid_min = 0.f ; lcl:valid_max = 6000.f ; float temperature(time, stations) ; temperature:long_name = "Atmospheric Temperature" ; temperature:units = "K" ; temperature:ancillary_variables = "qc_temperature" ; temperature:cell_methods = "time: mean" ; temperature:missing_value = -9999.f ; temperature:standard_name = "air_temperature" ; temperature:cell_transform = "time(stations: 0-15: TRANS_INTERPOLATE (range: 60); time(stations: 16-135:); TRANS_INTERPOLATE (range: 600) platform: TRANS_PASSTHROUGH qc_bad: -9999,3,4,5,6,7,8,9" ; int qc_temperature(time, stations) ; qc_temperature:long_name = "Quality check results on field: Atmospheric Temperature" ; qc_temperature:units = "1" ; qc_temperature:description = "This field contains bit packed integer values, where each bit represents a QC test on the data. Non-zero bits indicate the QC condition given in the description for those bits; a value of 0 (no bits set) indicates the data has not failed any QC tests." ; qc_temperature:flag_method = "bit" ; qc_temperature:bit_1_description = "QC_BAD: Transformation could not finish, value set to missing_value." ; qc_temperature:bit_1_assessment = "Bad" ; qc_temperature:bit_2_description = "QC_INDETERMINATE: Some, or all, of the input values used to create this output value had a QC assessment of Indeterminate." ; qc_temperature:bit_2_assessment = "Indeterminate" ; qc_temperature:bit_1_comment = "An example that will trip this bit is if all values are bad or outside range." ; qc_temperature:bit_3_description = "QC_INTERPOLATE: Indicates a non-standard interpolation using points other than the two that bracket the target index was applied." ; qc_temperature:bit_3_assessment = "Indeterminate" ; qc_temperature:bit_3_comment = "An example of why this may occur is if one or both of the nearest points was flagged as bad. Applies only to interpolate transformation method." ; qc_temperature:bit_4_description = "QC_EXTRAPOLATE: Indicates extrapolation is performed out from two points on the same side of the target index." ; qc_temperature:bit_4_assessment = "Indeterminate" ; qc_temperature:bit_4_comment = "This occurs because the input grid does not span the output grid, or because all the points within range and on one side of the target were flagged as bad. Applies only to the interpolate transformation method." ; qc_temperature:bit_5_description = "QC_NOT_USING_CLOSEST: Nearest good point is not the nearest actual point." ; qc_temperature:bit_5_assessment = "Indeterminate" ; qc_temperature:bit_5_comment = "Applies only to subsample transformation method." ; qc_temperature:bit_6_description = "QC_SOME_BAD_INPUTS: Some, but not all, of the inputs in the averaging window were flagged as bad and excluded from the transform." ; qc_temperature:bit_6_assessment = "Indeterminate" ; qc_temperature:bit_6_comment = "Applies only to the bin average transformation method." ; qc_temperature:bit_7_description = "QC_ZERO_WEIGHT: The weights for all the input points to be averaged for this output bin were set to zero." ; qc_temperature:bit_7_assessment = "Indeterminate" ; qc_temperature:bit_7_comment = "The output \"average\" value is set to zero, independent of the value of the input. Applies only to bin average transformation method." ; qc_temperature:bit_8_description = "QC_OUTSIDE_RANGE: No input samples exist in the transformation region, value set to missing_value." ; qc_temperature:bit_8_assessment = "Bad" ; qc_temperature:bit_8_comment = "Nearest good bracketing points are farther away than the \"range\" transform parameter if transformation is done using the interpolate or subsample method, or \"width\" if a bin average transform is applied. Test can also fail if more than half an input bin is extrapolated beyond the first or last point of the input grid." ; qc_temperature:bit_9_description = "QC_ALL_BAD_INPUTS: All the input values in the transformation region are bad, value set to missing_value." ; qc_temperature:bit_9_assessment = "Bad" ; qc_temperature:bit_9_comment = "The transformation could not be completed. Values in the output grid are set to -9999 and the QC_BAD bit is also set." ; qc_temperature:bit_10_description = "QC_BAD_STD: Standard deviation over averaging interval is greater than limit set by transform parameter std_bad_max." ; qc_temperature:bit_10_assessment = "Bad" ; qc_temperature:bit_10_comment = "Applies only to the bin average transformation method." ; qc_temperature:bit_11_description = "QC_INDETERMINATE_STD: Standard deviation over averaging interval is greater than limit set by transform parameter std_ind_max." ; qc_temperature:bit_11_assessment = "Indeterminate" ; qc_temperature:bit_11_comment = "Applies only to the bin average transformation method." ; qc_temperature:bit_12_description = "QC_BAD_GOODFRAC: Fraction of good and indeterminate points over averaging interval are less than limit set by transform parameter goodfrac_bad_min." ; qc_temperature:bit_12_assessment = "Bad" ; qc_temperature:bit_12_comment = "Applies only to the bin average transformation method." ; qc_temperature:bit_13_description = "QC_INDETERMINATE_GOODFRAC: Fraction of good and indeterminate points over averaging interval is less than limit set by transform parameter goodfrac_ind_min." ; qc_temperature:bit_13_assessment = "Indeterminate" ; qc_temperature:bit_13_comment = "Applies only to the bin average transformation method." ; float relative_humidity(time, stations) ; relative_humidity:long_name = "Relative humidity" ; relative_humidity:units = "%" ; relative_humidity:ancillary_variables = "qc_relative_humidity" ; relative_humidity:cell_methods = "time: mean" ; relative_humidity:missing_value = -9999.f ; relative_humidity:standard_name = "relative_humidity" ; relative_humidity:cell_transform = "time(stations: 0-15: TRANS_INTERPOLATE (range: 60); time(stations: 16-135:); TRANS_INTERPOLATE (range: 600) platform: TRANS_PASSTHROUGH qc_bad: -9999,3,4,5,6,7,8,9" ; int qc_relative_humidity(time, stations) ; qc_relative_humidity:long_name = "Quality check results on field: Relative humidity" ; qc_relative_humidity:units = "1" ; qc_relative_humidity:description = "This field contains bit packed integer values, where each bit represents a QC test on the data. Non-zero bits indicate the QC condition given in the description for those bits; a value of 0 (no bits set) indicates the data has not failed any QC tests." ; qc_relative_humidity:flag_method = "bit" ; qc_relative_humidity:bit_1_description = "QC_BAD: Transformation could not finish, value set to missing_value." ; qc_relative_humidity:bit_1_assessment = "Bad" ; qc_relative_humidity:bit_2_description = "QC_INDETERMINATE: Some, or all, of the input values used to create this output value had a QC assessment of Indeterminate." ; qc_relative_humidity:bit_2_assessment = "Indeterminate" ; qc_relative_humidity:bit_1_comment = "An example that will trip this bit is if all values are bad or outside range." ; qc_relative_humidity:bit_3_description = "QC_INTERPOLATE: Indicates a non-standard interpolation using points other than the two that bracket the target index was applied." ; qc_relative_humidity:bit_3_assessment = "Indeterminate" ; qc_relative_humidity:bit_3_comment = "An example of why this may occur is if one or both of the nearest points was flagged as bad. Applies only to interpolate transformation method." ; qc_relative_humidity:bit_4_description = "QC_EXTRAPOLATE: Indicates extrapolation is performed out from two points on the same side of the target index." ; qc_relative_humidity:bit_4_assessment = "Indeterminate" ; qc_relative_humidity:bit_4_comment = "This occurs because the input grid does not span the output grid, or because all the points within range and on one side of the target were flagged as bad. Applies only to the interpolate transformation method." ; qc_relative_humidity:bit_5_description = "QC_NOT_USING_CLOSEST: Nearest good point is not the nearest actual point." ; qc_relative_humidity:bit_5_assessment = "Indeterminate" ; qc_relative_humidity:bit_5_comment = "Applies only to subsample transformation method." ; qc_relative_humidity:bit_6_description = "QC_SOME_BAD_INPUTS: Some, but not all, of the inputs in the averaging window were flagged as bad and excluded from the transform." ; qc_relative_humidity:bit_6_assessment = "Indeterminate" ; qc_relative_humidity:bit_6_comment = "Applies only to the bin average transformation method." ; qc_relative_humidity:bit_7_description = "QC_ZERO_WEIGHT: The weights for all the input points to be averaged for this output bin were set to zero." ; qc_relative_humidity:bit_7_assessment = "Indeterminate" ; qc_relative_humidity:bit_7_comment = "The output \"average\" value is set to zero, independent of the value of the input. Applies only to bin average transformation method." ; qc_relative_humidity:bit_8_description = "QC_OUTSIDE_RANGE: No input samples exist in the transformation region, value set to missing_value." ; qc_relative_humidity:bit_8_assessment = "Bad" ; qc_relative_humidity:bit_8_comment = "Nearest good bracketing points are farther away than the \"range\" transform parameter if transformation is done using the interpolate or subsample method, or \"width\" if a bin average transform is applied. Test can also fail if more than half an input bin is extrapolated beyond the first or last point of the input grid." ; qc_relative_humidity:bit_9_description = "QC_ALL_BAD_INPUTS: All the input values in the transformation region are bad, value set to missing_value." ; qc_relative_humidity:bit_9_assessment = "Bad" ; qc_relative_humidity:bit_9_comment = "The transformation could not be completed. Values in the output grid are set to -9999 and the QC_BAD bit is also set." ; qc_relative_humidity:bit_10_description = "QC_BAD_STD: Standard deviation over averaging interval is greater than limit set by transform parameter std_bad_max." ; qc_relative_humidity:bit_10_assessment = "Bad" ; qc_relative_humidity:bit_10_comment = "Applies only to the bin average transformation method." ; qc_relative_humidity:bit_11_description = "QC_INDETERMINATE_STD: Standard deviation over averaging interval is greater than limit set by transform parameter std_ind_max." ; qc_relative_humidity:bit_11_assessment = "Indeterminate" ; qc_relative_humidity:bit_11_comment = "Applies only to the bin average transformation method." ; qc_relative_humidity:bit_12_description = "QC_BAD_GOODFRAC: Fraction of good and indeterminate points over averaging interval are less than limit set by transform parameter goodfrac_bad_min." ; qc_relative_humidity:bit_12_assessment = "Bad" ; qc_relative_humidity:bit_12_comment = "Applies only to the bin average transformation method." ; qc_relative_humidity:bit_13_description = "QC_INDETERMINATE_GOODFRAC: Fraction of good and indeterminate points over averaging interval is less than limit set by transform parameter goodfrac_ind_min." ; qc_relative_humidity:bit_13_assessment = "Indeterminate" ; qc_relative_humidity:bit_13_comment = "Applies only to the bin average transformation method." ; float pressure(time, stations) ; pressure:long_name = "Atmospheric Pressure" ; pressure:units = "kPa" ; pressure:ancillary_variables = "qc_pressure" ; pressure:cell_methods = "time: mean" ; pressure:missing_value = -9999.f ; pressure:standard_name = "air_pressure" ; pressure:cell_transform = "time(stations: 0-15: TRANS_INTERPOLATE (range: 60); time(stations: 16-135:); TRANS_INTERPOLATE (range: 600) platform: TRANS_PASSTHROUGH qc_bad: -9999,3,4,5,6,7,8,9" ; int qc_pressure(time, stations) ; qc_pressure:long_name = "Quality check results on field: Atmospheric Pressure" ; qc_pressure:units = "1" ; qc_pressure:description = "This field contains bit packed integer values, where each bit represents a QC test on the data. Non-zero bits indicate the QC condition given in the description for those bits; a value of 0 (no bits set) indicates the data has not failed any QC tests." ; qc_pressure:flag_method = "bit" ; qc_pressure:bit_1_description = "QC_BAD: Transformation could not finish, value set to missing_value." ; qc_pressure:bit_1_assessment = "Bad" ; qc_pressure:bit_2_description = "QC_INDETERMINATE: Some, or all, of the input values used to create this output value had a QC assessment of Indeterminate." ; qc_pressure:bit_2_assessment = "Indeterminate" ; qc_pressure:bit_1_comment = "An example that will trip this bit is if all values are bad or outside range." ; qc_pressure:bit_3_description = "QC_INTERPOLATE: Indicates a non-standard interpolation using points other than the two that bracket the target index was applied." ; qc_pressure:bit_3_assessment = "Indeterminate" ; qc_pressure:bit_3_comment = "An example of why this may occur is if one or both of the nearest points was flagged as bad. Applies only to interpolate transformation method." ; qc_pressure:bit_4_description = "QC_EXTRAPOLATE: Indicates extrapolation is performed out from two points on the same side of the target index." ; qc_pressure:bit_4_assessment = "Indeterminate" ; qc_pressure:bit_4_comment = "This occurs because the input grid does not span the output grid, or because all the points within range and on one side of the target were flagged as bad. Applies only to the interpolate transformation method." ; qc_pressure:bit_5_description = "QC_NOT_USING_CLOSEST: Nearest good point is not the nearest actual point." ; qc_pressure:bit_5_assessment = "Indeterminate" ; qc_pressure:bit_5_comment = "Applies only to subsample transformation method." ; qc_pressure:bit_6_description = "QC_SOME_BAD_INPUTS: Some, but not all, of the inputs in the averaging window were flagged as bad and excluded from the transform." ; qc_pressure:bit_6_assessment = "Indeterminate" ; qc_pressure:bit_6_comment = "Applies only to the bin average transformation method." ; qc_pressure:bit_7_description = "QC_ZERO_WEIGHT: The weights for all the input points to be averaged for this output bin were set to zero." ; qc_pressure:bit_7_assessment = "Indeterminate" ; qc_pressure:bit_7_comment = "The output \"average\" value is set to zero, independent of the value of the input. Applies only to bin average transformation method." ; qc_pressure:bit_8_description = "QC_OUTSIDE_RANGE: No input samples exist in the transformation region, value set to missing_value." ; qc_pressure:bit_8_assessment = "Bad" ; qc_pressure:bit_8_comment = "Nearest good bracketing points are farther away than the \"range\" transform parameter if transformation is done using the interpolate or subsample method, or \"width\" if a bin average transform is applied. Test can also fail if more than half an input bin is extrapolated beyond the first or last point of the input grid." ; qc_pressure:bit_9_description = "QC_ALL_BAD_INPUTS: All the input values in the transformation region are bad, value set to missing_value." ; qc_pressure:bit_9_assessment = "Bad" ; qc_pressure:bit_9_comment = "The transformation could not be completed. Values in the output grid are set to -9999 and the QC_BAD bit is also set." ; qc_pressure:bit_10_description = "QC_BAD_STD: Standard deviation over averaging interval is greater than limit set by transform parameter std_bad_max." ; qc_pressure:bit_10_assessment = "Bad" ; qc_pressure:bit_10_comment = "Applies only to the bin average transformation method." ; qc_pressure:bit_11_description = "QC_INDETERMINATE_STD: Standard deviation over averaging interval is greater than limit set by transform parameter std_ind_max." ; qc_pressure:bit_11_assessment = "Indeterminate" ; qc_pressure:bit_11_comment = "Applies only to the bin average transformation method." ; qc_pressure:bit_12_description = "QC_BAD_GOODFRAC: Fraction of good and indeterminate points over averaging interval are less than limit set by transform parameter goodfrac_bad_min." ; qc_pressure:bit_12_assessment = "Bad" ; qc_pressure:bit_12_comment = "Applies only to the bin average transformation method." ; qc_pressure:bit_13_description = "QC_INDETERMINATE_GOODFRAC: Fraction of good and indeterminate points over averaging interval is less than limit set by transform parameter goodfrac_ind_min." ; qc_pressure:bit_13_assessment = "Indeterminate" ; qc_pressure:bit_13_comment = "Applies only to the bin average transformation method." ; float lat(stations) ; lat:long_name = "North latitude" ; lat:units = "degree_N" ; lat:valid_min = -90.f ; lat:valid_max = 90.f ; lat:standard_name = "latitude" ; float lon(stations) ; lon:long_name = "East longitude" ; lon:units = "degree_E" ; lon:valid_min = -180.f ; lon:valid_max = 180.f ; lon:standard_name = "longitude" ; float alt(stations) ; alt:long_name = "Altitude above mean sea level" ; alt:units = "m" ; alt:standard_name = "altitude" ; // global attributes: :command_line = "lassolcl -s sgp -f C1 -b 20230601 -e 20230701" ; :Conventions = "ARM-1.2" ; :process_version = "vap-lassolcl-1.2-0.el7" ; :dod_version = "lcl-c1-1.4" ; :input_datastreams = "sgp05okmX1.b1 : 1.1 : 20230601.000000-20230602.000000\n", "sgpmetE13.b1 : 4.51 : 20230601.000000-20230602.000000\n", "sgpmetE11.b1 : 4.51 : 20230601.000000-20230602.000000\n", "sgpmetE15.b1 : 4.51 : 20230601.000000-20230602.000000\n", "sgpmetE32.b1 : 4.51 : 20230602.000000\n", "sgpmetE33.b1 : 4.51 : 20230602.000000\n", "sgpmetE34.b1 : 4.51 : 20230602.000000\n", "sgpmetE35.b1 : 4.51 : 20230602.000000\n", "sgpmetE36.b1 : 4.51 : 20230602.000000\n", "sgpmetE37.b1 : 4.51 : 20230602.000000\n", "sgpmetE39.b1 : 4.51 : 20230601.000000-20230602.000000\n", "sgpmetE40.b1 : 4.51 : 20230601.000000-20230602.000000\n", "sgpmetE41.b1 : 4.51 : 20230601.000000-20230602.000000\n", "sgpmetE9.b1 : 4.51 : 20230601.000000-20230602.000000" ; :site_id = "sgp" ; :platform_id = "lcl" ; :facility_id = "C1" ; :data_level = "c1" ; :location_description = "Southern Great Plains (SGP), Lamont, Oklahoma" ; :doi = "10.5439/1631820" ; :datastream = "sgplclC1.c1" ; :history = "created by user dsmgr on machine prod-proc2.adc.arm.gov at 2023-10-01 18:11:05, using vap-lassolcl-1.2-0.el7" ; }