kwhitehall / grab-tag-graph

Grab 'em, Tag 'em, Graph 'em (GTG) algorithm
Apache License 2.0
6 stars 11 forks source link

Pull request for 2/22 deliverable #114

Closed caocampb closed 8 years ago

caocampb commented 8 years ago

Script to read binary seems to work. Script to write to netCDF seems to work.

It still needs to loop through times and mask the array depending on lat/lon ranges (almost done) After that, it still needs to be integrated in baselineTiming calling the new method instead of read_data.

Work in progress...

kwhitehall commented 8 years ago

@caocampb and @jominican This is a great effort to kick off! Please address the concerns embedded within. Re: the problem with check_files and filelist variable, it may be related to the TRMM file dates and the merg files you are using. What are the dates of the files being used? The problem may also be related to the new variable name use for the merg binary files. Try using 'CEoriDirName': "../datadir/MERGBinary" and see what happens.