Data and metadata imprivded using the DEIMS management system on 2014, Inigo.
Files were submitted by Karen Lewis to the McMurdo LTER data manager in October, 1997 and March, 1999. In order to get the dates and times in the proper format, Denise Steigerwald changed any times marked as 24:00 to 0:00, and added 1 to the corresponding julian date. Julian dates and times were then converted to a format with mm/dd/yy hh24:mm in order to make this file more compatible with other McMurdo LTER files. Variables were renamed to match with corresponding measurements at other meteorology stations. A column was also added for
location code in order to identify the station of these measurements. Updates were done using Microsoft Excel and Access software. Comma delimited ascii files were then generated to make the data files available on the web page.
In June, 1999, it was determined that the transformations used to get records from level 0 to level 1 did not occur for the data sets submitted by Karen Lewis. Denise Steigerwald, the data
manager, therefore replaced what she could with data sets that originated at the Desert Research Institute and had undergone these transformations. This included records between November 10, 1995 and August 21, 1996. The remaining records were downloaded by Thomas Nylen to allow him to get the records to level 1. On September 29, 1999, the level 1 records on the web replaced the level 0 records.
In May 2000, the 1999-2000 data was posted. In the process, Denise Steigerwald changed the layout of the files so that they were sorted by category (air temperatures, humidity, radiation, wind etc.) rather than by year. Files containing monthly and daily averages were generated and minor adjustments were made to the metadata.
On May 17, 2000, relative humidity (RH) values were corrected for a systematic error in the measurement created by an instrument manufacturer error. All RH data with air temperatures below freezing were corrected using the vapor pressure over ice (rather than over water which was used initially). The error became quite large for very cold temperatures (the correction could grow to around 30%). The formula used for the correction was:
RH_corr=RH_orig/((A*temp*temp)+(B*temp)+C)
where
RH_corr = corrected relative humidity
RH_orig = original relative humidity
temp = air temperature
A = 4.165E-5
B = 9.7E-3
C = 1.0
For example, with an air temperature of -2.3 and RH_orig of 50.6, the RH_corr will be 51.7. Records that showed corrected RH values greater than or equal to 100 were changed to 99.99 and flagged.
In June 2000, summary files were added to the web containing daily and monthly statistics. These were generated by creating "views" of daily and monthly means, minimums, maximums and counts of the records represented in the Oracle database's meteorology tables.
On June 4, 2004, the relative humidity (RH) values after January 16, 2000 @ 1600 were corrected for a systematic error in the measurement created by an instrument manufacturer error.
All RH data with air temperatures below freezing were corrected using the vapor pressure over ice (rather than over water which was used initially). The error became quite large for very cold temperatures (the correction could grow to around 30%). The polynomials used for the correction is based on Lowe (1977). The original RH value is multiplied by the saturation vapor pressure over water and divided by the the saturation vapor pressure over ice
RH3m_corr=[RH3m]*(6.107799961 + [AirT3m] * (0.4436518521 + [AirT3m] * (0.01428945805 + [AirT3m] * (0.0002650648471 + [AirT3m] *(0.000003031240396 + [AirT3m] * (0.00000002034080948 + 0.00000000006136820929 * [AirT3m])))))) / (6.109177956 + [AirT3m] * (0.503469897 + [AirT3m] * (0.01886013408 + [AirT3m] * (0.0004176223716 + [AirT3m] * (0.00000582472028 + [AirT3m] * (0.00000004838803174 + 0.0000000001838826904 * [AirT3m])))))))
Records that showed corrected RH values greater than or equal to 100 were changed to 99.99 and flagged.
July 2023: It was discovered that the 3m aspirated air temperature measurements from 2012-01-04 16:30 onward were actually 1m air temperature measurements. This error has been corrected, and the AIRT and AIRT3ASP data files have been updated accordingly.