|
What's New Experiment Plan Participants Ancillary Data TRMM Campaigns TRMM Standard Products TRMM Standard Products in Mirador Documents Aircraft Data Surface Data Satellite Data DISC Home Privacy, Security, Accessibility,
|
Millimeter Imaging Radiometer (MIR)
Data Set Overview
MIR instrument was flown on the NASA ER-2 aircraft over Texas from April 9 through May 6, 1998 for the TEFLUN-A experiment and over Florida from August5 through September 27, 1998 for the TEFLUN-B & CAMEX-3 field campaigns. MIR is an airborne cross-track-scanning radiometer that provides calibrated brightness temperatures at nine different channels in the band 85-340 GHz. It is being used aboard NASA's high-altitude (21 km) ER-2 to study atmospheric water vapor, clouds, rain, and other forms of precipitation. The MIR measurements were made under the direction of the NASA/GSFC scientists Dr. James Wang (Principal Investigator) and Dr. Paul Racett (co-investigator)and the data sets are archived at the Goddard Data and Information Services Center (DISC).
SponsorThe distribution of these data sets is funded by NASA's Earth Science Enterprise. The data are not copyrighted; however, we request that when you publish data or results using these data, please acknowledge as follows:The authors wish to thank NASA scientists James Wang and Paul Racette (Goddard Space Flight Center) for the production of this MIR data set. They also thank the Data and Information Services Center (Code 610.2) at the Goddard Space Flight Center, Greenbelt, MD, 20771, for making it available to the scientific community. Goddard's contribution to the distribution and archive of this data set was sponsored by NASA's Earth Science Enterprise. The DataCharacteristicsThe MIR data consist of calibrated brightness temperatures in degrees Kelvin at nine channels (89, 150, 183.3 +/-1, 183.3 +/-3, 183.3 +/-7 , 220, 325 +/- 1, 325 +/- 3, and 325 +/- 8 GHz).The data is very preliminary, before using this data in your
publication, please contact the Principal Investigator Dr. James Wang
(wang@sensor.gsfc.nasa.gov).
The FilesFile FormatMIR data for each flight is contained in one file. The data are in four-byte IEEE floating point words. Each logical record of size 2316 bytes( 4 x 579)contains one calibrated MIR scan comprising temporal, spatial and aircraft attitude information for the nadir position (beam position 29) of the scan followed by a brightness temperature value for each of 57 beam positions at all 9 MIR frequencies.
File Naming ConventionThe file naming convention for MIR data (adopted by DISC)is:
teflunb_mir.yymmdd.jjj.ssssss.bin
where:
yymmdd = year, month & day
jjj = Julian day
ssssss = Aircraft sortie number
bin = file type designation, binary
Example: File for 21 April, 98
teflunb_mir.980421.111.98-048.bin
Companion SoftwareThe MIR dataset was generated using PC computer, in order to read the data on UNIX, the data would need byte swapping (see the attached sample read program)
cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
! This program reads a few records of 1998 MIR data in SGI computer
! !!!!!!!!!!!!!!!!!!!!!*** last 3 channels have zero brightness temp.
structure /OutStruct/
real*4 RecNumber
real*4 RTCmonth, RTCDayOfMonth
real*4 IrigHour, IrigMin, IrigSec
real*4 NavJulian, NavHour, NavMin, NavSec
real*4 latitude, longitude
real*4 AirTemp, altitude, pitch, roll, heading
real*4 HouskptTmp(9)
real*4 HotTemp,CldTemp,HotTemp8a,CldTemp8a
real*4 HotCnt(9) ,CldCnt(9) ,HotCnt8a(9),CldCnt8a(9)
real*4 BrightTemps(9,57)
end structure
record/OutStruct/ i
record/OutStruct/ j
integer m, k
ib= 1
ie=11111
open(8, file='/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
$ access='DIRECT', status='OLD', err=1999, recl=579*4)
c!!! use f77 -bytereclen !!!!
CCC do m= 1, 11111
do m=1,2
read(8, rec=m, end=500, err=400) j
call FLIP(j,i,579*4)
ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
if( m.ge.ib.and.m.le.ie) then
write(*,1)i.RecNumber,i.RTCmonth,i.RTCDayOfMonth
@,i.IrigHour, i.IrigMin,i.IrigSec
@ ,i.latitude,i.longitude,i.altitude ,i.pitch,i.roll,
@i.heading,(i.BrightTemps(k,29) ,k= 1,6)
endif
ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
end do
stop 'Done!'
400 call perror('Error reading record')
stop 3
500 call perror('Hit EOF reading record')
stop 4
1999 call perror('Error opening input file!')
stop 5
1 format( f6.0,1x,2f3.0,f3.0,f4.0,f4.0,2f6.1,f7.0,12f6.1)
4 format( 3x ,2f6.1,f9.0,9f6.1)
2 format( (10f6.1))
3 format(1x,'NavJulian, hr,min,sec' ,8x,4f5.1)
end
CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
subroutine flip(ib,jb,n)
character*1 ib(n),jb(n)
do k=1,n-3,4
jb(k )=ib(k+3)
jb(k+1)=ib(k+2)
jb(k+2)=ib(k+1)
jb(k+3)=ib(k )
end do
return
end
cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
Data Access and ContactsData AccessFTP SiteThe TEFLUN aircraft data resides on DISC anonymous FTP. You may access the files from this document,
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Page Author: Hydrology Data Support Team -- hydrology-disc@listserv.gsfc.nasa.gov Web Curator: -- Website Curator: Anthony Drake NASA official: Steve Kempler, DISC Manager -- kempler@disc.gsfc.nasa.gov |
|