1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
| netcdf sfc_obs_2025060106-v3 { dimensions: Location = 169922 ; nvars = 6 ; variables: int Location(Location) ; Location:suggested_chunk_dim = 169922LL ; float nvars(nvars) ; nvars:suggested_chunk_dim = 100LL ;
// global attributes: string :_ioda_layout = "ObsGroup" ; :_ioda_layout_version = 0 ; :nvars = 6 ; :nlocs = 169922 ; :nstring = 50 ; :min_datetime = "2025-06-01T03:00:00Z" ; :max_datetime = "2025-06-01T08:58:59Z" ;
group: MetaData { variables: int64 dateTime(Location) ; dateTime:_FillValue = -9223372036854775806LL ; dateTime:units = "seconds since 1970-01-01T00:00:00Z" ; float height(Location) ; height:_FillValue = -999.f ; float latitude(Location) ; latitude:_FillValue = -999.f ; float longitude(Location) ; longitude:_FillValue = -999.f ; float pressure(Location) ; pressure:_FillValue = -999.f ; float stationElevation(Location) ; stationElevation:_FillValue = -999.f ; string stationIdentification(Location) ; string stationIdentification:_FillValue = "" ; string variable_names(nvars) ; string variable_names:_FillValue = "" ; } // group MetaData
group: ObsError { variables: float airTemperature(Location) ; airTemperature:_FillValue = -999.f ; airTemperature:units = "K" ; float specificHumidity(Location) ; specificHumidity:_FillValue = -999.f ; specificHumidity:units = "kg/kg" ; float stationPressure(Location) ; stationPressure:_FillValue = -999.f ; stationPressure:units = "Pa" ; float virtualTemperature(Location) ; virtualTemperature:_FillValue = -999.f ; virtualTemperature:units = "K" ; float windEastward(Location) ; windEastward:_FillValue = -999.f ; windEastward:units = "m/s" ; float windNorthward(Location) ; windNorthward:_FillValue = -999.f ; windNorthward:units = "m/s" ; } // group ObsError
group: ObsType { variables: int airTemperature(Location) ; airTemperature:_FillValue = -999 ; int specificHumidity(Location) ; specificHumidity:_FillValue = -999 ; int stationPressure(Location) ; stationPressure:_FillValue = -999 ; int virtualTemperature(Location) ; virtualTemperature:_FillValue = -999 ; int windEastward(Location) ; windEastward:_FillValue = -999 ; int windNorthward(Location) ; windNorthward:_FillValue = -999 ; } // group ObsType
group: ObsValue { variables: float airTemperature(Location) ; airTemperature:_FillValue = -999.f ; airTemperature:units = "K" ; float specificHumidity(Location) ; specificHumidity:_FillValue = -999.f ; specificHumidity:units = "kg/kg" ; float stationPressure(Location) ; stationPressure:_FillValue = -999.f ; stationPressure:units = "Pa" ; float virtualTemperature(Location) ; virtualTemperature:_FillValue = -999.f ; virtualTemperature:units = "K" ; float windEastward(Location) ; windEastward:_FillValue = -999.f ; windEastward:units = "m/s" ; float windNorthward(Location) ; windNorthward:_FillValue = -999.f ; windNorthward:units = "m/s" ; } // group ObsValue
group: PreQC { variables: int airTemperature(Location) ; airTemperature:_FillValue = -999 ; int specificHumidity(Location) ; specificHumidity:_FillValue = -999 ; int stationPressure(Location) ; stationPressure:_FillValue = -999 ; int virtualTemperature(Location) ; virtualTemperature:_FillValue = -999 ; int windEastward(Location) ; windEastward:_FillValue = -999 ; int windNorthward(Location) ; windNorthward:_FillValue = -999 ; } // group PreQC }
|