T-REX Sounding Composite 5-mb Resolution Upper-Air Data Set

1.0 General Description

This dataset contains upper-air sounding data interpolated to a constant vertical resolution of 5 hPa in the National Center for Atmospheric Research (NCAR) Earth Observing Laboratory (EOL) Sounding Composite Format from stations in the following networks:

Data for the Terrain-induced Rotor Experiment (T-REX) 2006 domain (25°N to 37°N latitude and 118°W to 114°W are contained within this dataset. The dataset covers the time period 1 March 2006 through 30 April 2006. This T-REX 2006 Sounding Composite 5-mb Resolution Upper-Air Dataset contains 1299 soundings from 13 platforms.

Section 2.1 contains a detailed description of the format of the composite dataset. See Section 3.0 below for the quality control processing performed by NCAR/EOL on this dataset. Section 4.0 contains references.

2.0 Detailed Data Description

The `native' resolution data for every sounding were interpolated to 5 hPa vertical resolution files. The surface data point was kept as the initial level in each sounding. The first interpolated data point was at the next lowest pressure evenly divisible by 5 and then every 5 hPa pressure level beyond that point to either 50 hPa or the lowest pressure level reached by the radiosonde, whichever came first. The first 15 lines of each file (the header information) were kept without change.

For the interpolation, the software searched for two data points around the desired pressure level. The search was conducted by looking for two valid (i.e. non-missing) data points around the desired pressure level, while also paying attention to the time difference between the two data points as well as their quality control flags. There was a search for the two best possible data points to use in the interpolation. If the desired pressure level was within the original dataset, that data point was used without interpolation.

There was first a search for values flagged as good within some time range (50 sec for temperature, humidity, and wind and 100 sec for pressure; hereafter termed the ARANGE) and the interpolated data point was flagged as good. Failing that, it searched for values flagged as estimated within the same time range and the interpolated data point was flagged as estimated. Then the search went for good values within a wider time range (100 sec for temperature, humidity, and wind and 200 sec for pressure; hereafter termed the BRANGE) the flag for the interpolated data point here was then degraded (even though two `good' data points were used there was a significant time difference between them) to questionable. Then, in turn, estimated values within the BRANGE were used (flag set to questionable), questionable values within the BRANGE (flag set to bad), good values greater than the BRANGE apart (flag set to bad), estimated values greater than BRANGE apart (flag set to bad), questionable values greater than BRANGE apart (flag set to bad), finally any bad values (flag set to bad). This search was conducted separately for each interpolated variable (pressure, temperature, relative humidity, and the u and v wind components.

Thus for each interpolated data point, the quality control flag was set to the worst case among the data points used in the interpolation, except, for each time range apart, the quality control flag was degraded one level (i.e. good to questionable, etc).

The quality control flags should be carefully heeded in these files. While some of the data may look good, it may have been interpolated over large pressure intervals, and thus be suspect.

For each interpolated data point the dew point was calculated from the temperature and relative humidity (Bolton 1980) and the total wind speed and direction were calculated from the interpolated u and v component values. Also, the altitude and time were interpolated using the same data points used for the pressure interpolation. The ascension rate was recalculated based on the time and altitude values from the two data points used to interpolate the 5 hPa data point. Thus the ascension rate values do not reflect the values based on the interpolated data. The latitude and longitude values were interpolated using the same data points used in the wind component interpolation.

For the AFRL Radiosonde and Thermosonde data, no times are included in the submitted data set. So a similar procedure was used as described above. First, the wind records in the submitted data set did not include pressure values. The pressure for the wind records was interpolated using the altitude at the wind record and the surrounding PTH records that included both altitude and pressure. Once every record has a pressure value, the 5 mb records were interpolated for each parameter separately based on the two records with pressures on either side of the 5 mb level and non-missing values of the pressure in question. The quality control flag was set to the worst case among the data points used in the interpolation. If values more than 5 mb apart were used to interpolate a questionable flag was applied (unless the flag was already bad).

2.1 Detailed Format Description

All upper air soundings were converted to National Center for Atmospheric Research/Earth Observing Laboratory (NCAR/EOL) Sounding Composite Format (ESCF). ESCF is a version of the National Center for Atmospheric Research (NCAR) CLASS format and is an ASCII format consisting of 15 header records for each sounding followed by the data records with associated QC information.

Header Records

The header records (15 total records) contain data type, project ID, site ID, site location, release time, sonde type, meteorological and wind data processors, and the operator's name and comments. The first five header lines contain information identifying the sounding, and have a rigidly defined form. The following 7 header lines are used for auxiliary information and comments about the sounding, and may vary from dataset to dataset. The last 3 header records contain header information for the data columns. Line 13 holds the field names, line 14 the field units, and line 15 contains dashes ('-' characters) delineating the extent of the field.

The five standard header lines are as follows:

LineLabel (padded to 35 char)Contents
1Data Type:Description of type and resolution of data.
2Project ID:Id of weather project.
3Release Site Type/Site ID:Description of the release site.
4Release Location (lon,lat,alt):Position of release site in the format described below.
5UTC Release Time (y,m,d,h,m,s):Time of release, in the format: yyyy, mm, dd, hh:mm:ss

The release location is given as: lon (deg min), lat (deg min), lon (dec. deg), lat (dec. deg), alt (m)

Longitude in deg min is in the format: ddd mm.mm'W where ddd is the number of degrees from True North (with leading zeros if necessary), mm.mm is the decimal number of minutes, and W represents W or E for west or east longitude, respectively. Latitude has the same format as longitude, except there are only two digits for degrees and N or S for north/south latitude. The decimal equivalent of longitude and latitude and station elevation follow.

The seven nonstandard header lines may contain any label and contents. The labels are padded to 35 characters to match the standard header lines. Records for this dataset include the following three nonstandard header lines.

LineLabel (padded to 35 char)Contents
12Nominal Release Time (y,m,d,h,m,s):Nominal time of release, in the format: yyyy, mm, dd, hh:mm:ss

Data Records

The data records each contain time from release, pressure, temperature, dew point, relative humidity, U and V wind components, wind speed and direction, ascent rate, balloon position data, altitude, and quality control flags (see the QC code description). Each data line contains 21 fields, separated by spaces, with a total width of 130 characters. The data are right-justified within the fields. All fields have one decimal place of precision, with the exception of latitude and longitude, which have three decimal places of precision. The contents and sizes of the 21 fields that appear in each data record are as follows:

Field No.WidthFormatParameterUnitsMissing Value
16F6.1TimeSeconds9999.0
26F6.1PressureMillibars9999.0
35F5.1Dry-bulb TemperatureDegrees C999.0
45F5.1Dew Point TemperatureDegrees C999.0
55F5.1Relative HumidityPercent999.0
66F6.1U Wind ComponentMeters / Second9999.0
76F6.1V Wind ComponentMeters / Second9999.0
85F5.1Wind SpeedMeters / Second999.0
95F5.1Wind DirectionDegrees999.0
105F5.1Ascent RateMeters / Second999.0
118F8.3LongitudeDegrees9999.0
127F7.3LatitudeDegrees999.0
135F5.1Elevation AngleDegrees999.0
145F5.1Azimuth AngleDegrees999.0
157F7.1AltitudeMeters99999.0
164F4.1QC for PressureCode (see below)99.0
174F4.1QC for TemperatureCode (see below)99.0
184F4.1QC for HumidityCode (see below)99.0
194F4.1QC for U Wind ComponentCode (see below)99.0
204F4.1QC for V Wind ComponentCode (see below)99.0
214F4.1QC for Ascension RateCode (see below)99.0

Fields 16 through 21 contain the Quality Control information derived at the NCAR Earth Observing Laboratory (NCAR/EOL). Any QC information from the original sounding is replaced by the following EOL Sounding Composite Format codes:

CodeDescription
99.0Unchecked (QC information is "missing.") ("UNCHECKED")
1.0Checked, datum seems physically reasonable. ("GOOD")
2.0Checked, datum seems questionable on physical basis. ("MAYBE")
3.0Checked, datum seems to be in error. ("BAD")
4.0Checked, datum is interpolated. ("ESTIMATED")
9.0Checked, datum was missing in original file. ("MISSING")

Sample Data

The following is a sample record of a T-REX 5-mb rawinsonde data in EOL Sounding Composite format. The data portion is much longer than 80 characters and, therefore, wraps around to a second line. See section 2.1 for an exact format specification

Data Type:                         RF3/Gulfstream V, N677F Dropsonde/Descending
Project ID:                        T-REX
Release Site Type/Site ID:         Gulfstream V, N677F RF3
Release Location (lon,lat,alt):    117 54.66'W, 36 22.62'N, -117.911, 36.377, 12474.4
UTC Release Time (y,m,d,h,m,s):    2006, 03, 09, 21:50:03
Post Processing Comments:          Aspen Version
Reference Launch Data Source/Time: NCAR G-V (ADS)
Sonde Id/Sonde Type:               060226015/Vaisala RSS903 & Ublox TIM-Lx
System Operator/Comments:          emk/none, Good Drop
/
/
Nominal Release Time (y,m,d,h,m,s): 2006, 03, 09, 21:50:03
 Time  Press  Temp  Dewpt  RH    Ucmp   Vcmp   spd   dir   Wcmp     Lon     Lat    Ele   Azi   Alt    Qp   Qt   Qrh  Qu   Qv   QdZ
  sec    mb     C     C     %     m/s    m/s   m/s   deg   m/s      deg     deg    deg   deg    m    code code code code code code
------ ------ ----- ----- ----- ------ ------ ----- ----- ----- -------- ------- ----- ----- ------- ---- ---- ---- ---- ---- ----
 677.5  829.9   9.0  -9.5  26.0 9999.0 9999.0 999.0 999.0 999.0 9999.000 999.000 999.0 999.0  1524.1  1.0  1.0  1.0  9.0  9.0  9.0
 673.5  825.0   8.6  -9.7  26.3 9999.0 9999.0 999.0 999.0 -12.3 9999.000 999.000 999.0 999.0  1572.4  1.0  1.0  1.0  9.0  9.0 99.0
 669.5  820.0   8.1  -9.7  27.3 9999.0 9999.0 999.0 999.0 -11.9 9999.000 999.000 999.0 999.0  1622.8  1.0  1.0  1.0  9.0  9.0 99.0
 665.2  815.0   7.7  -9.3  28.8   -5.2    0.2   5.2  92.7 -11.4 -117.681  36.352 999.0 999.0  1673.5  1.0  1.0  1.0  1.0  1.0 99.0
 660.7  810.0   7.2  -8.2  32.3   -5.2   -0.5   5.2  84.5 -11.6 -117.681  36.352 999.0 999.0  1724.3  1.0  1.0  1.0  1.0  1.0 99.0
 656.5  805.0   6.8  -8.9  31.7   -5.4   -1.5   5.6  74.5 -12.1 -117.681  36.352 999.0 999.0  1774.7  1.0  1.0  1.0  1.0  1.0 99.0
 652.2  800.0   6.3  -9.1  32.2   -4.8   -1.3   5.0  75.2 -11.4 -117.680  36.352 999.0 999.0  1825.6  1.0  1.0  1.0  1.0  1.0 99.0

2.2 Station List

ID SITE STATE LONG LAT ELEV (m)
74612 NAWS, China Lake CA -117.68500 35.75940 665.0
74612 RAP_14 CA -117.71000 35.91000 703.0
AFRL AFRL at Ash Mountain Helibase CA -118.84048 36.48720 503.0
DRA Desert Rock NV -116.00000 36.60000 1007.0
G-LUXE BAE146 CA -999.99999 -99.99999 -9999.9
ISS ISS CA -118.17800 36.78800 1196.6
K2O7 University of Leeds at Independence Airport CA -118.20000 36.81000 1162.0
MGAUS MGAUS CA -999.99999 -99.99999 -9999.9
N677F HIAPER CA -999.99999 -99.99999 -9999.9
NAS LeMoore CA -119.57000 36.20000 72.0
NKX San Diego CA -117.10000 32.80000 134.0
OAK Oakland CA -122.20000 37.70000 2.0
REV Reno NV -119.80000 39.60000 1516.0

3.0 Quality Control Processing

This dataset underwent an automated QC process. The dataset underwent internal consistency checks which included two types of checks, gross limit checks on all parameters and rate-of-change checks on temperature, pressure and ascension rate. Some further information on the QC processing conducted by EOL can be found in Loehrer et al. (1996) and Loehrer et al. (1998).

3.1 Gross Limit Checks

These checks were conducted on each sounding and data were automatically flagged as appropriate. Only the data point under examination was flagged. EOL conducted the following gross limit checks on the T-REX sounding datasets. In the table P = pressure, T = temperature, RH = relative humidity, U = U wind component, V = V wind component, B = bad, and Q = questionable.

ParameterGross Limit CheckParameter(s) FlaggedFlag Applied
Pressure < 0 mb or > 1050 Mb PB
Altitude < 0 m or > 40000 m P, T, RHQ
Temperature < -90 °C or > 45 °C TT
Dew Point < -99.9 °C or > 33 °C
> Temperature
RH
T, RH
Q
Q
Relative Humidity < 0% or > 100% RHB
Wind Speed < 0 m/s or > 100 m/s
> 150 m/s
U, V
U, V
Q
B
U Wind Component < 0 m/s or > 100 m/s
> 150 m/s
U
U
Q
B
V Wind Component < 0 m/s or > 100 m/s
> 150 m/s
V
V
Q
B
Wind Direction < 0° or > 360° U, VB
Ascent Rate < -10 m/s or > 10 m/s P, T, RHQ

3.2 Vertical Consistency Checks

These checks were conducted on each sounding and data were automatically flagged as appropriate. These checks were started at the lowest level of the sounding and compared neighboring 2-sec data points (except at pressures less than 100 Mb where 30-sec average values were used. In the case of checks ensuring that the values increased/decreased as expected, only the data point under examination was flagged. However, for the other checks, all of the data points used in the examination were flagged. All items within the table are as previously defined.

Parameter Vertical Consistency Check Parameter(s) FlaggedFlag Applied
Time decreasing / equal NoneNone
Altitude decreasing / equal P, T, RHQ
Pressure increasing / equal
> 1 Mb/s or < -1 Mb/s
> 2 Mb/s or < -2 Mb/s
P, T, RH
P, T, RH
P, T, RH
Q
Q
B
Temperature < -15 °C/km
< -30 °C/km
> 50 °C/km (not applied at p < 250 Mb)
>100 °C/km (not applied at p < 250 Mb)
P, T, RH
P, T, RH
P, T, RH
P, T, RH
Q
B
Q
B
Ascent Rate change of > 3 m/s or & lt; -3 m/s
change of > 5 m/s or < -5 m/s
P
P
Q
B

3.3 Data Quality Issues

4.0 References

Bolton, D., 1980: The Computation of Equivalent Potential Temperature. Mon. Wea. Rev., 108, 171-180.

Loehrer, S. M., T. A. Edmands, and J. A. Moore, 1996: TOGA COARE upper-air sounding data archive: development and quality control procedures. Bull. Amer. Meteor. Soc., 77, 2651-2671.

Loehrer, S. M., S. F. Williams, and J. A. Moore, 1998: Results from UCAR/JOSS quality control of atmospheric soundings from field projects. Preprints, Tenth Symposium on Meteorological Observations and Instrumentation, Phoenix, AZ, Amer. Meteor. Soc., 1-6.

NCAR/EOL, cited 2006: GPS Dropsonde [Available online from http://www.atd.ucar.edu/rtf/facilities/dropsonde].

NWS, 1991: Micro-ART Observation and Rework Programs Technical Document, National Weather Service, National Oceanic and Atmospheric Administration, Washington, D.C., March 1991.

Wade, C. G., 1995: Calibration and data reduction problems affecting National Weather Service radiosonde humidity measurements. Preprints, Ninth Symposium on Meteorological Observations and Instrumentation, Charlotte, NC, Amer. Meteor. Soc., 37-42.

Williams, S. F., C. G. Wade, and C. Morel, 1993: A comparison of high resolution radiosonde winds: 6-second Micro-ART winds versus 10-second CLASS LORAN winds. Preprints, Eighth Symposium on Meteorological Observations and Instrumentation, Anaheim, California, Amer. Meteor. Soc., 60-65.

Williams, S. F., S. M. Loehrer, and D. R. Gallant, 1998: Computation of high-resolution National Weather Service rawinsonde winds. Preprints, Tenth Symposium on Meteorological Observations and Instrumentation, Phoenix, AZ, Amer. Meteor. Soc., 387-391.