//-------------------------------------------------------------------------------------------- // MODIS HDF File Specification NDVI.FM: MODIS Level 3 Filled NDVI Gridded Product // // This file specification document is written in the network Common Data Form Language (CDL) // to define HDF dimension names and sizes, and to declare attributes and arrays // in terms of the dimensions. // // Array indexing is described in terms of the C programming language which is row dominant. // Last modified by Eric Moody at 2:00 PM 29-OCT-2003. //-------------------------------------------------------------------------------------------- netcdf NDVI.FM.WS.2001.001 { dimensions: LatitudePts = 10800 ; LongitudePts = 21600 ; variables: short NDVI(LatitudePts, LongitudePts) ; NDVI:valid_range = 0.0, 1.0 ; NDVI:_FillValue = 32767.0 ; NDVI:long_name = "NDVI derived from filled in MOD43B3 Data sets" ; NDVI:units = "none" ; NDVI:scale_factor = 0.001 ; NDVI:add_offset = 0.0 ; NDVI:Parameter_Type = "MODIS/MAS input" ; // global attributes: :Creation_Date = "10/29/2003" ; :This_file_original_name = "/clouds/moody/EcoAlb/Utilities/Albedo_Map/NDVI.FilledMaps//2001.001/NDVI.FM.WS.2001.001.hdf" ; :This_file_albedo_type = "NDVI from Filled White Sky Albedo Maps." ; :AlbedoMap_Used_1 = "/clouds/moody/EcoAlb/Statistical/TemporalFit/PixelReplaceMaps/WhiteSkyAlb//2001.001//AlbMap.WS.vb1.0.2001.001.0.659.hdf" ; :AlbedoMap_Used_2 = "/clouds/moody/EcoAlb/Statistical/TemporalFit/PixelReplaceMaps/WhiteSkyAlb//2001.001//AlbMap.WS.vb1.0.2001.001.0.858.hdf" ; }