Land
Surface
Parameters
LDAS Vegetation Greenness Fraction Illustrations and Data Sets
This page contains monthly vegetation greenness fraction data files for the LDAS domain. The data has been re-gridded from the global data sets from the NCEP Eta fixed data sets.The twelve monthly greenness fraction fields are assumed to be valid at the 15th of each month. The values are in percentages, ranging from 1 to 99 over land, and are 0 over water. All information on this page has been provided by Qingyun Duan of the NOAA Office of Hydrology, and all inquires concerning the data should be directed toward him.
LDAS Vegetation Greenness Fraction Illustrations
LDAS Vegetation Greenness Fraction ASCII Data Sets
* Use Right Mouse Button to Download *
The following 12 greenness fraction files contain monthly greenness fraction values over the entire LDAS domain. The files consists of 1 greenness fraction value per 1/8th degree grid box, with gridpoint (1,1) located at the upper left of the LDAS grid. The files can be read with the following statement:
read(10,40) ((ifrac(i,j),i=1,464),j=1,224)
40 format(464i3))