[转载]TRMM资料读取说明
(2013-03-14 08:26:50)
标签:
转载 |
分类: 气象NCL-GrADS-Fortran |
1.
ftp://disc2.nascom.nasa.gov/data/s4pa/TRMM_L3/TRMM_3B42
资料简单说明:
The
Tropical Rainfall Measuring Mission (TRMM) is a joint U.S.-Japan
satellite mission to monitor tropical and subtropical precipitation
and to estimate its associated latent heating. TRMM was
successfully launched on November 27, at 4:27 PM (EST) from the
Tanegashima Space Center in Japan. The rainfall measuring
instruments on the TRMM satellite include the Precipitation Radar
(PR), an electronically scanning radar operating at 13.8 GHz; TRMM
Microwave Image (TMI), a nine-channel passive microwave radiometer;
and Visible and Infrared Scanner (VIRS), a five-channel
visible/infrared radiometer. The purpose of the 3B42 algorithm is
to produce TRMM-adjusted merged-infrared (IR) precipitation and
root-mean-square (RMS) precipitation-error estimates.
2.
需要在服务器上解压,dos下解压的文件无法读取
具体命令:gunzip */*.Z
3.
需要借助HDF专门的库函数,因此要在unix下面安装一个可以调用g77的库函数(hdf4),具体操作见《在LINUX下如何利用C和Fortran读取HDF数据文件.doc》
4.
具体编译步骤为:
进入fortran程序所在的目录
H4fc
sd_read_batch.for
H4fc
sd_read_batch.o
./a.out
如果运行过程中出现文件读入出错的信息,有可能是原始的数据有问题,此时需要重新下载数据;当然出现这种情况也有可能是磁盘已满
5.
1)
2)
TRMM_file-09.03.25.for
sd_read_batch-09.03.25.for %主程序,用来读HDF数据,并输出降水率资料,也可用read_my.m程序(matlab程序)
daily_TRMM_rainfall.for
3)