Full catalog/PREFIRE_SAT2_2B-CLD
PREFIRE_SAT2_2B-CLD·vR01·dataset

Cloud properties over the poles (PREFIRE Sat 2)

Polar Radiant Energy in the Far InfraRed Experiment (PREFIRE) Cloud Properties from PREFIRE Satellite 2 R01
atmosphere NASA LARC_CLOUD Level 2B active netCDF-4
In plain English

What it measures. Properties of clouds over the polar regions, including how high their tops are, how thick they are, and the size of their particles.

How it's made. Derived from PREFIRE Satellite 2's infrared radiance measurements using a retrieval method that draws on a cloud mask and auxiliary weather data.

How & where you'd use it. Built mainly to feed PREFIRE's polar heat-flow product with rough cloud information. The makers caution it is not accurate enough for detailed analysis of specific cloud properties.

What's measured

ATMOSPHERE › CLOUDS › CLOUD PROPERTIES › CLOUD TOP PRESSUREATMOSPHERE › CLOUDS › CLOUD MICROPHYSICS › CLOUD OPTICAL DEPTH/THICKNESSATMOSPHERE › CLOUDS › CLOUD MICROPHYSICS › CLOUD DROPLET CONCENTRATION/SIZE

Coverage & cadence

  • Time span2024-06-29 → ongoing
  • Measured byPREFIRE-SAT2 (TIRS-PREFIRE)
  • Processing levelLevel 2B
  • Spatial extent-180, -84, 180, 84
  • FormatsnetCDF-4
  • StatusACTIVE

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

Polar Radiant Energy in the Far InfraRed Experiment (PREFIRE) Satellite 2 Cloud Properties (PREFIRE_SAT2_2B-CLD) contains cloud properties derived from data collected by the PREFIRE Thermal Infrared Spectrometer (TIRS-PREFIRE) aboard PREFIRE-SAT2. Dual CubeSats each carry a PREFIRE Thermal Infrared Spectrometer (TIRS-PREFIRE), a push broom spectrometer with 63 channels measuring mid- and far-infrared (FIR) radiation from approximately 5 to 53 µm. Most polar emissions are in the FIR but have not been measured on a large scale. PREFIRE aims to fill knowledge gaps in the global energy budget by more accurately characterizing polar emissions. This information will then be assimilated into global circulation and other models to predict future conditions more accurately.PREFIRE_SAT2_2B-CLD contains cloud top pressure, cloud optical depth, and cloud particle diameter as derived from PREFIRE Spectral Radiance (PREFIRE_SAT2_1B-RAD) data using an Optimal Estimation retrieval via a radiative transfer model with inputs from PREFIRE_SAT2_2B-MSK (cloud mask) and PREFIRE_SAT2_AUX-MET (Auxiliary Meteorlogy). The primary purpose of PREFIRE_SAT2_2B-CLD is to provide cloud properties information for the PREFIRE_SAT2_2B-FLX (spectral flux) product, which requires only enough accuracy for a coarse look-up table. This data collection is not suitable for an analysis of specific cloud properties.Science data retrieval started June 29, 2024 and is ongoing. Geographic coverage is global, with the greatest concentration of data in the polar regions. Within the orbital swath there are eight distinct tracks of data associated with the eight separate spatial scenes for each PREFIRE-TIRS. At the beginning of the mission, the approximate scene footprint sizes were 11.8 km x 34.8 km (cross-track x along-track), with gaps between each scene of approximately 24.2 km. The entire swath was ~264 km across. Note that the scene footprint and swath sizes quoted here are for the orbit altitude soon after launch. However, the footprint size will slowly become smaller as the orbit altitude decreases with time. This data has a temporal resolution of 0.707 seconds and is available in netCDF-4.The cloud properties data for the sister instrument aboard PREFIRE-SAT1 can be found in the PREFIRE_SAT1_2B-CLD collection.

Get the data

prefire_sat2_2b-cld_access.py
import earthaccess
earthaccess.login(strategy="netrc")          # free Earthdata Login

results = earthaccess.search_data(
    short_name="PREFIRE_SAT2_2B-CLD",
    version="R01",
    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 LARC_CLOUD
Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package.