NCL scripts for plotting binary data

[Main page | Scripts]

The two unformatted sequential binary files were given to us by Bob Setzenfand.

The binary file description can be found at
ftp://disc2.nascom.nasa.gov/data/TRMM/Ancillary/gsstf/gsstf2.0/gsstf2_doc


Two scripts from Dennis:
rd_daily_bin.ncl_v0 - a brute force read_binary and create_netCDF. I did not even finish the named dimensions and assign coordinates part. I only did it for one variable.

rd_daily_bin.ncl - rd_daily_bin.ncl is a cleaner version because I used a procedure to encapsulate certain repetitive tasks. It does all the variables.


[Click on any image to see a larger version.]

read_198707.ncl
read_198708.ncl