Greenland ice surface temperature, brightness and water vapor (MODIS)
What it measures. Conditions on Greenland's ice sheet: the temperature of the ice surface and a map of where it's melting, plus how reflective the surface is and how much water vapor sits above it. Resolution is under a kilometer.
How it's made. Drawn from MODIS observations on NASA's Terra satellite, combining surface temperature, melt, reflectivity, and water-vapor layers along with ice and drainage-basin masks.
How & where you'd use it. Lets researchers study the link between surface temperature and melting on Greenland's ice sheet, and compare results against models and other satellites.
What's measured
Coverage & cadence
- Time span2000-03-01 → 2021-08-31
- Measured byTerra (MODIS)
- Processing levelLevel 3
- Spatial extent-94, 58, 12, 84
- FormatsnetCDF-4
- StatusCOMPLETE
What you can do with it
- Measure sea ice, snow cover and glaciers
- Watch ice-sheet elevation change
- Track freeze/thaw and permafrost
Official description
This multilayer data set includes standard MODIS Collection 6.1 ice surface temperature (IST) and derived melt map, as well as MODIS Collection 6.0 albedo and water vapor for Greenland, at a spatial resolution of 0.78 km. These fields enable the relationship between IST and surface melt to be evaluated by researchers studying surface changes on the Greenland ice sheet. Water vapor is included to assist with evaluating the accuracy of the IST data and the model output. Also included is an ice mask and a basins mask for delineating drainage basins in Greenland. Surface temperature is a fundamental input for dynamical ice sheet models because it is a component of the ice sheet radiation budget and mass balance. Surface temperature also influences ice sheet processes, such as surface melt. This data set may be used as a resource for model-validation studies such as comparing MERRA-2 surface temperature with MODIS IST, and for comparing MODIS IST, albedo and water vapor with products from sensors on other satellites such as VIIRS and AIRS The temporal coverage for this data set spans 1 March 2000 through 31 December 2019, with the exception of the IST data, which has been extended through 31 Aug 2021.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="MODGRNLD",
version="1",
bounding_box=(-122.5, 37.2, -121.8, 37.9), # your area (W,S,E,N)
temporal=("2024-01-01", "2024-12-31"), # your dates
)
files = earthaccess.open(results) # stream straight from NSIDC_CPRD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Search and order NASA Earth Science data using spatial and temporal filters. Reformatting, reprojecting, and subsetting options are available for some data sets. GET DATA
- Quickly download a few files using a web browser, or access data through a command-line utility such as WGET. GET DATA
- Search data by spatial and/or temporal ranges or file name. Choose from various download options, including a Python script. GET DATA
- A Python library to search and access NASA Earth science data with just a few lines of code GET DATA
- Find more data access options and help resources. VIEW RELATED INFORMATION
- Multilayer Greenland Ice Surface Temperature, Surface Albedo, and Water Vapor from MODIS, Version 1 User Guide VIEW RELATED INFORMATION