![]() LBA Home Experiment Plan Participants Ancillary Data INPE Archive Aircraft Data Surface Data Satellite Data TRMM Campaigns DISC Home |
Millimeter Imaging Radiometer (MIR) Data from TRMM LBA
OverviewMIR is an airborne cross-track scanning radiometer that provides calibrated brightness temperatures at seven different channels in the frequency range of 89-340 GHz. It is being used aboard a NASA high-altitude (20 km) ER-2 aircraft to study atmospheric water vapor, clouds, and precipitation.The MIR measurements were made under the direction of NASA/GSFC scientists Dr. James Wang (Principal Investigator) and Dr. Paul Racette (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 seven channels (89, 150, 183.3±1, 183.3±3, 183.3±7, 220, and 340 GHz). The data is preliminary. Before using MIR data in your publication, please
contact the Principal Investigator Dr. James Wang (wang@sensor.gsfc.nasa.gov).
The FilesFile FormatsMIR 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 7 MIR frequencies.
File Naming ConventionThe file naming convention for TRMM LBA MIR data is:
OUT.yyddd.MIR
where:
yy = year
ddd = day of year
MIR = instrument name
Example: File for 23 January, 1999
OUT99023.MIR
Companion SoftwareThe MIR dataset was generated using a personal computer. To read it on a UNIX system requires a byte swap (see following sample read program.)
cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
! 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
ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
Data Access and ContactsFTP SiteThe MIR data from TRMM LBA 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: -- NASA official: Steve Kempler, DISC Manager -- |