How much methane the world's wetlands release (monthly)
What it measures. Monthly estimates of how much methane the world's wetlands release, on a half-degree global grid, along with a sense of the uncertainty in those numbers.
How it's made. Produced not from a satellite but from an ensemble of computer models that combine biosphere models, wetland-extent scenarios, and temperature sensitivities, covering 2001 to 2022.
How & where you'd use it. Intended as an input for atmospheric chemistry and transport models; the multiple model versions let researchers explore how uncertain wetland methane emissions really are.
What's measured
Coverage & cadence
- Time span2001-01-01 → 2022-08-31
- Measured byCOMPUTERS (Computer)
- Processing levelLevel 4
- Spatial extent-180, -90, 180, 90
- FormatsnetCDF-3
- StatusCOMPLETE
What you can do with it
- Map vegetation, forests and biomass
- Monitor ecosystem productivity and carbon
- Support habitat and biodiversity studies
Official description
This dataset provides global monthly wetland methane (CH4) emissions estimates at 0.5 by 0.5-degree resolution for the period 2001-01-01 to 2022-08-31 that were derived from an ensemble of multiple terrestrial biosphere models, wetland extent scenarios, and CH4:C temperature dependencies that encompass the main sources of uncertainty in wetland CH4 emissions. There are 18 model configurations. WetCHARTs v1.3.3 is an updated product of WetCHARTs v1.3.1 dataset. The intended use of this product is as a process-informed wetland CH4 emission data set for atmospheric chemistry and transport modeling. Users can compare estimates by model configuration to explore variability and sensitivity with respect to ensemble members. The data are provided in netCDF format.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="MonthlyWetland_CH4_WetCHARTsV2_2346",
version="1.3.3",
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 ORNL_CLOUD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data. GET DATA
- Collection Bundle URL GET DATA
- ORNL DAAC Data Set Documentation VIEW RELATED INFORMATION
- CMS: Global 0.5-deg Wetland Methane Emissions and Uncertainty (WetCHARTs v1.3.3): MonthlyWetland_CH4_WetCHARTsV2.pdf VIEW RELATED INFORMATION