Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added new USCRN and WOUDC variables #3

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions table_definitions/advanced_uncertainty.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Description:
# Source:
element_name kind external_table description
observation_id varchar (pk) observations_table:observation_id Link to observation this entry is for
desroziers_180_uncertainty numeric Desroziers uncertainty v 1.0 - 180 days window
desroziers_30_uncertainty numeric Desroziers uncertainty v 1.0 - 30 days window
desroziers_60_uncertainty numeric Desroziers uncertainty v 1.0 - 60 days window"
desroziers_90_uncertainty numeric Desroziers uncertainty v 1.0 - 90 days window
3 changes: 2 additions & 1 deletion table_definitions/era5fb_table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ datum_rdbflag@body bool observation flags (rdb)
biascorr@body numeric radiance bias correction
qc_pge@body numeric var qc a posteriori probability of gross error
an_depar@body numeric observed minus analysed value
fg_depar@body numeric observed minus first guess value
fg_depar@body numeric observed minus first guess value (compute online, only available for the stations used in ERA5)
fg_depar@offline numeric observed minus first guess value (computed offline, available for all stations).
lsm@surfbody_feedback numeric
stalt@hdr numeric altitude
obs_error@errstat numeric prescribed observation error
Expand Down
14 changes: 2 additions & 12 deletions table_definitions/observations_table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,5 @@ advanced_uncertainty int data_present:flag Flag indicating whether uncertainty e
advanced_homogenisation int data_present:flag Flag indicating whether advanced homogenisation information is available
advanced_assimilation_feedback int data_present:flag Flag indicating whether assimilation feedback is available
source_id varchar source_configuration:source_id Original source of data, link to external table
total_uncertainty numeric The total uncertainty is the sum in quadrature of all the contributions (systematic, quasi-systematic and statistical) to the uncertainty budget.
positive_total_uncertainty numeric The total uncertainty is the sum in quadrature of all the contributions (systematic, quasi-systematic and statistical) to the uncertainty budget.
negative_total_uncertainty numeric The total uncertainty is the sum in quadrature of all the contributions (systematic, quasi-systematic and statistical) to the uncertainty budget.
systematic_uncertainty numeric Systematic uncertainties are the uncertainty contributions due to systematic effects which, although they can be corrected in principle, cannot be corrected in practice. In other words, systematic uncertainties are statistical characterizations, by means of distributions of possible values of the measurand, of those systematic errors which, although removable in principle, cannot be corrected in practice.
positive_systematic_uncertainty numeric Systematic uncertainties are the uncertainty contributions due to systematic effects which, although they can be corrected in principle, cannot be corrected in practice. In other words, systematic uncertainties are statistical characterizations, by means of distributions of possible values of the measurand, of those systematic errors which, although removable in principle, cannot be corrected in practice.
negative_systematic_uncertainty numeric Systematic uncertainties are the uncertainty contributions due to systematic effects which, although they can be corrected in principle, cannot be corrected in practice. In other words, systematic uncertainties are statistical characterizations, by means of distributions of possible values of the measurand, of those systematic errors which, although removable in principle, cannot be corrected in practice.
random_uncertainty numeric Random uncertainties are the uncertainty contributions due to random effects causing random errors that cannot be corrected for in a single measured value, even in principle, because the effect is stochastic.
positive_random_uncertainty numeric Random uncertainties are the uncertainty contributions due to random effects causing random errors that cannot be corrected for in a single measured value, even in principle, because the effect is stochastic.
negative_random_uncertainty numeric Random uncertainties are the uncertainty contributions due to random effects causing random errors that cannot be corrected for in a single measured value, even in principle, because the effect is stochastic.
quasisystematic_uncertainty numeric The quasi-systematic uncertainties are related to the estimates of errors which behave in a consistent way between measurements over a time period similar to that over which measurements are recorded.
positive_quasisystematic_uncertainty numeric The quasi-systematic uncertainties are related to the estimates of errors which behave in a consistent way between measurements over a time period similar to that over which measurements are recorded.
negative_quasisystematic_uncertainty numeric The quasi-systematic uncertainties are related to the estimates of errors which behave in a consistent way between measurements over a time period similar to that over which measurements are recorded.
logbook_version numeric The version number of the station datalogger program that was in effect at the time of the observation.
cloud_conditions varchar Sky conditions; Possible Values: clear-sky; thin clouds; thick clouds; broken clouds; [empty]. [empty] means that the cloud retrieval is not successful, not possible or missing.
32 changes: 27 additions & 5 deletions tables/observed_variable.dat
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ variable parameter_group domain sub_domain name units description
149 atmospheric upper-air column sulphur dioxide DU The daily total column sulphur dioxide (SO2) amount calculated as the mean of the individual SO2 amounts
150 atmospheric upper-air ozone partial pressure Pa Level partial pressure of ozone in milli-Pascals (mPa)
151 atmospheric upper-air ozone concentration ppmv Level mixing ratio of ozone in ppmv
152 atmospheric upper-air total ozone column DU Ozone (DU) integrated up to the current altitude level
152 atmospheric upper-air total ozone column DU Ozone (DU) integrated up to the current altitude level
153 atmospheric upper-air flight summary integrated O3 DU Ozone amount integrated over the whole balloon profile.
154 sampling method burst ozone pressure Pa Atmospheric pressure when balloon burst in hPa.
155 lidar atmospheric measurement_wavelength nm Wavelength of the transmitted laser pulse
Expand All @@ -159,8 +159,6 @@ variable parameter_group domain sub_domain name units description
170 humidity atmospheric surface soil_moisture m3 m-3 Ratio of water volume over sample volume (m^3 water/m^3 soil)
171 humidity atmospheric daily maximum relative humidity percent TBD
172 humidity atmospheric daily minimum relative humidity percent TBD
173 temperature atmospheric monthly maximum soil temperature K Lot 1 is using Ts - WMO abbrev.
174 temperature atmospheric monthly minimum soil temperature K Lot 1 is using Ts - WMO abbrev.
175 wind atmospheric surface; upper-air wind speed 2 meters from earth surface m s-1 Speed is the magnitude of velocity. Wind is defined as a two-dimensional (horizontal) air velocity vector, with no vertical component. (Vertical motion in the atmosphere has the standard name upward air velocity.) The wind speed is the magnitude of the wind velocity. Lot 1 uses ff - WMO abbrev.
176 temperature atmospheric soil temperature 5cm from earth surface K TBD
177 temperature atmospheric soil temperature 10cm from earth surface K TBD
Expand All @@ -174,6 +172,30 @@ variable parameter_group domain sub_domain name units description
185 humidity atmospheric soil moisture 100cm from earth surface m3 m-3 TBD
186 radiation atmospheric hourly maximum downward shortwave irradiance at earth surface W m-2 Flux density of the solar radiation at the Earth surface
187 radiation atmospheric hourly minimum downward shortwave irradiance at earth surface W m-2 Flux density of the solar radiation at the Earth surface
188 temperature atmospheric hourly maximum soil temperature K Lot 1 is using Ts - WMO abbrev.
189 temperature atmospheric hourly minimum soil temperature K Lot 1 is using Ts - WMO abbrev.
190 precipitable water column era5 kg m-2 TBD (GNSS variable)
191 radiation atmospheric solar irradiance W m-2 The quantity with standard name solar_irradiance, often called Total Solar Irradiance (TSI), is the radiation from the sun integrated over the whole electromagnetic spectrum and over the entire solar disk. The quantity applies outside the atmosphere, by default at a distance of one astronomical unit from the sun, but a coordinate or scalar coordinate variable of distance_from_sun can be used to specify a value other than the default. "Irradiance" means the power per unit area (called radiative flux in other standard names), the area being normal to the direction of flow of the radiant energy.
192 radiation atmospheric maximum solar irradiance W m-2 Maximum power per unit area (surface power density) received from the Sun in the form of electromagnetic radiation in the wavelength range of the measuring instrument. Solar irradiance is measured in watts per square metre (W/m2) in SI units at the Earth surface over specified period.
193 radiation atmospheric minimum solar irradiance W m-2 Minumum power per unit area (surface power density) received from the Sun in the form of electromagnetic radiation in the wavelength range of the measuring instrument. Solar irradiance is measured in watts per square metre (W/m2) in SI units at the Earth surface over specified period.
194 radiation atmospheric daily global solar radiation W m-2 This parameter is the total solar energy(direct and diffuse) measured at the Earth's surface per unit of area. in MJ/meter^2, calculated from the hourly average global solar radiation rates and converted to energy by integrating over time. For simplicity of use, the values are provided in Mega-Joules per square metre (MJ/m**2).
195 temperature atmospheric daily mean air temperature K TBD
196 temperature atmospheric maximum soil temperature K Lot 1 is using Ts - WMO abbrev.
197 temperature atmospheric minimum soil temperature K Lot 1 is using Ts - WMO abbrev.
198 radiation atmospheric monthly global solar radiation W m-2 Total solar energy(direct and diffuse) measured at the Earth's surface per unit of area. in MJ/meter^2, calculated from the hourly average global solar radiation rates and converted to energy by integrating over time. For simplicity of use, the values are provided in Mega-Joules per square metre (MJ/m**2).
199 atmospheric upper-air total ozone column mol mol Ozone (MOLES) integrated up to the current altitude level
200 atmospheric upper-air total ozone column air mass factor 1 Air mass factor associated with the total stratospheric vertical column of the target gas.
201 atmospheric upper-air methane total column Emolec cm-2 Retrieved total vertical CH4 column between boundaries of altitude grid.
202 atmospheric upper-air methane partial column Pmolec cm-2 CH4 partial columns in the retrieval layers.
203 atmospheric upper-air methane volume mixing ratio ppmv Vertical CH4 profile from solar absorption measurements.
204 atmospheric upper-air carbon_monoxide_partial_column Pmolec cm-2 Vertical CH4 profile from solar absorption measurements.
205 atmospheric upper-air carbon_monoxide_volume_mixing_ratio ppmv Vertical CH4 profile from solar absorption measurements.
206 atmospheric upper-air carbon_monoxide_total_column Emolec cm-2 Vertical CH4 profile from solar absorption measurements.
207 atmospheric upper-air ozone partial column Pmolec cm-2 O3 partial columns in the retrieval layers.
208 atmospheric upper-air ozone volume mixing ratio ppmv Vertical O3 profile from solar absorption measurements.
209 atmospheric upper-air ozone partial column derived Dobson-Units O3 partial columns Derived from lidar and independent source.
210 atmospheric upper-air ozone number density molec m-3 Core, measured variable.
211 atmospheric upper-air water vapor total column Emolec cm-2 Total vertical column of H2O adopted in the target gas retrieval.
212 radiation atmospheric surface; upper air solar azimuth angle degrees solar zenith angle
213 atmospheric upper-air instrument viewing azimuth angle degrees The azimuth viewing direction of the instrument using north as the reference plane and increasing clockwise (0 for north, 90 for east and so on).
214 atmospheric upper-air instrument viewing zenith angle degrees The zenith viewing direction of the instrument.
215 atmospheric upper-air ozone slant column Pmolec cm-2 Zenith slant column density of target gas corresponding to datetime.
215 atmospheric upper-air ozone slant column Pmolec cm-2 Zenith slant column density of target gas corresponding to datetime.
24 changes: 17 additions & 7 deletions tables/uncertainty_type.dat
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
uncertainty type name description reference
1 random Random uncertainties are the uncertainty contributions due to random effects causing random errors that cannot be corrected for in a single measured value, even in principle, because the effect is stochastic \hspace{10 mm}
2 systematic Systematic uncertainties are the uncertainty contributions due to systematic effects which, although they can be corrected in principle, cannot be corrected in practice. In other words, systematic uncertainties are statistical characterizations, by means of distributions of possible values of the measurand, of those systematic errors which, although removable in principle, cannot be corrected in practice \hspace{10 mm}
3 quasi-systematic The quasi-systematic uncertainties are related to the estimates of errors which behave in a consistent way between measurements over a time period similar to that over which measurements are recorded. \hspace{10 mm}
4 structured random The structured random uncertainty is a contribution systematic over one timescale and / or space scale, but effectively random over longer space and / or timescales. \hspace{10 mm}
5 total The total uncertainty is the sum in quadrature of all the contributions (systematic, quasi-systematic and statistical) to the uncertainty budget. \hspace{10 mm}
6 ozone_partial_pressure_total_uncertainty Total uncertainty in the calculation of the ozone partial pressure as a composite of the individual uncertainties contribution. Uncertainties due to systamtic bias are assumed as random and following a random normal distribution. The uncertainty calculation also accounts for the increased uncertainty incurred by homogenizing the data record. \hspace{10 mm}
7 ozone_partial_pressure_percentage_uncertainty Percentage total uncertainty in the calculation of the ozone partial pressure as a composite of the individual uncertainties contribution. Uncertainties due to systamtic bias are assumed as random and following a random normal distribution. The uncertainty calculation also accounts for the increased uncertainty incurred by homogenizing the data record. \hspace{10 mm}
1 random Random uncertainties are the uncertainty contributions due to random effects causing random errors that cannot be corrected for in a single measured value, even in principle, because the effect is stochastic
2 systematic Systematic uncertainties are the uncertainty contributions due to systematic effects which, although they can be corrected in principle, cannot be corrected in practice. In other words, systematic uncertainties are statistical characterizations, by means of distributions of possible values of the measurand, of those systematic errors which, although removable in principle, cannot be corrected in practice
3 quasisystematic The quasi-systematic uncertainties are related to the estimates of errors which behave in a consistent way between measurements over a time period similar to that over which measurements are recorded.
4 structured random The structured random uncertainty is a contribution systematic over one timescale and / or space scale, but effectively random over longer space and / or timescales.
5 total The total uncertainty is the sum in quadrature of all the contributions (systematic, quasi-systematic and statistical) to the uncertainty budget.
6 ozone_partial_pressure_total_uncertainty Total uncertainty in the calculation of the ozone partial pressure as a composite of the individual uncertainties contribution. Uncertainties due to systamtic bias are assumed as random and following a random normal distribution. The uncertainty calculation also accounts for the increased uncertainty incurred by homogenizing the data record.
7 ozone_partial_pressure_percentage_uncertainty Percentage total uncertainty in the calculation of the ozone partial pressure as a composite of the individual uncertainties contribution. Uncertainties due to systamtic bias are assumed as random and following a random normal distribution. The uncertainty calculation also accounts for the increased uncertainty incurred by homogenizing the data record.
8 negative random Negative random uncertainties
9 positive random Positive random uncertainties
10 negative systematic Negative systematic uncertainties
11 positive systematic Positive systematic uncertainties
12 negative quasisystematic Negative quasi-systematic uncertainties
13 positive quasisystematic Positive quasi-systematic uncertainties
14 negative structured random Negative structured random
15 positive structured random Positive structured random
16 negative total Negative total uncertainties
17 positive total Positive total uncertainties