Skip to content

Commit

Permalink
Merge pull request #37 from ecmwf-projects/IGRA-fixes_COPDS-2083
Browse files Browse the repository at this point in the history
IGRA-fixes-COPDS 2083
  • Loading branch information
garciampred authored Oct 9, 2024
2 parents c613acb + 605dcab commit da928a1
Showing 1 changed file with 45 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,14 @@ sources:
idstation: primary_station_id
lat: latitude|station_configuration
lon: longitude|station_configuration
press: air_pressure
press: pressure
rh: relative_humidity
temp: air_temperature
wdir: wind_from_direction
wspd: wind_speed
unit_changes:
air_pressure:
names:
Pa: Pa
offset: 0
scale: 1
data_table: guan_data_value
descriptions:
air_pressure:
pressure:
description: Barometric air pressure
dtype: float32
units: Pa
Expand Down Expand Up @@ -72,6 +66,13 @@ sources:
description: Horizontal speed of the wind, or movement of air, at the height of the observation
dtype: float32
units: m s-1
z_coordinate:
description: z coordinate of observation
dtype: float32
units: m
z_coordinate_type:
description: Type of z coordinate
dtype: uint8
header_columns:
- primary_station_id
- report_timestamp
Expand All @@ -81,24 +82,29 @@ sources:
join_ids:
data: guan_data_header_id
header: guandataheader_id
space_columns:
x: longitude|station_configuration
y: latitude|station_configuration
z: pressure
main_variables:
- geopotential_height
- wind_from_direction
- wind_speed
- dew_point_depression
- air_temperature
- relative_humidity
- pressure
mandatory_columns:
- primary_station_id
- report_timestamp
- longitude|station_configuration
- latitude|station_configuration
- air_pressure
- pressure
- report_id
order_by:
- report_timestamp
- report_id
- air_pressure
- pressure
IGRA_H:
cdm_mapping:
melt_columns:
Expand All @@ -123,9 +129,9 @@ sources:
name: relative_humidity_total_uncertainty
units: '%'
rename:
actual_time: actual_time
actual_time: date_time
air_dewpoint_depression: dew_point_depression
air_pressure: air_pressure
air_pressure: pressure
air_temperature: air_temperature
air_temperature_total_uncertainty: air_temperature_total_uncertainty
ascent_speed: vertical_speed_of_radiosonde
Expand All @@ -138,36 +144,24 @@ sources:
longitude: longitude|station_configuration
northward_wind_component: northward_wind_speed
northward_wind_component_total_uncertainty: northward_wind_speed_total_uncertainty
radiosonde_code: radiosonde_code
relative_humidity: relative_humidity
relative_humidity_total_uncertainty: relative_humidity_total_uncertainty
report_id: report_id
report_timestamp: report_timestamp
sensor_model: sensor_model
sensor_model: sensor_id
solar_zenith_angle: solar_zenith_angle
station_name: primary_station_id
water_vapor_volume_mixing_ratio: water_vapour_mixing_ratio
wind_from_direction: wind_from_direction
wind_from_direction_total_uncertainty: wind_from_direction_total_uncertainty
wind_speed: wind_speed
wind_speed_total_uncertainty: wind_speed_total_uncertainty
unit_changes:
air_dewpoint_depression:
names:
K: K
offset: 0
scale: 1
air_temperature:
names:
K: K
offset: 0
scale: 1
data_table: igra_h
descriptions:
actual_time:
description: Release time of the sounding in date time UTC
date_time:
description: timestamp for observation
dtype: datetime64[ns]
air_pressure:
pressure:
description: Barometric air pressure
dtype: float32
units: Pa
Expand Down Expand Up @@ -210,9 +204,6 @@ sources:
primary_station_id:
description: Station identification code
dtype: object
radiosonde_code:
description: Common Code table as from WMO definitions (code table 3685)
dtype: float32
relative_humidity:
description: The harmonized value relative humidity obtained using RHARM (Radiosouding HARMonization) approach
dtype: float32
Expand All @@ -223,8 +214,8 @@ sources:
report_timestamp:
description: Observation date time UTC
dtype: datetime64[ns]
sensor_model:
description: Details on the sensor used
sensor_id:
description: Unique ID for this instrument
dtype: object
solar_zenith_angle:
description: The solar zenith angle is the angle between the zenith and the centre of the Sun's disc
Expand All @@ -246,6 +237,22 @@ sources:
description: Horizontal speed of the wind, or movement of air, at the height of the observation
dtype: float32
units: m s-1
uncertainty_type5:
description: Uncertainty type 5
dtype: object
uncertainty_value5:
description: Uncertainty value 5
dtype: object
uncertainty_units5:
description: Uncertainty units 5
dtype: object
z_coordinate:
description: z coordinate of observation
dtype: float32
units: m
z_coordinate_type:
description: Type of z coordinate
dtype: uint8
header_columns:
- primary_station_id
- radiosonde_code
Expand All @@ -268,6 +275,7 @@ sources:
- frost_point_temperature
- solar_zenith_angle
- dew_point_depression
- pressure
mandatory_columns:
- primary_station_id
- radiosonde_code
Expand All @@ -283,6 +291,7 @@ sources:
- report_timestamp
- report_id
- air_pressure
space_columns:
x: longitude|station_configuration
y: latitude|station_configuration
space_columns:
x: longitude|station_configuration
y: latitude|station_configuration
z: pressure

0 comments on commit da928a1

Please sign in to comment.