Project

General

Profile

Download (10.4 KB) Statistics
| Branch: | Revision:

# Date Author Comment
d91f0663 09/13/2013 01:56 PM Adam Wilson

nearly finished first global run of MOD35 cloud frequency

848e34fd 08/22/2013 07:19 AM Adam Wilson

Submitted global run for 2009

e5c2e69b 08/16/2013 02:03 PM Adam Wilson

found and fixed bug in r.out.gdal export of netcdf files with no missing data. The missing data value was set to 0 instead of the 255 that was specified. This resulted in all 0s to be removed from these day-tiles. Fixed by deleting and resetting the attribute _FillValue using ncatted.

95354b03 08/15/2013 01:37 PM Adam Wilson

Updated to use new swtif and remove additional QC that identified strips introduced by old swtif. Some tiling artifacts still present.

52ae84b1 07/16/2013 08:12 AM Adam Wilson

Adding script to upload covariate data to Pleiades

e4e30b86 06/26/2013 02:10 PM Adam Wilson

updated swtif error checking to use r.neighbor instead of r.mapcalc. Submitted job for northern block of tiles

d3dd2b2e 06/24/2013 08:29 AM Adam Wilson

Add first version of script to develop global modis MODLAND grid

171a4e16 06/22/2013 05:36 AM Adam Wilson

added function to flag bad pixels introduced by bug in HEG software

e0f4e7ec 06/11/2013 01:50 PM Adam Wilson

Started process of adding sensor zenith filter to MOD35 Processing

5af36cdd 06/11/2013 09:51 AM Adam Wilson

Separated daily products into a 'day' and 'night' cloudiness based on day flag

b3344197 05/30/2013 07:17 PM Adam Wilson

Move file outputs to /nobackupp1 instead of lou due to quota increase. First full 2009 summary

be64daa8 05/08/2013 12:52 PM Adam Wilson

Updated swath-grid section of MOD35 processing to add buffer and (hopefully) reduce edge artifacts in tiles

aba23d60 05/07/2013 08:25 AM Adam Wilson

updated MOD35 processing script to work in separate temporary directories and transfer daily cloud data to lou for archiving in preparation for global processing (which cannot be done in personal directory). Also set up MOD35_Climatology script to be submitted to LDAN queue to run on lou rather than Pleiades. However environment still not set up correctly and script fails when reading netcdf files. Andrew is working on it.

c24e32a8 04/22/2013 01:04 PM Adam Wilson

Fixed the 'missing stripes' problem in the climatology script. Source of problem was related to the _FillValue attribute being incorrectly set to a short integer when the data was saved as byte. Changing both the attribute and the data to type 'byte' appears to have fixed the problem.

b716a3f0 04/17/2013 07:43 AM Adam Wilson

Removed some unsed code from MOD35_climatology. Still having problem of missing data stripes in February means.

c1352601 04/12/2013 10:35 AM Adam Wilson

Updated MOD35_Climatology to use percentages instead of classes, but there are too many zeros in result

35d59dc1 04/10/2013 07:35 AM Adam Wilson

Simplifications to Climatology Script