Where clouds are, matched to radar (Aqua/CloudSat)
What it measures. A merged dataset that lines up cloud and atmosphere measurements from several A-train satellites at the same place and time, including cloud cover, radar echoes, and gases like methane and carbon monoxide.
How it's made. Created by matching and collocating retrievals from AIRS/AMSU, CloudSat's radar, and MODIS cloud detection, then packaged together as a research product.
How & where you'd use it. A research building-block for studying water vapor and clouds across instruments, especially how moisture varies with altitude under different cloud conditions.
What's measured
Coverage & cadence
- Time span2006-06-15 → 2012-12-14
- Measured byAqua (AIRS) · CloudSat (CloudSat-CPR)
- Processing levelLevel 2
- Spatial extent-180, -90, 180, 90
- StatusCOMPLETE
What you can do with it
- Map air pollutants — NO₂, aerosols, ozone
- Track greenhouse gases and Earth's energy budget
- Feed weather and air-quality analysis
Official description
This is AIRS-CloudSat collocated subset, in NetCDF 4 format. These data contain collocated: AIRS/AMSU retrievals at AMSU footprints, CloudSat radar reflectivities, and MODIS cloud mask. These data are created within the frames of the MEaSUREs project. The basic task is to bring together retrievals of water vapor and cloud properties from multiple "A-train" instruments (AIRS, AMSR-E, MODIS, AMSU, MLS, CloudSat), classify each "scene" (instrument look) using the cloud information, and develop a merged, multi-sensor climatology of atmospheric water vapor as a function of altitude, stratified by the cloud classes. This is a large science analysis project that will require the use of SciFlo technologies to discover and organize all of the datasets, move and cache datasets as required, find space/time "matchups" between pairs of instruments, and process years of satellite data to produce the climate data records. The short name for this collection is AIRSM_CPR_MAT Parameters contained in the data files include the following: Variable Name|Description|Units CH4_total_column|Retrieved total column CH4| (molecules/cm2) CloudFraction|CloudSat/CALIPSO Cloud Fraction| (None) CloudLayers| Number of hydrometeor layers| (count) clrolr|Clear-sky Outgoing Longwave Radiation|(Watts/m**2) CO_total_column|Retrieved total column CO| (molecules/cm2) CPR_Cloud_mask| CPR Cloud Mask |(None) Data_quality| Data Quality |(None) H2OMMRSat|Water vapor saturation mass mixing ratio|(gm/kg) H2OMMRStd|Water Vapor Mass Mixing Ratio |(gm/kg dry air) MODIS_Cloud_Fraction| MODIS 250m Cloud Fraction| (None) MODIS_scene_var |MODIS scene variability| (None) nSurfStd|1-based index of the first valid level|(None) O3VMRStd|Ozone Volume Mixing Ratio|(vmr) olr|All-sky Outgoing Longwave Radiation|(Watts/m**2) Radar_Reflectivity| Radar Reflectivity Factor| (dBZe) Sigma-Zero| Sigma-Zero| (dB*100) TAirMWOnlyStd|Atmospheric Temperature retrieved using only MW|(K) TCldTopStd|Cloud top temperature|(K) totH2OStd|Total precipitable water vapor| (kg/m**2) totO3Std|Total ozone burden| (Dobson) TSurfAir|Atmospheric Temperature at Surface|(K) TSurfStd|Surface skin temperature|(K) End of parameter information
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="AIRSM_CPR_MAT",
version="3.2",
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 GES_DISC Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- DATA TREE GET DATA
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA
- READ-ME VIEW RELATED INFORMATION