netcdf mosshipradS2.a0.20201001.000000 { dimensions: time = UNLIMITED ; // (53905 currently) variables: int base_time ; base_time:string = "2020-10-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 2020-10-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 2020-10-01 00:00:00 0:00" ; time:calendar = "gregorian" ; time:standard_name = "time" ; int record_number(time) ; record_number:long_name = "Record number" ; record_number:units = "1" ; record_number:missing_value = -9999 ; int nav_acq_time(time) ; nav_acq_time:long_name = "Delay between the CR1000 time and the time the VN300 message was received." ; nav_acq_time:units = "ms" ; nav_acq_time:missing_value = -9999 ; int gps_time(time) ; gps_time:long_name = "GPS Time" ; gps_time:units = "s" ; gps_time:missing_value = -9999 ; int scan_time(time) ; scan_time:long_name = "Difference between CR1000 time and VN300 report time (close to GPS time)" ; scan_time:units = "ms" ; scan_time:missing_value = -9999 ; int spn1a_time(time) ; spn1a_time:long_name = "Shaded SPN latency from serial call for sample" ; spn1a_time:units = "ms" ; spn1a_time:missing_value = -9999 ; float spn1a_total(time) ; spn1a_total:long_name = "Shaded SPN total SW signal collected via serial connection" ; spn1a_total:units = "W/m^2" ; spn1a_total:missing_value = -9999.f ; float spn1a_diffuse(time) ; spn1a_diffuse:long_name = "Shaded SPN diffuse SW signal collected via serial connection" ; spn1a_diffuse:units = "W/m^2" ; spn1a_diffuse:missing_value = -9999.f ; float spn1a_analog_total(time) ; spn1a_analog_total:long_name = "Shaded SPN total SW signal collected via analog connection (backup)" ; spn1a_analog_total:units = "W/m^2" ; spn1a_analog_total:missing_value = -9999.f ; float spn1a_analog_diffuse(time) ; spn1a_analog_diffuse:long_name = "Shaded SPN diffuse SW signal collected via analog connection (backup)" ; spn1a_analog_diffuse:units = "W/m^2" ; spn1a_analog_diffuse:missing_value = -9999.f ; int spn1b_time(time) ; spn1b_time:long_name = "Unshaded SPN latency from serial call for sample" ; spn1b_time:units = "ms" ; spn1b_time:missing_value = -9999 ; float spn1b_total1(time) ; spn1b_total1:long_name = "Unshaded SPN center detector SW signal collected via serial connection" ; spn1b_total1:units = "W/m^2" ; spn1b_total1:missing_value = -9999.f ; float spn1b_total2(time) ; spn1b_total2:long_name = "Unshaded SPN average of 6 outer detectors SW signal collected via serial connection" ; spn1b_total2:units = "W/m^2" ; spn1b_total2:missing_value = -9999.f ; float spn1b_analog_total1(time) ; spn1b_analog_total1:long_name = "Unshaded SPN center detector SW signal collected via analog connection (backup)" ; spn1b_analog_total1:units = "W/m^2" ; spn1b_analog_total1:missing_value = -9999.f ; float spn1b_analog_total2(time) ; spn1b_analog_total2:long_name = "Unshaded SPN average of 6 outer detectors SW signal collected via analog connection (backup)" ; spn1b_analog_total2:units = "W/m^2" ; spn1b_analog_total2:missing_value = -9999.f ; float pir_thermopile_voltage(time) ; pir_thermopile_voltage:long_name = "Thermopile voltage" ; pir_thermopile_voltage:units = "mV" ; pir_thermopile_voltage:missing_value = -9999.f ; float pir_case_resistance(time) ; pir_case_resistance:long_name = "Case temperature resistance" ; pir_case_resistance:units = "kohm" ; pir_case_resistance:missing_value = -9999.f ; float pir_dome_resistance(time) ; pir_dome_resistance:long_name = "Dome temperature resistance" ; pir_dome_resistance:units = "kohm" ; pir_dome_resistance:missing_value = -9999.f ; float air_temperature(time) ; air_temperature:long_name = "Ambient air temperature" ; air_temperature:units = "degC" ; air_temperature:missing_value = -9999.f ; float relative_humidity(time) ; relative_humidity:long_name = "Ambient relative humidity" ; relative_humidity:units = "%" ; relative_humidity:missing_value = -9999.f ; int nav_status(time) ; nav_status:long_name = "VN300 navigation status" ; nav_status:units = "1" ; nav_status:missing_value = -9999 ; nav_status:flag_masks = 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072 ; nav_status:flag_meanings = "aligning tracking GPS_fix reserved IMU_error magnetometer_or_pressure_error GPS_error ignore-internal_use INS_using_GPS_heading GPS_compass_operational ignore-internal_use ignore-internal_use ignore-internal_use ignore-internal_use ignore-internal_use ignore-internal_use ignore-internal_use ignore-internal_use" ; nav_status:bit_1_description = "INS filter is dynamically aligning or aligning to GPS compass solution." ; nav_status:bit_2_description = "INS filter is tracking and operating within specifications." ; nav_status:bit_3_description = "Indicates whether the GPS has a proper fix." ; nav_status:bit_4_description = "Reserved for future use and not currently used." ; nav_status:bit_5_description = "IMU communication error detected." ; nav_status:bit_6_description = "Magnetometer or Pressure sensor error detected." ; nav_status:bit_7_description = "GPS communication error detected." ; nav_status:bit_8_description = "Reserved for internal use. May toggle state during runtime and should be ignored." ; nav_status:bit_9_description = "Indicates if the INS is currently using the GPS compass heading solution." ; nav_status:bit_10_description = "Indicates if the GPS compass is operational and reporting a heading solution." ; nav_status:bit_11_description = "Reserved for internal use. This bit will toggle state and should be ignored." ; nav_status:bit_12_description = "Reserved for internal use. This bit will toggle state and should be ignored." ; nav_status:bit_13_description = "Reserved for internal use. This bit will toggle state and should be ignored." ; nav_status:bit_14_description = "Reserved for internal use. This bit will toggle state and should be ignored." ; nav_status:bit_15_description = "Reserved for internal use. This bit will toggle state and should be ignored." ; nav_status:bit_16_description = "Reserved for internal use. This bit will toggle state and should be ignored." ; nav_status:bit_17_description = "Reserved for internal use. This bit will toggle state and should be ignored." ; nav_status:bit_18_description = "Reserved for internal use. This bit will toggle state and should be ignored." ; float yaw(time) ; yaw:long_name = "Heading from geodetic north, clockwise bow rotation" ; yaw:units = "deg" ; yaw:missing_value = -9999.f ; float pitch(time) ; pitch:long_name = "Pitch: bow up positive" ; pitch:units = "deg" ; pitch:missing_value = -9999.f ; float roll(time) ; roll:long_name = "Roll: starboard down positive" ; roll:units = "deg" ; roll:missing_value = -9999.f ; float velocity_north(time) ; velocity_north:long_name = "Northward component of ship velocity" ; velocity_north:units = "m/s" ; velocity_north:missing_value = -9999.f ; float velocity_east(time) ; velocity_east:long_name = "Eastward component of ship velocity" ; velocity_east:units = "m/s" ; velocity_east:missing_value = -9999.f ; float lat(time) ; lat:long_name = "North latitude" ; lat:units = "degree_N" ; lat:valid_min = -90.f ; lat:valid_max = 90.f ; lat:missing_value = -9999.f ; lat:standard_name = "latitude" ; float lon(time) ; lon:long_name = "East longitude" ; lon:units = "degree_E" ; lon:valid_min = -180.f ; lon:valid_max = 180.f ; lon:missing_value = -9999.f ; lon:standard_name = "longitude" ; float alt(time) ; alt:long_name = "Altitude above mean sea level" ; alt:units = "m" ; alt:missing_value = -9999.f ; alt:standard_name = "altitude" ; // global attributes: :command_line = "shiprad_ingest -R -s mos -f S2" ; :Conventions = "ARM-1.2" ; :process_version = "ingest-shiprad-1.1-0.el7" ; :dod_version = "shiprad-a0-1.0" ; :input_source = "/data/collection/mos/mosshipradS2.00/ShipRad2_Starboard_myData.20201001000000.dat" ; :site_id = "mos" ; :platform_id = "shiprad" ; :facility_id = "S2" ; :data_level = "a0" ; :location_description = "Multidisciplinary drifting Observatory for the Study of Arctic Climate (MOSAiC) , Research Vessel PolarStern (starboard)" ; :datastream = "mosshipradS2.a0" ; :doi = "10.5439/1411966" ; :history = "created by user dsmgr on machine flint at 2021-08-05 17:51:29, using ingest-shiprad-1.1-0.el7" ; }