NOTE: this page is currently a bit out of date. I'll update with more detailed information as I prepare the final documentation for the Extended Flight Level Dataset.
Notes on AFRES ASCII formats:
From Colonel Eric Dutton (retired AFRES director):
The .min and .tsc files were binary files used by the WC-130E/H. The .tsc file was the 10-sec data, the .min file changed for the 1-min record data (20 min hdobs) to 30-sec record data (10 min hdobs) around the 1996 or 1997 time frame. The .SEC and .TEN have been the 1-sec and 10-sec binary data, respectively, used by the WC-130J since the beginning. The .TXT was used by the WC-130J up through 2008 for the 10-sec text file, after that the J model used .01.txt, .10.txt, .30.txt and .60.txt for text files for 1-sec, 10-sec, 30-sec and 60-sec data, respectively. I cannot address the .1sec, .10sec, .one, .ONE or .ten file types, although the identifiers appear to be self evident. The .ten may be the same as the .TEN, but of the few records I have, the 10-sec binary file always had a .TEN extension.
Notes on AOC NetCDF formats:
As per guidance from Barry Damiano and Neal Dorst, the various NOAA aircraft data formats are prioritized in the following order:
From Barry Damiano (AOC Flight Director):
Prior to 2011, all missing values are indicated by a "nan" or -32767 for P3 data sets.
Prior to October 2011, the old names were used for parameters (e.g. lati1, lati2, latnvl, etc.). After this change over, the new AAMPS parameter names are used in the NetCDF files.
The new airborne data collection system (AAMPS) was put into production starting in the 2012 season.
From Sonia Otero (AOC software engineer and AAMPS developer):
This web page explains the NetCDF conventions followed by AOC with the
advent of the new airborne data collection system put in production in
2012 (AAMPS).
[http://www.eol.ucar.edu/raf/Software/netCDF.html|http://www.eol.ucar.edu/raf/Software/netCDF.html]
These conventions are likely to remain pretty stable. If Chris Webster
(NCAR) decides to tweak things, AOC is likely to follow on, in order to
stay current with the latest tools of ncdump, ncplot, also maintained by
Chris Webster.
The new NetCDF files contain a 'Time' variable (not a global attribute),
holding the amount of seconds since the start of the flight.
The new files contain these global attributes:
// global attributes:
:StartTime = 1320988978 ;
:FlightDate = "11/11/2011" ;
:TimeInterval = "05:22:58-10:38:36" ;
StartTime is the Unix epoch time (seconds since Jan. 1, 1970 00z).
During the 2012 hurricane season, it was detected that the Time variable
was incorrectly written. That was corrected starting on Sep. 20, 2012.
However, in previous files, one can grab the Unlimited Index variable,
whose values should coincide with those of 'Time'.