'reinit' * *----- This part extracts the AMSU-B precip. & creates * daily (12Z-12Z) 1/4 x 14/ deg file * 'open /export-2/sgi109/irstat/nesdis/amsu/noaacb/data/grid/amsu.ctl' * * * 'set lat -60 60' 'set lon 0 359.75' * 'define day = 0.2*24*ave(amsu,time=12:00Z04Feb2007,time=11:30Z05Feb2007)' * *...NOTE: "-be" in "set fwrite" command writes out data in big_endian binary * 'set gxout fwrite' 'set fwrite -be /export/precip/wd52jj/validation/daily_monitoring/us/ipwg/amsu.20070205' 'd regrid(day,-0.25,-0.25,1,0,-60)' 'close 1' 'quit'