########################################################################### # Notice on the use of Antarctic Meteorological Research Center data sets # ########################################################################### # The Antarctic Meteorological Research Center (AMRC) collects, archives # # and provides Antarctic meteorological observational data to the # # community and public for research, logistic, and educational activities.# # The AMRC requests acknowledgement for use of the data in any published # # work. See http://amrc.ssec.wisc.edu/acknowledgement.html for details on # # how to acknowledge AMRC data, displays or information. # # If the AMRC data are critical to the work, co-authorship may be # # appropriate. Please contact the AMRC in such a case. # # # # AMRC Contact Information: # # Address: 947 Atmospheric, Oceanic and Space Sciences Building # # 1225 West Dayton Street # # Madison, Wisconsin, USA 53706 # # Telephone: +1 (608) 265-4816 # # Fax: +1 (608) 263-6738 # # E-mail: amrc@ssec.wisc.edu # # Web: http://amrc.ssec.wisc.edu/ # # FTP: ftp://amrc.ssec.wisc.edu/ # # McIDAS ADDE: Group AMRC and ARCHIVE on aws.ssec.wisc.edu # # RAMADDA: https://amrc.ssec.wisc.edu/repository/ # # Facebook: http://www.facebook.com/AMRCAWS # # Twitter: http://twitter.com/antmet # # Google+: https://plus.google.com/115034961929701598493/posts?hl=en # # YouTube: http://www.youtube.com/user/AMRCantmet # # Wikipedia: # # http://en.wikipedia.org/wiki/Antarctic_Meteorological_Research_Center # # http://en.wikipedia.org/wiki/Antarctic_Automatic_Weather_Stations_Project # # # Updated: 19 July 2013 # # # ########################################################################### This directory contains a simple program to help convert the "raw" raob data for McMurdo for 1994 through the Nov 98 format change on this site into an easier to use format. The program goes through the report and pulls out all valid levels, ignores duplicated levels, and then sorts them by decreasing pressure. The program is written in FORTRAN, and contains text which roughly explains its function. It is free for individual or institutional use, so long as its creator is acknowledged (mentioned at the beginning of the program).