diff --git a/.env.local-sample b/.env.local-sample index 972dc364a..77d74ff7c 100644 --- a/.env.local-sample +++ b/.env.local-sample @@ -1,7 +1,6 @@ # Get your public token from Mapbox dashboard # Then copy this file, name it as .env.local MAPBOX_TOKEN='YOUR_MAPBOX_TOKEN' - # Google Tag Manager tracking code # Not required unless you are actively developing GOOGLE_TAG_MANAGER_ID='' diff --git a/datasets/casagfed-carbonflux-monthgrid-v3.data.mdx b/datasets/casagfed-carbonflux-monthgrid-v3.data.mdx deleted file mode 100644 index 72ecfbc58..000000000 --- a/datasets/casagfed-carbonflux-monthgrid-v3.data.mdx +++ /dev/null @@ -1,365 +0,0 @@ ---- -id: casagfed-carbonflux-monthgrid-v3 -name: CASA-GFED3 Land Carbon Flux -description: Global, monthly 0.5 degree resolution carbon fluxes from Net Primary Production (NPP), heterotrophic respiration (Rh), wildfire emissions (FIRE), and fuel wood burning emissions (FUEL) derived from the CASA-GFED model, version 3 -usage: - - url: 'https://us-ghg-center.github.io/ghgc-docs/cog_transformation/casagfed-carbonflux-monthgrid-v3.html' - label: Notebook showing data transformation to COG for ingest to the US GHG Center - title: 'Data Transformation Notebook' - - url: 'https://us-ghg-center.github.io/ghgc-docs/user_data_notebooks/casagfed-carbonflux-monthgrid-v3_User_Notebook.html' - label: Notebook to read, visualize, and explore data statistics - title: 'Sample Data Notebook' - - url: 'https://hub.ghg.center/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FUS-GHG-Center%2Fghgc-docs&urlpath=tree%2Fghgc-docs%2Fuser_data_notebooks%2Fcasagfed-carbonflux-monthgrid-v3_User_Notebook.ipynb&branch=main' - label: Run example notebook - title: Interactive Session in the US GHG Center JupyterHub (requires account) - - url: https://dljsq618eotzp.cloudfront.net/browseui/index.html#casagfed-carbonflux-monthgrid-v3/ - label: Browse and download the data - title: Data Browser -media: - src: ::file ./geos-casa-gfed-cover.jpg - alt: wildfire - author: - name: Marcus Kauffman -taxonomy: - - name: Topics - values: - - Natural Emissions and Sinks - - name: Source - values: - - NASA - - name: Gas - values: - - CO₂ - - name: Product Type - values: - - Model Output -infoDescription: | - ::markdown - - Temporal Extent: January 2003 - December 2017 - - Temporal Resolution: Monthly - - Spatial Extent: Global - - Spatial Resolution: 0.5° x 0.5° - - Data Units: Kilograms of carbon per square meter per month (kg Carbon/m²/mon) - - Data Type: Research - - Data Latency: Periodically updated when CASA-GFED model revised -layers: - - id: casa-gfed-co2-flux - stacCol: casagfed-carbonflux-monthgrid-v3 - name: Net Primary Production (NPP) - type: raster - description: Model-estimated net primary production (NPP), which is the amount of carbon available from plants - initialDatetime: newest - projection: - id: 'equirectangular' - basemapId: 'light' - zoomExtent: - - 0 - - 20 - sourceParams: - assets: npp - colormap_name: purd - rescale: - - 0 - - 0.3 - compare: - datasetId: casagfed-carbonflux-monthgrid-v3 - layerId: casa-gfed-co2-flux - mapLabel: | - ::js ({ dateFns, datetime, compareDatetime }) => { - if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; - } - legend: - unit: - label: kg Carbon/m²/mon - type: gradient - min: 0 - max: 0.3 - stops: - - '#F7F4F9' - - '#E9E3F0' - - '#D9C3DF' - - '#CDA0CD' - - '#D57ABA' - - '#E34A9F' - - '#DF2179' - - '#C10E51' - - '#92003F' - - '#67001F' - analysis: - metrics: - - mean - info: - source: NASA - spatialExtent: Global - temporalResolution: Monthly - unit: kg Carbon/m²/mon - media: - src: ::file ./casagfed-carbonflux-monthgrid-v3.thumbnails.npp.png - alt: Rendered Net Primary Production (NPP) - - id: casa-gfed-co2-flux-hr - stacCol: casagfed-carbonflux-monthgrid-v3 - name: Heterotrophic Respiration (Rh) - type: raster - description: Model-estimated heterotrophic respiration (Rh), which is the flux of carbon from the soil to the atmosphere - initialDatetime: newest - projection: - id: 'equirectangular' - basemapId: 'light' - zoomExtent: - - 0 - - 20 - sourceParams: - assets: rh - colormap_name: purd - rescale: - - 0 - - 0.3 - compare: - datasetId: casagfed-carbonflux-monthgrid-v3 - layerId: casa-gfed-co2-flux-hr - mapLabel: | - ::js ({ dateFns, datetime, compareDatetime }) => { - if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; - } - legend: - unit: - label: kg Carbon/m²/mon - type: gradient - min: 0 - max: 0.3 - stops: - - '#F7F4F9' - - '#E9E3F0' - - '#D9C3DF' - - '#CDA0CD' - - '#D57ABA' - - '#E34A9F' - - '#DF2179' - - '#C10E51' - - '#92003F' - - '#67001F' - analysis: - metrics: - - mean - info: - source: NASA - spatialExtent: Global - temporalResolution: Monthly - unit: kg Carbon/m²/mon - media: - src: ::file ./casagfed-carbonflux-monthgrid-v3.thumbnails.rh.png - alt: Rendered Heterotrophic Respiration (Rh) - - id: casa-gfed-co2-flux-nee - stacCol: casagfed-carbonflux-monthgrid-v3 - name: Net Ecosystem Exchange (NEE) - type: raster - description: Model-estimated net ecosystem exchange (NEE), which is the net carbon flux to the atmosphere - initialDatetime: newest - projection: - id: 'equirectangular' - basemapId: 'light' - zoomExtent: - - 0 - - 20 - sourceParams: - assets: nee - colormap_name: coolwarm - rescale: - - -0.1 - - 0.1 - compare: - datasetId: casagfed-carbonflux-monthgrid-v3 - layerId: casa-gfed-co2-flux-nee - mapLabel: | - ::js ({ dateFns, datetime, compareDatetime }) => { - if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; - } - legend: - unit: - label: kg Carbon/m²/mon - type: gradient - min: -0.1 - max: 0.1 - stops: - - '#3B4CC0' - - '#6788EE' - - '#9ABBFF' - - '#C9D7F0' - - '#EDD1C2' - - '#F7A889' - - '#E26952' - - '#B40426' - analysis: - metrics: - - mean - info: - source: NASA - spatialExtent: Global - temporalResolution: Monthly - unit: kg Carbon/m²/mon - media: - src: ::file ./casagfed-carbonflux-monthgrid-v3.thumbnails.nee.png - alt: Rendered Net Ecosystem Exchange (NEE) - - id: casa-gfed-co2-flux-fe - stacCol: casagfed-carbonflux-monthgrid-v3 - name: Fire Emissions (FIRE) - type: raster - description: Model-estimated flux of carbon to the atmosphere from wildfires - initialDatetime: newest - projection: - id: 'equirectangular' - basemapId: 'light' - zoomExtent: - - 0 - - 20 - sourceParams: - assets: fire - colormap_name: purd - rescale: - - 0 - - 0.3 - compare: - datasetId: casagfed-carbonflux-monthgrid-v3 - layerId: casa-gfed-co2-flux-fe - mapLabel: | - ::js ({ dateFns, datetime, compareDatetime }) => { - if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; - } - legend: - unit: - label: kg Carbon/m²/mon - type: gradient - min: 0 - max: 0.3 - stops: - - '#F7F4F9' - - '#E9E3F0' - - '#D9C3DF' - - '#CDA0CD' - - '#D57ABA' - - '#E34A9F' - - '#DF2179' - - '#C10E51' - - '#92003F' - - '#67001F' - analysis: - metrics: - - mean - info: - source: NASA - spatialExtent: Global - temporalResolution: Monthly - unit: kg Carbon/m²/mon - media: - src: ::file ./casagfed-carbonflux-monthgrid-v3.thumbnails.fire.png - alt: Rendered Fire Emissions (FIRE) - - id: casa-gfed-co2-flux-fuel - stacCol: casagfed-carbonflux-monthgrid-v3 - name: Wood Fuel Emissions (FUEL) - type: raster - description: Model-estimated flux of carbon to the atmosphere from wood burned for fuel - initialDatetime: newest - projection: - id: 'equirectangular' - basemapId: 'light' - zoomExtent: - - 0 - - 20 - sourceParams: - assets: fuel - colormap_name: bupu - rescale: - - 0 - - 0.03 - compare: - datasetId: casagfed-carbonflux-monthgrid-v3 - layerId: casa-gfed-co2-flux-fuel - mapLabel: | - ::js ({ dateFns, datetime, compareDatetime }) => { - if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; - } - legend: - unit: - label: kg Carbon/m²/mon - type: gradient - min: 0 - max: 0.03 - stops: - - '#F7FCFD' - - '#DCE9F2' - - '#B5CCE3' - - '#96ACD2' - - '#8C7DBA' - - '#894DA3' - - '#821580' - - '#4D004B' - analysis: - metrics: - - mean - info: - source: NASA - spatialExtent: Global - temporalResolution: Monthly - unit: kg Carbon/m²/mon - media: - src: ::file ./casagfed-carbonflux-monthgrid-v3.thumbnails.fuel.png - alt: Rendered Wood Fuel Emissions (FUEL) ---- - - - - This dataset presents a variety of carbon flux parameters derived from the Carnegie-Ames-Stanford-Approach – Global Fire Emissions Database version 3 (CASA-GFED3) model. The model’s input data includes air temperature, precipitation, incident solar radiation, a soil classification map, and a number of satellite derived products. All model calculations are driven by analyzed meteorological data from NASA’s Modern-Era Retrospective analysis for Research and Application, Version 2 (MERRA-2). The resulting product provides monthly, global data at 0.5 degree resolution from January 2003 through December 2017. It includes the following carbon flux variables expressed in units of kilograms of carbon per square meter per month (kg Carbon/m²/mon) from the following sources: net primary production (NPP), net ecosystem exchange (NEE), heterotrophic respiration (Rh), wildfire emissions (FIRE), and fuel wood burning emissions (FUEL). This product and earlier versions of MERRA-driven CASA-GFED carbon fluxes have been used in a number of atmospheric carbon dioxide (CO₂) transport studies, and through the support of NASA’s Carbon Monitoring System (CMS), it helps characterize, quantify, understand and predict the evolution of global carbon sources and sinks. - - - **Temporal Extent:** January 2003 - December 2017 - - **Temporal Resolution:** Monthly - - **Spatial Extent:** Global - - **Spatial Resolution:** 0.5° x 0.5° - - **Data Units:** Kilograms of carbon per square meter per month (kg Carbon/m²/mon) - - **Data Type:** Research - - **Data Latency:** Periodically updated when CASA-GFED model revised - - **Scientific Details:** Satellite derived products used as inputs for the CASA-GFED3 model include Moderate Resolution Imaging Spectroradiometer (MODIS) MOD12Q1 vegetation classification, MOD44B vegetation continuous fields, MOD09GA/MYD09GA based burned area, and Advanced Very High Resolution Radiometer (AVHRR) normalized difference vegetation index (NDVI). The fractional absorption of solar radiation by the vegetation canopy (FPAR), used for calculating NPP, was derived from Global Inventory Modeling and Mapping Studies (GIMMS) NDVI, produced from NOAA AVHRR data. This CASA-GFED3 dataset is a Version 3 data product that includes updates to the GIMMS NDVI input ([Pinzon & Tucker, 2014](https://doi.org/10.3390/rs6086929)) and uses the MODIS Collection 6 burned area mapping algorithm ([Giglio et al., 2018](https://doi.org/10.1016/j.rse.2018.08.005)). Also, additional flux variables that can be derived using this monthly product are listed below: - - NEP: monthly net ecosystem productivity, NEP = NPP - Rh - - NBP: monthly net biome productivity, net flux to the ecosystem, NBP = NPP - Rh - FIRE - FUEL - - - - - - ## Source Data Product Citation - Lesley Ott (2020), GEOS-Carb CASA-GFED Monthly Fire Fuel NPP Rh NEE Fluxes 0.5 degree x 0.5 degree V3, Greenbelt, MD, USA, Goddard Earth Sciences Data and Information Services Center (GES DISC), Accessed: [Data Access Date], [10.5067/03147VMJE8J9](https://doi.org/10.5067/03147VMJE8J9) - - ## Disclaimer - All data provided in the US GHG Center has been transformed from the original format (NetCDF) into Cloud Optimized GeoTIFF ([COG](https://www.cogeo.org/)). Careful quality checks are used to ensure data transformation has been performed correctly. - - The full title of this dataset, GEOS-Carb CASA-GFED Monthly Fire Fuel NPP Rh NEE Fluxes 0.5 degree x 0.5 degree V3, has been shortened for display on the US GHG Center website. The short name of the source dataset is GEOS_CASAGFED_M_FLUX, but it is referred to as casagfed-carbonflux-monthgrid-v3 within the Center system. The source dataset in NetCDF format is available from the [Goddard Earth Science Data and Information Services Center (GES DISC)](https://doi.org/10.5067/03147VMJE8J9). A user guide is available at [https://acdisc.gesdisc.eosdis.nasa.gov/data/CMS/GEOS_CASAGFED_M_FLUX.3/doc/README.CASA_GFED.pdf](https://acdisc.gesdisc.eosdis.nasa.gov/data/CMS/GEOS_CASAGFED_M_FLUX.3/doc/README.CASA_GFED.pdf) - - ## Key Publications - Ott, L., Collatz, J., & Kawa, R. (2020). *Description of GEOS-Carb CASA-GFED3 Land Carbon Flux Products*. GES DISC. [https://acdisc.gesdisc.eosdis.nasa.gov/data/CMS/GEOS_CASAGFED_M_FLUX.3/doc/README.CASA_GFED.pdf](https://acdisc.gesdisc.eosdis.nasa.gov/data/CMS/GEOS_CASAGFED_M_FLUX.3/doc/README.CASA_GFED.pdf) - - van der Werf, G. R., Randerson, J. T., Giglio, L., Collatz, G. J., Mu, M., Kasibhatla, P. S., Morton, D. C., DeFries, R. S., Jin, Y., & van Leeuwen, T. T. (2010). Global fire emissions and the contribution of deforestation, savanna, forest, agricultural, and peat fires (1997–2009). *Atmospheric Chemistry and Physics, 10*, 11707–11735. [https://doi.org/10.5194/acp-10-11707-2010](https://doi.org/10.5194/acp-10-11707-2010) - - ## Other Relevant Publications - Gelaro, R., McCarty, W., Suárez, M. J., Todling, R., Molod, A., Takacs, L., Randles, C. A., Darmenov, A., Bosilovich, M. G., Reichle, R., Wargan, K., Coy, L., Cullather, R., Draper, C., Akella, S., Buchard, V., Conaty, A., da Silva, A. M., Gu, W., … Zhao, B. (2017). The Modern-Era Retrospective Analysis for Research and Applications, Version 2 (MERRA-2). *Journal of Climate*, 30(14), 5419–5454. [https://doi.org/10.1175/jcli-d-16-0758.1](https://doi.org/10.1175/jcli-d-16-0758.1) - - Giglio, L., Boschetti, L., Roy, D. P., Humber, M. L., & Justice, C. O. (2018). The Collection 6 MODIS burned area mapping algorithm and product. *Remote Sensing of Environment*, 217, 72–85. [https://doi.org/10.1016/j.rse.2018.08.005](https://doi.org/10.1016/j.rse.2018.08.005) - - Ott, L. E., Pawson, S., Collatz, G. J., Gregg, W. W., Menemenlis, D., Brix, H., Rousseaux, C. S., Bowman, K. W., Liu, J., Eldering, A., Gunson, M. R., & Kawa, S. R. (2015). Assessing the magnitude of CO₂ flux uncertainty in atmospheric CO₂ records using products from NASA’s Carbon Monitoring Flux Pilot Project. *Journal of Geophysical Research: Atmospheres*, 120(2), 734–765. [https://doi.org/10.1002/2014jd022411](https://doi.org/10.1002/2014jd022411) - - Pinzon, J., & Tucker, C. (2014). A Non-Stationary 1981–2012 AVHRR NDVI3g Time Series. *Remote Sensing*, 6(8), 6929–6960. [https://doi.org/10.3390/rs6086929](https://doi.org/10.3390/rs6086929) - - van der Werf, G. R., Randerson, J. T., Giglio, L., van Leeuwen, T. T., Chen, Y., Rogers, B. M., Mu, M., van Marle, M. J. E., Morton, D. C., Collatz, G. J., Yokelson, R. J., & Kasibhatla, P. S. (2017). Global fire emissions estimates during 1997–2016. *Earth System Science Data*, 9, 697–720. [https://doi.org/10.5194/essd-9-697-2017](https://doi.org/10.5194/essd-9-697-2017) - - ## Acknowledgment - This dataset was produced as part of the [GEOS-Carb project](https://cce-datasharing.gsfc.nasa.gov/cmsprojects/list/h/0/) supported by NASA’s [Carbon Monitoring System (CMS) Program](https://carbon.nasa.gov/cms/). - - ## License - [Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/legalcode) (CC0 1.0) - - ## Data Stewardship - - [Data Workflow](https://us-ghg-center.github.io/ghgc-docs/data_workflow/casagfed-carbonflux-monthgrid-v3_Data_Flow.html) - - [Data Transformation Code](https://us-ghg-center.github.io/ghgc-docs/cog_transformation/casagfed-carbonflux-monthgrid-v3.html) - - [US GHG Center Data Intake Processing and Verification Report](https://us-ghg-center.github.io/ghgc-docs/processing_and_verification_reports/casagfed-carbonflux-monthgrid-v3_Processing%20and%20Verification%20Report.html) - - - diff --git a/datasets/eccodarwin-co2flux-monthgrid-v5.data.mdx b/datasets/eccodarwin-co2flux-monthgrid-v5.data.mdx index e9c6ca43b..a395d9b72 100644 --- a/datasets/eccodarwin-co2flux-monthgrid-v5.data.mdx +++ b/datasets/eccodarwin-co2flux-monthgrid-v5.data.mdx @@ -6,9 +6,9 @@ usage: - url: "https://us-ghg-center.github.io/ghgc-docs/cog_transformation/eccodarwin-co2flux-monthgrid-v5.html" label: Notebook showing data transformation to COG for ingest to the US GHG Center title: 'Data Transformation Notebook' - - url: "https://us-ghg-center.github.io/ghgc-docs/user_data_notebooks/eccodarwin-co2flux-monthgrid-v5_User_Notebook.html" - label: Notebook to read, visualize, and explore data statistics - title: 'Sample Data Notebook' + - url: "https://us-ghg-center.github.io/ghgc-docs/datausage.html" + label: Notebooks to read, visualize, and explore data statistics + title: 'Data Usage Notebooks' - url: "https://hub.ghg.center/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FUS-GHG-Center%2Fghgc-docs&urlpath=tree%2Fghgc-docs%2Fuser_data_notebooks%2Feccodarwin-co2flux-monthgrid-v5_User_Notebook.ipynb&branch=main" label: Run example notebook title: Interactive Session in the US GHG Center JupyterHub (requires account) @@ -37,12 +37,12 @@ taxonomy: infoDescription: | ::markdown - Temporal Extent: January 2020 - December 2022 - - Temporal Resolution: Monthly - - Spatial Extent: Global - - Spatial Resolution: Approximately 1/3° x 1/3° (at the equator) + - Temporal Resolution: Monthly + - Spatial Extent: Global + - Spatial Resolution: Approximately 1/3° x 1/3° (at the equator) - Data Units: Millimoles of CO₂ per meter squared per second (mmol m²/s) - Data Type: Research - - Data Latency: Updated annually + - Data Latency: Updated annually layers: - id: air-sea-co2 stacCol: eccodarwin-co2flux-monthgrid-v5 @@ -87,7 +87,7 @@ layers: metrics: - mean sourceParams: - nodata: nan + nodata: nan info: source: NASA spatialExtent: Global @@ -96,25 +96,20 @@ layers: media: src: ::file ./eccodarwin-co2flux-monthgrid-v5.thumbnail.co2.png alt: Rendered Air-Sea CO₂ Flux - + --- - + - Due to its immense size, the ocean's carbon reservoir is roughly 20 times larger than the combined atmosphere and land reservoirs. The eventual fate of our atmospheric carbon emissions will be primarily in the oceans, as the ocean has absorbed roughly 40% of fossil fuel carbon dioxide (CO₂) since the beginning of the industrial era. How do we understand the details of how the ocean takes up carbon? It isn't easy — the ocean is vast, deep, and continually in motion. Even with ocean-observing satellites that orbit Earth 24/7, data from below the ocean surface is sparse. Data-driven estimates of how much carbon dioxide the ocean is absorbing (the so-called “ocean carbon sink”) have improved substantially in recent years. However, computational ocean models that include biogeochemistry continue to play a critical role as they allow us to fill critical gaps in data and understand the individual processes that control ocean carbon storage. The ideal scenario is a combination of the above two methods, where data are ingested and then used to improve a model's fit to the observed ocean, also known as “data assimilation”. While the physical oceanographic community has made great progress in developing data assimilation systems, for example, the Estimating the Circulation and Climate of the Ocean (ECCO) consortium, the biogeochemical community has generally lagged behind. The ECCO-Darwin model represents an important technological step forward as it is the first global ocean biogeochemistry model that (1) ingests both physical and biogeochemical observations into the model in a realistic manner and (2) considers how the nature of the ocean carbon sink has changed over multiple decades. As the ECCO ocean circulation estimates become more accurate and lengthen in time, ECCO-Darwin will become an ever more accurate and useful tool for climate-related ocean carbon cycle and mitigation studies. - - - **Temporal Extent:** January 2020 - December 2022 - - **Temporal Resolution:** Monthly - - **Spatial Extent:** Global - - **Spatial Resolution:** Approximately 1/3° x 1/3° (at the equator) - - **Data Units:** Millimoles of CO₂ per meter squared per second (mmol m²/s) - - **Data Type:** Research - - **Data Latency:** Updated annually - + **Temporal Extent:** January 2020 - December 2022
+ **Temporal Resolution:** Monthly
+ **Spatial Extent:** Global
+ **Spatial Resolution:** Approximately 1/3° x 1/3° (at the equator)
+ **Data Units:** Millimoles of CO₂ per meter squared per second (mmol m²/s)
+ **Data Type:** Research
+ **Data Latency:** Updated annually
- **Scientific Details:** The ocean is a major sink for atmospheric carbon dioxide (CO₂), largely due to the presence of phytoplankton that use the CO₂ to grow. Studies have shown that global ocean CO₂ uptake has increased over recent decades however there is uncertainty in the various mechanisms that affect ocean CO₂ flux and storage and how the ocean carbon sink will respond to future climate change. Because CO₂ fluxes can vary significantly across space and time, combined with deficiencies in ocean and atmosphere CO₂ observations, there is a need for models that can correctly represent these processes. Ocean biogeochemical models (OBMs) have the ability to resolve the physical and biogeochemical mechanisms contributing to spatial and temporal variations in air-sea CO₂ fluxes but previous OBMs do not integrate observations to improve model quality and have not be able to operate on the seasonal and multi-decadal timescales needed to adequately characterize these processes. The ECCO-Darwin model is an OBM that assimilates Estimating the Circulation and Climate of the Ocean (ECCO) consortium ocean circulation estimates and biogeochemical processes from the Massachusetts Institute of Technology (MIT) Darwin Project. A pilot study using ECCO-Darwin was completed by [Brix et al. 2015](https://doi.org/10.1016/j.ocemod.2015.07.008) however an improved version of the model was developed by [Carroll et al. 2020](https://doi.org/10.1029/2019MS001888) in which issues highlighted in the first model were addressed and adjustments were made to initial conditions and biogeochemical parameters in the model. This dataset contains the gridded global, monthly mean air-sea CO₂ fluxes from version 5 of the ECCO-Darwin model. The data are available at ~1/3° horizontal resolution at the equator (~18 km at high latitudes) from January 2020 through December 2022. - - The data assimilation techniques used for the physical and biogeochemical components of the ECCO-Darwin model are both linearized least squares minimization approaches. For ocean physics, ocean-ice state estimates from the ECCO LLC270 model were fit to observations including sea level anomalies, ocean bottom pressure anomalies, sea surface temperature, sea ice concentration, and ocean temperature and salinity profiles using an adjoint method. For ocean biogeochemistry, the MIT Darwin Project ecosystem model used a low-dimensional Green’s function optimization to adjust initial conditions and biogeochemical parameters. Using the paired ocean physics and biogeochemistry, air-sea CO₂ flux was calculated using the [Wanninkhof (1992)](https://doi.org/10.1029/92JC00188) parameterization for determining gas exchange across the air-sea interface. + Due to its immense size, the ocean’s carbon reservoir is roughly 20 times larger than the combined atmosphere and land reservoirs. The eventual fate of our atmospheric carbon emissions will be primarily in the oceans, as the ocean has absorbed roughly 40% of fossil fuel carbon dioxide (CO₂) since the beginning of the industrial era. How do we understand the details of how the ocean takes up carbon? It isn't easy — the ocean is vast, deep, and continually in motion. Even with ocean-observing satellites that orbit Earth 24/7, data from below the ocean surface is sparse. Data-driven estimates of how much carbon dioxide the ocean is absorbing (the so-called “ocean carbon sink”) have improved substantially in recent years. However, computational ocean models that include biogeochemistry continue to play a critical role as they allow us to fill critical gaps in data and understand the individual processes that control ocean carbon storage. The ideal scenario is a combination of the above two methods, where data are ingested and then used to improve a model's fit to the observed ocean, also known as “data assimilation”. While the physical oceanographic community has made great progress in developing data assimilation systems, for example, the Estimating the Circulation and Climate of the Ocean (ECCO) consortium, the biogeochemical community has generally lagged behind. The ECCO-Darwin model represents an important technological step forward as it is the first global ocean biogeochemistry model that (1) ingests both physical and biogeochemical observations into the model in a realistic manner and (2) considers how the nature of the ocean carbon sink has changed over multiple decades. As the ECCO ocean circulation estimates become more accurate and lengthen in time, ECCO-Darwin will become an ever more accurate and useful tool for climate-related ocean carbon cycle and mitigation studies. This dataset contains global monthly averages of CO2 flux between the ocean and the air from version 5 of the ECCO-Darwin model. The data are available at ~1/3° horizontal resolution at the equator (~18 km at high latitudes) from January 2020 through December 2022.
@@ -122,14 +117,19 @@ layers: ## Source Data Product Citation The source data can be accessed from the ECCO Data Portal: [https://data.nas.nasa.gov/ecco/](https://data.nas.nasa.gov/ecco/) - + ## Dataset Accuracy - The techniques used for optimization of the ECCO-Darwin model, including assimilation of physical and biogeochemical observations, provide physically consistent and property-conserving ocean state estimates. The ECCO-Darwin model air-sea CO₂ fluxes showed general agreement with interpolation-based products, especially in subtropical and equatorial regions. The ECCO-Darwin time-mean global ocean CO₂ sink of −2.47 ± 0.50 Pg C year-1 (1995 - 2017) fits within the uncertainty of the Global Carbon Project estimate of −2.24 ± 0.76 Pg C year-1 for the same period and agrees in magnitude and temporal variability with the interpolation-based models. - + The techniques used for optimization of the ECCO-Darwin model, including assimilation of physical and biogeochemical observations, provide physically consistent and property-conserving ocean state estimates. The ECCO-Darwin model air-sea CO₂ fluxes showed general agreement with interpolation-based products, especially in subtropical and equatorial regions. The ECCO-Darwin time-mean global ocean CO₂ sink of −2.47 ± 0.50 Pg C year-1 (1995 - 2017) fits within the uncertainty of the Global Carbon Project estimate of −2.24 ± 0.76 Pg C year-1 for the same period and agrees in magnitude and temporal variability with the interpolation-based models. + ## Disclaimer - All data provided in the U.S. GHG Center has been transformed from the original format (NetCDF) into Cloud Optimized GeoTIFF ([COG](https://www.cogeo.org/)). Careful quality checks are used to ensure data transformation has been performed correctly. - - ## Key Publications + This dataset has been transformed from the original format (NetCDF) into Cloud Optimized GeoTIFF ([COG](https://www.cogeo.org/)) for display in the US GHG Center. Careful quality checks are used to ensure data transformation has been performed correctly. + + ## Scientific Details + The ocean is a major sink for atmospheric carbon dioxide (CO₂), largely due to the presence of phytoplankton that use the CO₂ to grow. Studies have shown that global ocean CO₂ uptake has increased over recent decades however there is uncertainty in the various mechanisms that affect ocean CO₂ flux and storage and how the ocean carbon sink will respond to future climate change. Because CO₂ fluxes can vary significantly across space and time, combined with deficiencies in ocean and atmosphere CO₂ observations, there is a need for models that can correctly represent these processes. Ocean biogeochemical models (OBMs) have the ability to resolve the physical and biogeochemical mechanisms contributing to spatial and temporal variations in air-sea CO₂ fluxes but previous OBMs do not integrate observations to improve model quality and have not be able to operate on the seasonal and multi-decadal timescales needed to adequately characterize these processes. The ECCO-Darwin model is an OBM that assimilates Estimating the Circulation and Climate of the Ocean (ECCO) consortium ocean circulation estimates and biogeochemical processes from the Massachusetts Institute of Technology (MIT) Darwin Project. A pilot study using ECCO-Darwin was completed by [Brix et al. 2015](https://doi.org/10.1016/j.ocemod.2015.07.008) however an improved version of the model was developed by [Carroll et al. 2020](https://doi.org/10.1029/2019MS001888) in which issues highlighted in the first model were addressed and adjustments were made to initial conditions and biogeochemical parameters in the model. This dataset contains the gridded global, monthly mean air-sea CO₂ fluxes from version 5 of the ECCO-Darwin model. The data are available at ~1/3° horizontal resolution at the equator (~18 km at high latitudes) from January 2020 through December 2022. + + The data assimilation techniques used for the physical and biogeochemical components of the ECCO-Darwin model are both linearized least squares minimization approaches. For ocean physics, ocean-ice state estimates from the ECCO LLC270 model were fit to observations including sea level anomalies, ocean bottom pressure anomalies, sea surface temperature, sea ice concentration, and ocean temperature and salinity profiles using an adjoint method. For ocean biogeochemistry, the MIT Darwin Project ecosystem model used a low-dimensional Green’s function optimization to adjust initial conditions and biogeochemical parameters. Using the paired ocean physics and biogeochemistry, air-sea CO₂ flux was calculated using the [Wanninkhof (1992)](https://doi.org/10.1029/92JC00188) parameterization for determining gas exchange across the air-sea interface. + + ## Key Publications Carroll, D., Menemenlis, D., Adkins, J. F., Bowman, K. W., Brix, H., Dutkiewicz, S., Fenty, I., Gierach, M. M., Hill, C., Jahn, O., Landschützer, P., Lauderdale, J. M., Liu, J., Manizza, M., Naviaux, J. D., Rödenbeck, C., Schimel, D. S., Van der Stocken, T., & Zhang, H. (2020). The ECCO-Darwin Data-Assimilative Global Ocean Biogeochemistry Model: Estimates of Seasonal to Multidecadal Surface Ocean pCO2 and Air-Sea CO2 Flux. *Journal of Advances in Modeling Earth Systems, 12*(10), e2019MS001888. [https://doi.org/10.1029/2019MS001888](https://doi.org/10.1029/2019MS001888) ## Other Relevant Publications @@ -141,6 +141,10 @@ layers: Carroll, D., Menemenlis, D., Dutkiewicz, S., Lauderdale, J. M., Adkins, J. F., Bowman, K. W., et al. (2022). Attribution of space-time variability in global-ocean dissolved inorganic carbon. *Global Biogeochemical Cycles, 36*, e2021GB007162. https://doi.org/10.1029/2021GB007162 + ## Learn More + - See a video animation of ECCO-Darwin CO2 flux data in the [Tracking Greenhouse Gas Cycles Data Insight](https://earth.gov/ghgcenter/stories/tracking-greenhouse-gas-cycles) + - Check out the [ECCO-Darwin Story Map](https://www.ecco-group.org/storymaps.htm?id=45) + ## Acknowledgment This dataset was produced by researchers at the NASA Jet Propulsion Laboratory, California Institute of Technology. High-end computing resources were provided by the NASA Advanced Supercomputing (NAS) Division. Additional support and funding were provided by the NASA Biological Diversity Program, NASA Physical Oceanography Program, NASA Modeling, Analysis, and Prediction Program, NASA ROSES, and the U.S. National Science Foundation. diff --git a/datasets/emit-ch4plume-v1.data.mdx b/datasets/emit-ch4plume-v1.data.mdx index bb44f359a..7caaef77d 100644 --- a/datasets/emit-ch4plume-v1.data.mdx +++ b/datasets/emit-ch4plume-v1.data.mdx @@ -86,36 +86,24 @@ layers: - '#f8df25' --- - + - Methane is a strong greenhouse gas that is invisible to the human eye. Large methane emissions, typically referred to as point source emissions, represent a significant proportion of total methane emissions from the production, transport, and processing of oil and natural gas, landfills, and other sources. By measuring the spectral fingerprint of methane, EMIT can map areas of high methane concentration over background levels in the atmosphere, identifying plume complexes, and estimating the methane enhancements. This dataset includes methane plume complexes measured within the extent and timeframe of EMIT observations. EMIT is on the International Space Station and therefore does not sample everywhere on Earth nor can methane plumes be derived for all locations observed. - - - **Temporal Extent:** August 1, 2022 - Ongoing - - **Temporal Resolution:** Variable (based on ISS orbit, solar illumination, and target mask) - - **Spatial Extent:** 52°N to 52°S latitude within target mask - - **Spatial Resolution:** 60 m - - **Data Units:** Parts per million meter (ppm-m) - - **Data Type:** Research - - **Data Latency:** EMIT plume complex identification primarily occurs about a week after the observation and can vary with ISS data downlink rates and the need for manual review. Some plume complexes may be identified rapidly, but with improving algorithms, additional older plume complexes may continue to appear in the dataset over time. - - **Scientific Details:** EMIT has demonstrated the capacity to characterize methane point source emissions by measuring gas absorption features in the shortwave infrared. The EMIT GHG point source plumes provided here build on a substantial history of remote greenhouse gas detections from airborne imaging spectrometers (Thorpe et al., 2013, 2014, 2017; Thompson et al., 2015; Frankenberg et al., 2016; Duren et al., 2019; Cusworth et al., 2022). We leverage a per-column adaptive matched filter for the primary detection, due to the speed and efficacy of identifying subtle signatures. Plumes are identified and assessed by scientists following a protocol in order to provide only instances with maximum confidence. For each EMIT point source plume complex, methane enhancements in units of ppm-m are provided. See the [ATBD](https://lpdaac.usgs.gov/documents/1696/EMIT_GHG_ATBD_V1.pdf) for more details. -
-
-
-
-
-
-
-
-
-
+ **Temporal Extent:** August 1, 2022 - Ongoing
+ **Temporal Resolution:** Variable (based on ISS orbit, solar illumination, and target mask)
+ **Spatial Extent:** 52°N to 52°S latitude within target mask
+ **Spatial Resolution:** 60 m
+ **Data Units:** Parts per million meter (ppm-m)
+ **Data Type:** Research
+ **Data Latency:** EMIT plume complex identification primarily occurs about a week after the observation and can vary with ISS data downlink rates and the need for manual review. Some plume complexes may be identified rapidly, but with improving algorithms, additional older plume complexes may continue to appear in the dataset over time. + + Methane is a strong greenhouse gas that is invisible to the human eye. Large methane emissions, typically referred to as point source emissions, represent a significant proportion of total methane emissions from the production, transport, and processing of oil and natural gas, landfills, and other sources. By measuring the spectral fingerprint of methane, EMIT can map areas of high methane concentration over background levels in the atmosphere, identifying plume complexes, and estimating the methane enhancements. This dataset includes methane plume complexes measured within the extent and timeframe of EMIT observations. EMIT is on the International Space Station and therefore does not sample everywhere on Earth nor can methane plumes be derived for all locations observed.
-
- + + - **Attention!** + **Attention!** The location of the markers in the visualization environment below represent the location of maximum enhancement within a plume and does not indicate a source location. - +
@@ -135,7 +123,10 @@ layers: ## Disclaimer Uncertainty in the methane (ppm-m) depends on instrument, observation, and surface factors as described in the ATBD by Broderick, et al. 2023 (see link in references below). An uncertainty value (ppm-m) is calculated and reported for each plume complex. As described in the ATBD, EMIT plume complexes are manually identified and reviewed. While we publish high confidence examples, false positives can occur and when identified these cases are removed from subsequent data releases. - + + ## Scientific Details + EMIT has demonstrated the capacity to characterize methane point source emissions by measuring gas absorption features in the shortwave infrared. The EMIT GHG point source plumes provided here build on a substantial history of remote greenhouse gas detections from airborne imaging spectrometers (Thorpe et al., 2013, 2014, 2017; Thompson et al., 2015; Frankenberg et al., 2016; Duren et al., 2019; Cusworth et al., 2022). We leverage a per-column adaptive matched filter for the primary detection, due to the speed and efficacy of identifying subtle signatures. Plumes are identified and assessed by scientists following a protocol in order to provide only instances with maximum confidence. For each EMIT point source plume complex, methane enhancements in units of ppm-m are provided. See the [ATBD](https://lpdaac.usgs.gov/documents/1696/EMIT_GHG_ATBD_V1.pdf) for more details. + ## Key Publications Thorpe, A.K., et al., Attribution of individual methane and carbon dioxide emission sources using EMIT observations from space, *Science Advances* (in review). @@ -156,6 +147,11 @@ layers: D. H. Cusworth, A. K. Thorpe, A. K. Ayasse, D. Stepp, J. Heckler, G. P. Asner, C. E. Miller, V. Yadav, J. W. Chapman, M. L. Eastwood, R. O. Green, B. Hmiel, D. R. Lyon, R. M. Duren, Strong methane point sources contribute a disproportionate fraction of total emissions across multiple basins in the United States. *Proceedings of the National Academy of Sciences. 119*, e2202338119 (2022). + ## Learn More + - EMIT data are available through the NASA LP DAAC and [additional information is available](https://lpdaac.usgs.gov/data/get-started-data/collection-overview/missions/emit-overview/#emit-metadata) + - The Jet Propulsion Lab (JPL) contains [VISIONS - The EMIT open data portal](https://earth.jpl.nasa.gov/emit/data/data-portal/coverage-and-forecasts/) + - See how EMIT contributes to new technologies to detect and quantify large methane release events in the [Discovering Large Methane Emission Events with Remote Measurement Data Insight](https://earth.gov/ghgcenter/stories/discovering-large-methane-emissions) + ## Acknowledgment We would like to acknowledge the contributions of the entire EMIT engineering and science teams and the ISS team for enabling the EMIT mission. We thank NASA’s Earth Science Division with special thanks to Dr. Jack Kaye for continued support of the greenhouse gas application. diff --git a/datasets/epa-ch4emission-yeargrid-v2express.data.mdx b/datasets/epa-ch4emission-yeargrid-v2express.data.mdx index 2e0ea4e05..f570dbf69 100644 --- a/datasets/epa-ch4emission-yeargrid-v2express.data.mdx +++ b/datasets/epa-ch4emission-yeargrid-v2express.data.mdx @@ -1,14 +1,14 @@ --- id: epa-ch4emission-yeargrid-v2express name: U.S. Gridded Anthropogenic Methane Emissions Inventory -description: Spatially disaggregated 0.1°x 0.1° maps of annual U.S. anthropogenic methane emissions, consistent with the U.S. Inventory of Greenhouse Gas Emissions and Sinks. +description: Spatially disaggregated 0.1°x 0.1° maps of annual U.S. anthropogenic methane emissions from over 25 emission sources, consistent with the U.S. Inventory of Greenhouse Gas Emissions and Sinks. usage: - url: "https://us-ghg-center.github.io/ghgc-docs/cog_transformation/epa-ch4emission-grid-v2express.html" label: Notebook showing data transformation to COG for ingest to the US GHG Center title: "Data Transformation Notebook" - - url: "https://us-ghg-center.github.io/ghgc-docs/user_data_notebooks/epa-ch4emission-grid-v2express_User_Notebook.html" - label: Notebook to read, visualize, and explore data statistics - title: "Sample Data Notebook" + - url: "https://us-ghg-center.github.io/ghgc-docs/datausage.html" + label: Notebooks to read, visualize, and explore data statistics + title: "Data Usage Notebooks" - url: "https://hub.ghg.center/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FUS-GHG-Center%2Fghgc-docs&urlpath=tree%2Fghgc-docs%2Fuser_data_notebooks%2Fepa-ch4emission-grid-v2express_User_Notebook.ipynb&branch=main" label: Run example notebook title: Interactive Session in the US GHG Center JupyterHub (requires account) @@ -2191,7 +2191,7 @@ layers: alt: U.S. Gridded Anthropogenic Methane Emissions Inventory - Total Other (annual) - id: 1A-stationary-combustion-other stacCol: epa-ch4emission-yeargrid-v2express - name: Other - Stationary combustion (annual) + name: Other - Stationary Combustion (annual) type: raster description: Annual methane emission fluxes from Stationary Combustion (inventory Energy 1A sub-category) initialDatetime: newest @@ -2265,7 +2265,7 @@ layers: alt: U.S. Gridded Anthropogenic Methane Emissions Inventory - Other - Stationary combustion (annual) - id: 1A-mobile-combustion-othe stacCol: epa-ch4emission-yeargrid-v2express - name: Other - Mobile combustion (annual) + name: Other - Mobile Combustion (annual) type: raster description: Annual methane emission fluxes from Mobile Combustion (inventory Energy 1A sub-category) initialDatetime: newest @@ -2559,11 +2559,28 @@ layers: alt: U.S. Gridded Anthropogenic Methane Emissions Inventory - Other - Ferroalloy Production (annual) --- - + + **Temporal Extent:** 2012 - 2020 + **Temporal Resolution:** Annual + **Spatial Extent:** Contiguous United States + **Spatial Resolution:** 0.1° x 0.1° + **Data Units:** Megagrams of methane per square kilometer per year (Mg CH₄/km²/yr) + **Data type:** Research (v2 express extension)
+ **Data Latency:** N/A + The gridded EPA U.S. anthropogenic methane greenhouse gas inventory (gridded GHGI) includes spatially disaggregated (0.1 deg x 0.1 deg or approximately 10 x 10 km resolution) maps of annual anthropogenic methane emissions for the contiguous United States (CONUS), consistent with national annual U.S. anthropogenic methane emissions reported in the U.S. EPA [Inventory of U.S. Greenhouse Gas Emissions and Sinks](https://www.epa.gov/ghgemissions/inventory-us-greenhouse-gas-emissions-and-sinks) (U.S. GHGI). This dataset contains methane emissions provided as fluxes, in units of molecules of methane per square cm per second, for over 25 individual emission source categories, including those from agriculture, petroleum and natural gas systems, coal mining, and waste. The data have been converted from their original NetCDF format to Cloud-Optimized GeoTIFF (COG) and scaled to Megagrams of CH4 per km2 per year (Mg/km²/yr) for use in the US GHG Center, thereby enabling user exploration of spatial anthropogenic methane emissions and their trends. + + The gridded dataset, as included in the [U.S. GHG Center Exploration Environment](https://earth.gov/ghgcenter/exploration?datasets=%5B%5D&search=U.S.%20Gridded%20Anthropogenic%20Methane%20Emissions%20Inventory), currently includes 34 data layers. The first data layer includes annual 2012-2020 gridded methane emissions fluxes from all anthropogenic sources of methane in the U.S. GHGI (excluding Land Use, Land-Use Change and Forestry (LULUCF) sources, which are not included in the gridded GHGI). The next six data layers include annual 2012-2020 gridded methane fluxes from sources within the aggregate Agriculture, Natural Gas, Petroleum, Waste, Industry, and ‘Other’ source categories. The remaining 27 data layers include annual 2012-2020 gridded methane emissions fluxes from individual emission sectors within each of the aggregate categories. For more information, see the ‘information’ icon on each data layer or refer to the data interpretation notes available under “Learn More” below. - **Data Version Details:** + ## Source Data Product Citation + Gridded GHGI Version 2 & Express Extension **(this dataset in US GHG Center)**: + McDuffie, E. E., Maasakkers, J. D., Sulprizio, M. P., Chen, C., Schultz, M., Brunelle, L., Thrush, R., Steller, J., Sherry, C., Jacob, Daniel, J., Jeong, S., Irving, B., & Weitz, M. (2023). Gridded EPA U.S. Anthropogenic Methane Greenhouse Gas Inventory (gridded GHGI) (v1.0) [Data set]. Zenodo. [https://doi.org/10.5281/zenodo.8367082](https://doi.org/10.5281/zenodo.8367082) + + Gridded GHGI Version 1: + Maasakkers, J. D., Jacob, D. J., Sulprizio, M. P., Turner, A. J., Weitz, M., Wirth, T., Hight, C., DeFigueiredo, M., Desai, M., Schmeltz, R., Hockstad, L., Bloom, A. A., Bowman, K. W., Jeong, S., Fischer, M. L. (2016) A Gridded National Inventory of U.S. Methane Emissions [Data set]. Available at: [https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions#data](https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions#data) + + ## Version History The gridded methane GHGI is continually updated to capture ongoing improvements and updates to the U.S. GHG Inventory. The gridded methane GHGI currently includes 2 versions, which reflect sectoral methane emissions that are consistent with different versions of the U.S. GHGI. Versions include: Current Version(s) @@ -2573,43 +2590,28 @@ layers: Previous Versions - A. Gridded methane GHGI Version 1 (0.1°×0.1° annual emission maps for 2012, consistent with the 2016 U.S. GHGI) - Data available on the Data Explorer page correspond to the V2 Express Extension dataset. + **Data available on the Data Exploration page correspond to the V2 Express Extension dataset.** For more information on the current data set versions, see the associated publication: [Massakkers et al., 2023.](https://pubs.acs.org/doi/full/10.1021/acs.est.3c05138) or visit the [EPA gridded inventory webpage](https://www.epa.gov/ghgemissions/us-gridded-methane-emissions). For more information on the previous version, see the associated publication: [Massakkers et al., 2016.](https://pubs.acs.org/doi/10.1021/acs.est.6b02878) - - **Temporal Extent:** 2012 - 2020 - - **Temporal Resolution:** Annual - - **Spatial Extent:** Contiguous United States - - **Spatial Resolution:** 0.1° x 0.1° - - **Data Units:** Megagrams of methane per square kilometer per year (Mg CH₄/km²/yr) - - **Data type:** Research (v2 express extension) - - **Data Latency:** N/A - - **Scientific Details:** The gridded methane GHGI is developed by spatially allocating national annual methane emissions from individual source categories from the Inventory of U.S. Greenhouse Gas Emissions and Sinks (U.S. GHGI) to a 0.1 deg x 0.1 deg (~10 x 10 km) grid using a series of spatial and temporal proxy datasets at the state, county, and grid levels. Where possible, the proxy data are the same as those used to develop the GHGI so that the gridded emissions can be, as closely as possible, a spatial and temporal representation of those in the national-level U.S. GHGI Report. - - The development of the gridded GHGI enables more direct comparisons between the methane emissions reported in the annual U.S. GHGI and those derived from atmospheric methane observations, such as through inverse analyses, with the aim of improving national inventory estimates and better understanding uncertain sources of methane emissions. - - Details of the methodological development of this dataset are described in the paper Maasakkers et al., 2023: [https://pubs.acs.org/doi/full/10.1021/acs.est.3c05138](https://pubs.acs.org/doi/full/10.1021/acs.est.3c05138) -
- ## Source Data Product Citation - Gridded GHGI Version 2 & Express Extension (this dataset in US GHG Center): - McDuffie, E. E., Maasakkers, J. D., Sulprizio, M. P., Chen, C., Schultz, M., Brunelle, L., Thrush, R., Steller, J., Sherry, C., Jacob, Daniel, J., Jeong, S., Irving, B., & Weitz, M. (2023). Gridded EPA U.S. Anthropogenic Methane Greenhouse Gas Inventory (gridded GHGI) (v1.0) [Data set]. Zenodo. [https://doi.org/10.5281/zenodo.8367082](https://doi.org/10.5281/zenodo.8367082) - - Gridded GHGI Version 1: - - Maasakkers, J. D., Jacob, D. J., Sulprizio, M. P., Turner, A. J., Weitz, M., Wirth, T., Hight, C., DeFigueiredo, M., Desai, M., Schmeltz, R., Hockstad, L., Bloom, A. A., Bowman, K. W., Jeong, S., Fischer, M. L. (2016) A Gridded National Inventory of U.S. Methane Emissions [Data set]. Available at: [https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions#data](https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions#data) - ## Dataset Accuracy Uncertainties underlying the development of national methane emission estimates are discussed in each annual U.S. GHGI Report. Additional characterization of resolution-dependent uncertainties are discussed in [Maasakkers et al. (2023)](https://pubs.acs.org/doi/full/10.1021/acs.est.3c05138). ## Disclaimer - All data provided in the US GHG Center has been transformed from the original format (NetCDF) into Cloud Optimized GeoTIFF ([COG](https://www.cogeo.org/)). Careful quality checks are used to ensure data transformation has been performed correctly. The manuscript describing the gridded methane GHGI has been peer-reviewed, but is not part of the same annual expert and public review processes as the U.S. EPA National and State-level Inventory. + This dataset has been transformed from its original format (NetCDF) into Cloud Optimized GeoTIFF ([COG](https://www.cogeo.org/)) for display in the US GHG Center. Careful quality checks are used to ensure data transformation has been performed correctly. The manuscript describing the gridded methane GHGI has been peer-reviewed, but is not part of the same annual expert and public review processes as the U.S. EPA National and State-level Inventory. - Users of these datasets are asked to cite the original references [Maasakkers et al. (2023)](https://pubs.acs.org/doi/full/10.1021/acs.est.3c05138) or [Maasakkers, et al., (2016)](https://pubs.acs.org/doi/10.1021/acs.est.6b02878) in their publications and are encouraged to reach out to the development team with further questions. + Users of these datasets are asked to cite the original references [Maasakkers et al. (2023)](https://pubs.acs.org/doi/full/10.1021/acs.est.3c05138) or [Maasakkers, et al., (2016)](https://pubs.acs.org/doi/10.1021/acs.est.6b02878) in their publications and are encouraged to reach out to the development team with further questions. + + ## Scientific Details + The gridded methane GHGI is developed by spatially allocating national annual methane emissions from individual source categories from the Inventory of U.S. Greenhouse Gas Emissions and Sinks (U.S. GHGI) to a 0.1 deg x 0.1 deg (~10 x 10 km) grid using a series of spatial and temporal proxy datasets at the state, county, and grid levels. Where possible, the proxy data are the same as those used to develop the GHGI so that the gridded emissions can be, as closely as possible, a spatial and temporal representation of those in the national-level U.S. GHGI Report. + + The development of the gridded GHGI enables more direct comparisons between the methane emissions reported in the annual U.S. GHGI and those derived from atmospheric methane observations, such as through inverse analyses, with the aim of improving national inventory estimates and better understanding uncertain sources of methane emissions. + + Details of the methodological development of this dataset are described in the paper Maasakkers et al., 2023: [https://pubs.acs.org/doi/full/10.1021/acs.est.3c05138](https://pubs.acs.org/doi/full/10.1021/acs.est.3c05138) ## Key Publications Maasakkers, J. D., McDuffie, E. E.,, Sulprizio, M. P., Chen, C., Schultz, M., Brunelle, L., Thrush, R., Steller, J., Sherry, C., Jacob, D. J., Jeong, S., Irving, B., & Weitz, M. (2023). A gridded inventory of annual 2012-2018 U.S. anthropogenic methane emissions. Environmental Science & Technology, 57(43), 16276-16288. https://pubs.acs.org/doi/full/10.1021/acs.est.3c05138 @@ -2617,6 +2619,11 @@ layers: ## Other Relevant Publications Maasakkers, J., Jacob, D., Sulprizio, M., Turner, A., Weitz, M., Wirth, T., Hight, C., DeFigueiredo, M., Desai, M., Schmeltz, R., Hockstad, L., Bloom, A., Bowman, K., Jeong, S., Fischer, M. (2016). Gridded National Inventory of U.S. Methane Emissions. *Environmental Science & Technology*, 50(23), 13123-13133. https://doi.org/10.1021/acs.est.6b02878 + ## Learn More + - Learn more about how this data helps identify trends in U.S. methane emissions in the [U.S. Gridded Anthropogenic Greenhouse Gas Emissions Data Insight](https://earth.gov/ghgcenter/stories/us-methane-sources) + - Check out other GHG data [from the EPA](https://www.epa.gov/ghgemissions) + - Check out the [data interpretation notes](https://drive.google.com/file/d/1_c6SrKr4z2SNs4fCy3QQMlX92G09Yf6R/view?usp=drive_link) for more information when viewing this dataset in the US GHG Center [Exploration environment](https://earth.gov/ghgcenter/exploration) + ## Acknowledgment This dataset was developed in collaboration between researchers at the U.S. EPA, Netherlands Institute for Space Research (SRON), Harvard University, and Lawrence Berkeley National Laboratory. diff --git a/datasets/gosat-based-ch4budget-yeargrid-v1.data.mdx b/datasets/gosat-based-ch4budget-yeargrid-v1.data.mdx index 2c92f6c85..ba339206e 100644 --- a/datasets/gosat-based-ch4budget-yeargrid-v1.data.mdx +++ b/datasets/gosat-based-ch4budget-yeargrid-v1.data.mdx @@ -6,9 +6,9 @@ usage: - url: 'https://us-ghg-center.github.io/ghgc-docs/cog_transformation/gosat-based-ch4budget-yeargrid-v1.html' label: Notebook showing data transformation to COG for ingest to the US GHG Center title: 'Data Transformation Notebook' - - url: 'https://us-ghg-center.github.io/ghgc-docs/user_data_notebooks/gosat-based-ch4budget-yeargrid-v1_User_Notebook.html' - label: Notebook to read, visualize, and explore data statistics - title: 'Sample Data Notebook' + - url: 'https://us-ghg-center.github.io/ghgc-docs/datausage.html' + label: Notebooks to read, visualize, and explore data statistics + title: 'Data Usage Notebooks' - url: 'https://hub.ghg.center/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FUS-GHG-Center%2Fghgc-docs&urlpath=tree%2Fghgc-docs%2Fuser_data_notebooks%2Fgosat-based-ch4budget-yeargrid-v1_User_Notebook.ipynb&branch=main' label: Run example notebook title: Interactive Session in the US GHG Center JupyterHub (requires account) @@ -383,19 +383,17 @@ layers: --- - + - As part of the global stock take (GST), countries are asked to provide a record of their greenhouse gas emissions to inform decisions on how to reduce GHG emissions. The NASA Carbon Monitoring System Flux (CMS-Flux) team has used remote sensing observations from Japan’s Greenhouse gases Observing SATellite (GOSAT) to produce modeled total methane (CH₄) emissions and uncertainties on a 1 degree by 1 degree resolution grid for the year 2019. The GOSAT data is used in the model to inform total emission estimates, as well as wetland (the primary natural source of methane), and various human-related sources such as fossil fuel extraction, transport, agriculture, waste, and fires. An advanced mathematical approach is used with a global chemistry transport model to quantify annual CH₄ emissions and uncertainties. These estimates are expressed in teragrams of CH₄ per year (Tg/yr). Only the total and wetlands model-derived emissions are included in the US GHG Center. The source dataset contains emissions data for all other anthropogenic sources. - - - **Temporal Extent:** 2019 - - **Temporal Resolution:** Annual - - **Spatial Extent:** Global - - **Spatial Resolution:** 1° x 1° - - **Data Units:** Teragrams of methane per year (Tg CH₄/yr) - - **Data Type:** Research - - **Data Latency:** Updated yearly + **Temporal Extent:** 2019 + **Temporal Resolution:** Annual + **Spatial Extent:** Global + **Spatial Resolution:** 1° x 1° + **Data Units:** Teragrams of methane per year (Tg CH₄/yr)
+ **Data Type:** Research
+ **Data Latency:** Updated yearly - **Scientific Details:** A study was conducted to show how satellite methane observations could be used to evaluate reported methane emissions. In a bottom-up approach, methane emissions from activity reports were projected through the GEOS-Chem global chemistry transport model to obtain the expected atmospheric concentrations. In a top-down approach, observed atmospheric methane concentrations from the GOSAT satellite are compared with those modeled from reports. An analytic Bayesian inversion approach is used to determine the methane flux on a 2 x 2.5 degree grid based on the differences between the two concentrations (bottom-up vs top-down). Analytic Jacobian matrices relating emissions to concentrations are derived from the GEOS-Chem model and used to calculate the prior and posterior flux error covariance. Methane fluxes are then linearly projected to emissions by sector at 1 degree resolution. The derivation used to project top-down fluxes back to emissions by region is described in [Cusworth et al. (2021)](https://doi.org/10.1038/s43247-021-00312-6). This GOSAT-based Top-down CH₄ Emissions dataset includes the total prior and posterior CH₄ emissions, wetland prior and posterior CH₄ emissions and associated uncertainties. More information is located in the [source dataset document](https://zenodo.org/record/8306874). + As part of the global stock take (GST), countries are asked to provide a record of their greenhouse gas emissions to inform decisions on how to reduce GHG emissions. The NASA Carbon Monitoring System Flux (CMS-Flux) team has used remote sensing observations from Japan’s Greenhouse gases Observing SATellite (GOSAT) to produce modeled total methane (CH₄) emissions and uncertainties on a 1 degree by 1 degree resolution grid for the year 2019. The GOSAT data is used in the model to inform total emission estimates, as well as wetland (the primary natural source of methane), and various human-related sources such as fossil fuel extraction, transport, agriculture, waste, and fires. An advanced mathematical approach is used with a global chemistry transport model to quantify annual CH₄ emissions and uncertainties. These estimates are expressed in teragrams of CH₄ per year (Tg/yr). Only the total and wetlands model-derived emissions are included in the US GHG Center. The source dataset contains emissions data for all other anthropogenic sources.
@@ -407,9 +405,12 @@ layers: Data accuracy is determined by understanding the uncertainties in the model emissions. Bottom-up uncertainties are generally calculated by comparing how emissions attributions to each sector differ across studies, by comparing emission models and remote sensing data, and using expert opinion when uncertainties are especially challenging to estimate. Recent studies show that there could be larger than expected emissions from aquatic and fossil fuel sources. This means that current methane budgets estimated from both bottom-up and top-down models are either inaccurate in their allocations to existing sectors or that the atmospheric methane removal mechanisms (sinks) are not fully understood. For top-down uncertainties, recent studies also show that there can be considerable errors in the models used by remote sensing instruments to relate measurements to concentrations. Model transport errors can add additional uncertainty when inverting concentrations to fluxes. The flux inversion used for this top-down dataset reduces the impact of variability in the hydroxyl radical (OH), the main driver of methane removal, on methane emissions by jointly estimating OH and CH₄ emissions. A latitudinal correction is used to reduce the impacts of stratospheric chemistry and transport errors. Other systematic errors in model transport and chemistry were not characterized but it is not expected that these errors are significant. Additionally, the Bayesian approach used for this dataset enables the quantification of smoothing error, which can be a significant contributor to emission uncertainty, and reduces the potential for introducing additional uncertainty and biases when fluxes are projected back to emissions. Note that uncertainties are only appropriate at the 1-degree grid cell resolution. ## Disclaimer - All data provided in the US GHG Center has been transformed from the original format (NetCDF) into Cloud Optimized GeoTIFF ([COG](https://www.cogeo.org/)). Careful quality checks are used to ensure data transformation has been performed correctly. + This dataset has been transformed from the original format (NetCDF) into Cloud Optimized GeoTIFF ([COG](https://www.cogeo.org/)) for display in the US GHG Center. Careful quality checks are used to ensure data transformation has been performed correctly. + + The [source dataset](https://ceos.org/gst/methane.html) contains CH₄ emissions layers for various anthropogenic sources that are not presented in the US GHG Center. The [original source data](https://ceos.org/gst/methane.html) also contains a .csv text format file with CH₄ emissions listed by country. Note that uncertainties are only appropriate for use at the grid cell (i.e. 1 degree) resolution. Care must be taken when using or interpreting this data. - The source dataset contains CH₄ emissions layers for various anthropogenic sources that are not presented in the US GHG Center. The original source data also contains a .csv text format file with CH₄ emissions listed by country. Note that uncertainties are only appropriate for use at the grid cell (i.e. 1 degree) resolution. Care must be taken when using or interpreting this data. + ## Scientific Details + A study was conducted to show how satellite methane observations could be used to evaluate reported methane emissions. In a bottom-up approach, methane emissions from activity reports were projected through the GEOS-Chem global chemistry transport model to obtain the expected atmospheric concentrations. In a top-down approach, observed atmospheric methane concentrations from the GOSAT satellite are compared with those modeled from reports. An analytic Bayesian inversion approach is used to determine the methane flux on a 2 x 2.5 degree grid based on the differences between the two concentrations (bottom-up vs top-down). Analytic Jacobian matrices relating emissions to concentrations are derived from the GEOS-Chem model and used to calculate the prior and posterior flux error covariance. Methane fluxes are then linearly projected to emissions by sector at 1 degree resolution. The derivation used to project top-down fluxes back to emissions by region is described in [Cusworth et al. (2021)](https://doi.org/10.1038/s43247-021-00312-6). This GOSAT-based Top-down CH₄ Emissions dataset includes the total prior and posterior CH₄ emissions, wetland prior and posterior CH₄ emissions and associated uncertainties. More information is located in the [source dataset document](https://zenodo.org/record/8306874). ## Key Publications Worden, J. R., Cusworth, D. H., Qu, Z., Yin, Y., Zhang, Y., Bloom, A. A., Ma, S., Byrne, B. K., Scarpelli, T., Maasakkers, J. D., Crisp, D., Duren, R., and Jacob, D. J. (2022). The 2019 methane budget and uncertainties at 1° resolution and each country through Bayesian integration Of GOSAT total column methane data and a priori inventory estimates. *Atmos. Chem. Phys*., 22, 6811–6841. [https://doi.org/10.5194/acp-22-6811-2022](https://doi.org/10.5194/acp-22-6811-2022) @@ -427,6 +428,10 @@ layers: Zhang, Y., Jacob, D. J., Lu, X., Maasakkers, J. D., Scarpelli, T. R., Sheng, J.-X., Shen, L., Qu, Z., Sulprizio, M. P., Chang, J., Bloom, A. A., Ma, S., Worden, J., Parker, R. J., and Boesch, H. (2021). Attribution of the accelerating increase in atmospheric methane during 2010–2018 by inverse analysis of GOSAT observations. *Atmos. Chem. Phys., 21*, 3643–3666. [https://doi.org/10.5194/acp-21-3643-2021](https://doi.org/10.5194/acp-21-3643-2021) + ## Learn More + - Learn more about this dataset on the [CEOS website](https://ceos.org/gst/methane.html) + - Learn more about how ground based measurements, satellite measurements and models are used to estimate methane emissions from human-caused and natural sources such as wetlands in the [Tracking Greenhouse Gas Cycles Data Insight](https://earth.gov/ghgcenter/stories/tracking-greenhouse-gas-cycles) + ## Acknowledgment Part of this research was carried out at the Jet Propulsion Laboratory, California Institute of Technology, under a contract with NASA. This research was motivated by Committee on Earth Observation Satellites (CEOS) activities related to quantifying greenhouse gas emissions. This research was supported by funding from NASA's Carbon Monitoring System (CMS) and National Institute of Advanced Industrial Science and Technology (AIST) programs. Additional funding from the National Natural Science Foundation of China (NSFC) was also provided. diff --git a/datasets/lpjwsl-wetlandch4-grid-v1.data.mdx b/datasets/lpjwsl-wetlandch4-grid-v1.data.mdx deleted file mode 100644 index 75a0a371c..000000000 --- a/datasets/lpjwsl-wetlandch4-grid-v1.data.mdx +++ /dev/null @@ -1,202 +0,0 @@ ---- -id: lpjwsl-wetlandch4-grid-v1 -name: Wetland Methane Emissions, LPJ-wsl Model -description: Global, daily and monthly 0.5 degree resolution estimates of wetland methane emissions from the LPJ-wsl model, version 1 -usage: - - url: 'https://us-ghg-center.github.io/ghgc-docs/cog_transformation/lpjwsl-wetlandch4-monthgrid-v1.html' - label: Notebook showing data transformation to COG for ingest to the US GHG Center - title: 'Data Transformation Notebook' - - url: 'https://us-ghg-center.github.io/ghgc-docs/user_data_notebooks/lpjwsl-wetlandch4-grid-v1_User_Notebook.html' - label: Notebook to read, visualize, and explore data statistics - title: 'Sample Data Notebook' - - url: 'https://hub.ghg.center/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FUS-GHG-Center%2Fghgc-docs&urlpath=tree%2Fghgc-docs%2Fuser_data_notebooks%2Flpjwsl-wetlandch4-grid-v1_User_Notebook.ipynb&branch=main' - label: Run example notebook - title: Interactive Session in the US GHG Center JupyterHub (requires account) - - url: https://dljsq618eotzp.cloudfront.net/browseui/index.html#lpjwsl-wetlandch4-monthgrid-v1/ - label: Browse and download the data - title: Data Browser - -media: - src: ::file ./ch4-wetland--cover.jpeg - alt: svs visualiztion - author: - name: Mark SubbaRao (NASA/GSFC) - url: https://svs.gsfc.nasa.gov/5054 -taxonomy: - - name: Topics - values: - - Natural Emissions and Sinks - - name: Source - values: - - NASA - - name: Gas - values: - - CH₄ - - name: Product Type - values: - - Model Output -infoDescription: | - ::markdown - - Temporal extent: January 1, 1980 - December 31, 2021 - - Temporal resolution: Monthly and Daily - - Spatial extent: Global - - Spatial resolution: 0.5° x 0.5° - - Data units: Grams of methane per meter squared per month (g CH₄/m²/mon) and Grams of methane per meter squared per day (g CH₄/m²/day) - - Data type: Research - - Data Latency: Updated monthly with a 2 month latency -layers: - - id: ch4-wetlands-emissions - stacCol: lpjwsl-wetlandch4-monthgrid-v1 - name: (Monthly) LPJ-wsl Model Wetland CH₄ Emissions - type: raster - description: Monthly CH₄ emissions from wetlands constructed using the LPJ-wsl model - initialDatetime: newest - projection: - id: 'equirectangular' - zoomExtent: - - 0 - - 20 - sourceParams: - assets: ch4-wetlands-emissions - colormap_name: magma - rescale: - - 0 - - 2 - nodata: 0 - compare: - datasetId: lpjwsl-wetlandch4-grid-v1 - layerId: ch4-wetlands-emissions - mapLabel: | - ::js ({ dateFns, datetime, compareDatetime }) => { - if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; - } - legend: - unit: - label: g CH₄/m²/mon - type: gradient - min: 0 - max: 2 - stops: - - '#2c115f' - - '#721f81' - - '#b73779' - - '#f1605d' - - '#feb078' - analysis: - metrics: - - mean - info: - source: NASA - spatialExtent: Global - temporalResolution: Monthly - unit: g CH₄/m²/mon - media: - src: ::file ./lpjwsl-wetlandch4-grid-v1.thumbnails.monthly.png - alt: Wetland Methane Emissions, LPJ-wsl Model - Monthly - - id: ch4-wetlands-emissions-d - stacCol: lpjwsl-wetlandch4-daygrid-v1 - name: (Daily) LPJ-wsl Model Wetland CH₄ Emissions - type: raster - description: Daily CH₄ emissions from wetlands constructed using the LPJ-wsl model - initialDatetime: newest - projection: - id: 'equirectangular' - zoomExtent: - - 0 - - 20 - sourceParams: - assets: ch4-wetlands-emissions - colormap_name: magma - rescale: - - 0 - - 0.2 - nodata: 0 - compare: - datasetId: lpjwsl-wetlandch4-grid-v1 - layerId: ch4-wetlands-emissions-d - mapLabel: | - ::js ({ dateFns, datetime, compareDatetime }) => { - if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; - } - legend: - unit: - label: g CH₄/m²/day - type: gradient - min: 0 - max: 0.2 - stops: - - '#2c115f' - - '#721f81' - - '#b73779' - - '#f1605d' - - '#feb078' - analysis: - metrics: - - mean - info: - source: NASA - spatialExtent: Global - temporalResolution: Daily - unit: g CH₄/m²/day - media: - src: ::file ./lpjwsl-wetlandch4-grid-v1.thumbnails.daily.png - alt: Wetland Methane Emissions, LPJ-wsl Model - Daily ---- - - - - Methane (CH₄) emissions from vegetated wetlands are estimated to be the largest natural source of methane in the global CH₄ budget, contributing to roughly one third of the total of natural and anthropogenic emissions. Wetland CH₄ is produced by microbes breaking down organic matter in the oxygen deprived environment of inundated soils. Due to limited data availability, the details of the role of wetland CH₄ emissions has thus far been underrepresented. Using the Wald Schnee und Landschaft version (LPJ-wsl) of the Lund-Potsdam-Jena Dynamic Global Vegetation Model (LPJ-DGVM) global CH₄ emissions from wetlands are estimated at 0.5 x 0.5 degree resolution by simulating wetland extent and using characteristics of these inundated areas, such as soil moisture, temperature, and carbon content, to estimate CH₄ quantities emitted into the atmosphere. Highlighted areas displayed in this dataset show concentrated methane sources from tropical and high latitude ecosystems. The LPJ-wsl Wetland Methane Emissions data product presented here consists of global daily and monthly model estimates of terrestrial wetland CH₄ emissions from 1980 - 2021. These data are regularly used in conjunction with NASA’s Goddard Earth Observing System (GEOS) model to simulate the impact of wetlands and other methane sources on atmospheric methane concentrations, to compare against satellite and airborne data, and to improve understanding and prediction of wetland emissions. - - **Temporal extent:** January 1, 1980 - December 31, 2021 - - **Temporal resolution:** Monthly and Daily - - **Spatial extent:** Global - - **Spatial resolution:** 0.5° x 0.5° - - **Data units:** Grams of methane per meter squared per month (g CH₄/m²/mon) and Grams of methane per meter squared per day (g CH₄/m²/day) - - **Data type:** Research - - **Data Latency:** Updated monthly with a 2 month latency - - - **Scientific Details:** For this dataset, wetlands are defined as land areas that are either permanently or seasonally saturated, excluding small ponds, lakes, and coastal wetlands. Permanent wetlands comprise three general types: mineral wetlands (swamps and marshes), peatlands (permafrost, bog, fens), and seasonally flooded shallow water (floodplains). The methane-producing area is thus linked to inundation and freeze−thaw dynamics, which change geographically and temporally in response to soil water dynamics. Wetland emissions of CH₄ are estimated as a function of substrate, soil temperature, and soil moisture. The net flux of CH₄ is defined as the heterotrophic respiration for the area of a grid cell covered by wetland, scaled by a fixed ratio of soil carbon to CH₄ emissions and by a modifier that varies the CH₄ emission intensity for different biomes. The LPJ-wsl land surface model uses a two-layer bucket model to simulate soil hydrology and uses a modified version of the topography-based hydrological model (TOPMODEL) to determine the likely distribution and dynamics of permafrost and inundated areas. The monthly data uses climatic observations from meteorological stations developed by the Climatic Research Unit (CRU), University of East Anglia as the input climate forcing data to the model. Input climate forcing data for the daily data comes from 1 hourly reanalysis Modern-Era Retrospective analysis for Research and Applications Version 2 (MERRA-2) data. - - - - - ## Source Data Product Citation - Zhen Zhang. (2022). Global wetland CH₄ emissions estimated by LPJ-wsl model for 1980-2021 [Data set]. Zenodo. https://doi.org/10.5281/zenodo.6964918 - - ## Dataset Accuracy - Shifting spatial patterns of vascular plants affect the transport of CH₄ from soil into the atmosphere. The absence of this effect from the LPJ-wsl model could lead to underestimation of CH₄ emissions. Additionally, the biogeographical distribution of methane-producing microbes and the mechanisms by which they grow and generate byproducts may have a significant impact on CH₄ emissions but are not well understood, adding additional uncertainty to current models. Uncertainties in radiative forcing estimates also contribute to model output uncertainty. - - ## Disclaimer - All data provided in the GHG Center has been transformed from the original format (NetCDF) into Cloud Optimized GeoTIFF ([COG](https://www.cogeo.org/)). Careful quality checks are used to ensure data transformation has been performed correctly. The NetCDF data were obtained from the following directories: - - [Monthly data](https://gmao.gsfc.nasa.gov/gmaoftp/lott/CH4/wetlands/) - - [Daily data](https://gmao.gsfc.nasa.gov/gmaoftp/lott/CH4/wetlands/daily/) - - Note that the source dataset is provided in units of kilograms of methane per meter squared per month (kg CH₄/m²/mon) or day (kg CH₄/m²/day) but has been converted to **grams** of methane per meter squared per month (g CH₄/m²/mon) and day (g CH₄/m²/day) in the COG format provided in the GHG Center for the purpose of improved visualization. - - ## Key Publications - Zhang, Z., Zimmermann, N.E., Stenke, A., Li, X., Hodson, E.L., Zhu, G., Huang, C., & Poulter, B. (2017). Emerging role of wetland methane emissions in driving 21st century climate change. *Proceedings of the National Academy of Sciences, 114(36), 9647–9652*. [https://doi.org/10.1073/pnas.1618765114](https://doi.org/10.1073/pnas.1618765114) - - ## Other Relevant Publications - Poulter, B., Bousquet, P., Canadell, J. G., Ciais, P., Peregon, A., Saunois, M., Arora, V. K., Beerling, D. J., Brovkin, V., Jones, C.D., Joos, F., Gedney, N., Ito, A., Kleinen, T., Koven, C. D., McDonald, K., Melton, J. R., Peng, C., Peng, S., … Qiuan, Z. (2017). Global wetland contribution to 2000-2012 atmospheric methane growth rate dynamics. *Environmental Research Letters, 12*(9), 094013. [https://doi.org/10.1088/1748-9326/aa8391](https://doi.org/10.1088/1748-9326/aa8391) - - Saunois, M., Stavert, A.R., Poulter, B., Bousquet, P., Canadell, J. G., Jackson, R.B., Raymond, P. A., Dlugokencky, E. J., Houweling, S., Patra, P. K., Ciais, P., Arora, V. K., Bastviken, D., Bergamaschi, P., Blake, D. R., Brailsford, G., Bruhwiler, L., Carlson, K. M., Carrol, M., … Q Zhuang. 2020. The Global Methane Budget 2000–2017. *Earth System Science Data, 12*(3), 561–1623. [https://doi.org/10.5194/essd-12-1561-2020](https://doi.org/10.5194/essd-12-1561-2020) - - Sitch, S., Smith, B., Prentice, I.C., Arneth, A., Bondeau, A., Cramer, W., Kaplan, J.O., Levis, S., Lucht, W., Sykes, M.T., Thonicke, K. & Venevsky, S. (2003). Evaluation of ecosystem dynamics, plant geography and terrestrial carbon cycling in the LPJ dynamic global vegetation model. *Global Change Biology, 9*(2), 161-185. [https://doi.org/10.1046/j.1365-2486.2003.00569.x](https://doi.org/10.1046/j.1365-2486.2003.00569.x) - - Zhang, Z., Zimmermann, N.E., Calle, L., Hurtt, G., Chatterjee, A., & Poulter, B. (2018). Enhanced response of global wetland methane emissions to the 2015–2016 El Niño-Southern Oscillation event. *Environmental Research Letters, 13*(7), 074009. [https://doi.org/10.1088/1748-9326/aac939](https://doi.org/10.1088/1748-9326/aac939) - - Zhang, Z., Zimmermann, N. E., Kaplan, J. O., & Poulter, B. (2016). Modeling spatiotemporal dynamics of global wetlands: comprehensive evaluation of a new sub-grid TOPMODEL parameterization and uncertainties. *Biogeosciences, 13*(5), 1387–1408. [https://doi.org/10.5194/bg-13-1387-2016](https://doi.org/10.5194/bg-13-1387-2016) - - ## Acknowledgment - The LPJ-wsl model is based on the development of the Lund-Potsdam-Jena Dynamic Global Vegetation Model (LPJ-DGVM) [by researchers at institutions in Germany and Sweden](https://doi.org/10.1046/j.1365-2486.2003.00569.x) (Potsdam and Jena, Germany & Lund, Sweden). The Wald Schnee und Landschaft version (LPJ-wsl) is associated with the [Swiss Federal Institute for Forest, Snow and Landscape Research](https://www.wsl.ch/en/index.html) (Eidgenössische Forschungsanstalt für Wald, Schnee und Landschaft). - - ## License - [Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/legalcode) (CC0 1.0) - - ## Data Stewardship - - [Data Workflow](https://us-ghg-center.github.io/ghgc-docs/data_workflow/lpjwsl-wetlandch4-grid-v1_Data_Flow.html) - - Data Transformation Code [Monthly Data](https://us-ghg-center.github.io/ghgc-docs/cog_transformation/lpjwsl-wetlandch4-monthgrid-v1.html),[Daily data](https://us-ghg-center.github.io/ghgc-docs/cog_transformation/lpjwsl-wetlandch4-daygrid-v1.html) - - [US GHG Center Data Intake Processing and Verification Report](https://us-ghg-center.github.io/ghgc-docs/processing_and_verification_reports/lpjwsl-wetlandch4-grid-v1_Processing%20and%20Verification%20Report.html) - - - diff --git a/datasets/lpjwsl-wetlandch4-grid-v2.data.mdx b/datasets/lpjwsl-wetlandch4-grid-v2.data.mdx new file mode 100644 index 000000000..243ebee53 --- /dev/null +++ b/datasets/lpjwsl-wetlandch4-grid-v2.data.mdx @@ -0,0 +1,383 @@ +--- +id: lpjeosim-wetlandch4-grid-v2 +name: Wetland Methane Emissions, LPJ-EOSIM Model +description: Global monthly and daily 0.5 degree resolution estimates of wetland methane emissions from the LPJ-EOSIM model, version 2 +usage: + - url: 'https://us-ghg-center.github.io/ghgc-docs/datausage.html' + label: Notebooks to read, visualize, and explore data statistics + title: 'Data Usage Notebooks' + - url: 'https://hub.ghg.center/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FUS-GHG-Center%2Fghgc-docs&urlpath=tree%2Fghgc-docs%2Fuser_data_notebooks%2Flpjeosim-wetlandch4-grid-v2_User_Notebook.ipynb&branch=main' + label: Run example notebook + title: Interactive Session in the US GHG Center JupyterHub (requires account) + - url: https://dljsq618eotzp.cloudfront.net/browseui/index.html#lpjeosim-wetlandch4-daygrid-v2/ + label: Browse and download the data + title: Data Browser +media: + src: ::file ./ch4-wetland--cover.jpeg + alt: svs visualiztion + author: + name: Mark SubbaRao (NASA/GSFC) + url: https://svs.gsfc.nasa.gov/5054 +taxonomy: + - name: Topics + values: + - Natural Emissions and Sinks + - name: Source + values: + - NASA + - name: Gas + values: + - CH₄ + - name: Product Type + values: + - Model Output +infoDescription: | + ::markdown + - Temporal Extent: January 1, 1990 - ongoing + - Temporal Resolution: Daily and Monthly + - Spatial Extent: Global + - Spatial Resolution: 0.5° x 0.5° + - Data Units: Grams of methane per meter squared per day(g CH₄/m²/day) and grams of methane per meter squared per month (g CH₄/m²/mon) + - Data Type: Research + - Data Latency: Updated bimonthly with a ~6 week latency + +layers: + - id: ch4-wetlands-emissions-m-ens + stacCol: lpjeosim-wetlandch4-monthgrid-v2 + name: (Monthly) Ensemble Mean Wetland CH₄ Emissions LPJ-EOSIM Model + type: raster + description: Monthly CH₄ emissions from wetlands constructed using an ensemble of climate forcing data sources input to the LPJ-EOSIM model (mean of ERA5 and MERRA-2 layers) + initialDatetime: newest + projection: + id: 'equirectangular' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: ensemble-mean-ch4-wetlands-emissions + colormap_name: magma + rescale: + - 0 + - 0.02 + nodata: -9999 + compare: + datasetId: lpjeosim-wetlandch4-grid-v2 + layerId: ch4-wetlands-emissions-m-ens + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g CH₄/m²/mon + type: gradient + min: 0 + max: 0.02 + stops: + - '#2c115f' + - '#721f81' + - '#b73779' + - '#f1605d' + - '#feb078' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Monthly + unit: g CH₄/m²/mon + + - id: ch4-wetlands-emissions-d-ens + stacCol: lpjeosim-wetlandch4-daygrid-v2 + name: (Daily) Ensemble Mean Wetland CH₄ Emissions LPJ-EOSIM Model + type: raster + description: Daily CH₄ emissions from wetlands constructed using an ensemble of climate forcing data sources input to the LPJ-EOSIM model (mean of ERA5 and MERRA-2 layers) + initialDatetime: newest + projection: + id: 'equirectangular' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: ensemble-mean-ch4-wetlands-emissions + colormap_name: magma + rescale: + - 0 + - 0.02 + nodata: -9999 + compare: + datasetId: lpjeosim-wetlandch4-grid-v2 + layerId: ch4-wetlands-emissions-d-ens + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g CH₄/m²/day + type: gradient + min: 0 + max: 0.02 + stops: + - '#2c115f' + - '#721f81' + - '#b73779' + - '#f1605d' + - '#feb078' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Daily + unit: g CH₄/m²/day + - id: ch4-wetlands-emissions-m-era + stacCol: lpjeosim-wetlandch4-monthgrid-v2 + name: (Monthly) (ERA5) Wetland CH₄ Emissions LPJ-EOSIM Model + type: raster + description: Monthly CH₄ from wetlands constructed using ERA5 climate forcing data input to the LPJ-EOSIM model + initialDatetime: newest + projection: + id: 'equirectangular' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: era5-ch4-wetlands-emissions + colormap_name: magma + rescale: + - 0 + - 0.02 + nodata: -9999 + compare: + datasetId: lpjeosim-wetlandch4-grid-v2 + layerId: ch4-wetlands-emissions-m-era + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g CH₄/m²/day + type: gradient + min: 0 + max: 0.02 + stops: + - '#2c115f' + - '#721f81' + - '#b73779' + - '#f1605d' + - '#feb078' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Monthly + unit: g CH₄/m²/day + - id: ch4-wetlands-emissions-d-era + stacCol: lpjeosim-wetlandch4-daygrid-v2 + name: (Daily) (ERA5) Wetland CH₄ Emissions LPJ-EOSIM Model + type: raster + description: Daily CH₄ from wetlands constructed using ERA5 climate forcing data input to the LPJ-EOSIM model + initialDatetime: newest + projection: + id: 'equirectangular' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: era5-ch4-wetlands-emissions + colormap_name: magma + rescale: + - 0 + - 0.02 + nodata: -9999 + compare: + datasetId: lpjeosim-wetlandch4-grid-v2 + layerId: ch4-wetlands-emissions-d-era + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g CH₄/m²/day + type: gradient + min: 0 + max: 0.02 + stops: + - '#2c115f' + - '#721f81' + - '#b73779' + - '#f1605d' + - '#feb078' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Daily + unit: g CH₄/m²/day + - id: ch4-wetlands-emissions-m-merra + stacCol: lpjeosim-wetlandch4-monthgrid-v2 + name: (Monthly) (MERRA-2) Wetland CH₄ Emissions LPJ-EOSIM Model + type: raster + description: Monthly CH₄ emissions from wetlands constructed using MERRA-2 climate forcing data input to the LPJ-EOSIM model + initialDatetime: newest + projection: + id: 'equirectangular' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: merra2-ch4-wetlands-emissions + colormap_name: magma + rescale: + - 0 + - 0.02 + nodata: -9999 + compare: + datasetId: lpjeosim-wetlandch4-grid-v2 + layerId: ch4-wetlands-emissions-m-merra + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g CH₄/m²/mon + type: gradient + min: 0 + max: 0.02 + stops: + - '#2c115f' + - '#721f81' + - '#b73779' + - '#f1605d' + - '#feb078' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Monthly + unit: g CH₄/m²/mon + - id: ch4-wetlands-emissions-d-merra + stacCol: lpjeosim-wetlandch4-daygrid-v2 + name: (Daily) (MERRA-2) Wetland CH₄ Emissions LPJ-EOSIM Model + type: raster + description: Daily CH₄ emissions from wetlands constructed using MERRA-2 climate forcing data input to the LPJ-EOSIM model + initialDatetime: newest + projection: + id: 'equirectangular' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: merra2-ch4-wetlands-emissions + colormap_name: magma + rescale: + - 0 + - 0.02 + nodata: -9999 + compare: + datasetId: lpjeosim-wetlandch4-grid-v2 + layerId: ch4-wetlands-emissions-d-merra + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g CH₄/m²/day + type: gradient + min: 0 + max: 0.02 + stops: + - '#2c115f' + - '#721f81' + - '#b73779' + - '#f1605d' + - '#feb078' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Daily + unit: g CH₄/m²/day +--- + + + + **Temporal extent:** January 1, 1990 - ongoing
+ **Temporal resolution:** Daily and Monthly + **Spatial extent:** Global + **Spatial resolution:** 0.5° x 0.5°
+ **Data units:** Grams of methane per meter squared per day(g CH₄/m²/day) and grams of methane per meter squared per month (g CH₄/m²/mon)
+ **Data type:** Research
+ **Data Latency:** Updated bimonthly with a ~6 week latency
+ + Methane (CH₄) emissions from vegetated wetlands are estimated to be the largest natural source of methane in the global CH₄ budget, contributing to roughly one third of the total of natural and anthropogenic emissions. Wetland CH₄ is produced by microbes breaking down organic matter in the oxygen deprived environment of inundated soils. Due to limited data availability, the details of the role of wetland CH₄ emissions have thus far been underrepresented. Using the Earth Observation SIMulator version (LPJ-EOSIM) of the Lund-Potsdam-Jena Dynamic Global Vegetation Model (LPJ-DGVM) global CH₄ emissions from wetlands are estimated at 0.5 x 0.5 degree spatial resolution. By simulating wetland extent and using characteristics of inundated areas, such as wetland soil moisture, temperature, and carbon content, the model provides estimates of CH₄ quantities emitted into the atmosphere. This dataset shows concentrated methane sources from tropical and high latitude ecosystems. The LPJ-EOSIM Wetland Methane Emissions dataset consists of global daily and monthly model estimates of terrestrial wetland methane emissions from 1990 to the present, with data added bimonthly. The estimates are regularly used in conjunction with NASA’s Goddard Earth Observing System (GEOS) model to simulate the impact of wetlands and other methane sources on atmospheric methane concentrations, to compare against satellite and airborne data, and to improve understanding and prediction of wetland emissions. This is a new version and replaces the LPJ-wsl dataset previously available in the GHG Center. + +
+
+ + + ## Source Data Product Citation + This data product will soon be available at the NASA Land Processes Distributed Active Archive Data Center (LP DAAC). Once available, the data product citation will be provided here. In the meantime, please refer to the [Zhang et al. 2017 publication](https://doi.org/10.1073/pnas.1618765114) for more information. + + ## Version History + The current dataset version is v2, which replaced v1 (named LPJ-wsl) in the US GHG Center in April 2024. Summary of version 2 update changes: + - Model updates and improvements, including improved data latency with more regular updates and driver-specific model recalibration + - Addition of two new data layers: LPJ-EOSIM model estimated wetland methane emissions using ERA5 climate input forcing data, and using the mean of both MERRA-2 and ERA5 climate input forcing data (mean ensemble). For the daily data layer, the v1 dataset only provided LPJ-EOSIM estimates using MERRA-2 climate input forcing data until the end of 2021. + - v2 data is delivered to the US GHG Center in Cloud Optimized GeoTIFF (COG) format (v1 data was in NetCDF format and transformed to COG) + - v2 data is provided in units of g CH₄/m²/day and g CH₄/m²/mon + - v1 data remains accessible from the [GMAO website](https://gmao.gsfc.nasa.gov/gmaoftp/lott/CH4/wetlands/) + + ## Dataset Accuracy + Shifting spatial patterns of vascular plants affect the transport of CH₄ from soil into the atmosphere. The absence of this effect from the LPJ-EOSIM model could lead to the underestimation of CH₄ emissions. Additionally, the biogeographical distribution of methane-producing microbes and the mechanisms by which they grow and generate byproducts may have a significant impact on CH₄ emissions but are not well understood, adding additional uncertainty to current models. Uncertainties in radiative forcing estimates also contribute to model output uncertainty. Care should be taken when running analyses, as these data are model simulations and not Earth observations. + + The wetland CH₄ data presented here have been subjected to rigorous quality checks, including comprehensive benchmarking against ground-truth model simulations and observations. Each file has been visually and programmatically checked for outliers or missing data, but errors can still occur. In the event of a reprocessing, a note will be posted on this website and the dataset will be updated. + + ## Scientific Details + For this dataset, wetlands are defined as land areas that are either permanently or seasonally saturated, excluding small ponds, lakes, and coastal wetlands. Permanent wetlands comprise three general types: mineral wetlands (swamps and marshes), peatlands (permafrost, bog, fens), and seasonally flooded shallow water (floodplains). The methane-producing area is thus linked to inundation and freeze−thaw dynamics, which change geographically and temporally in response to soil water dynamics. Wetland emissions of CH₄ are estimated as a function of substrate, soil temperature, and soil moisture. The net flux of CH₄ is defined as the heterotrophic respiration for the area of a grid cell covered by wetland, scaled by a fixed ratio of soil carbon to CH₄ emissions and by a modifier that varies the CH₄ emission intensity for different biomes. The LPJ-EOSIM land surface model uses a two-layer bucket model to simulate soil hydrology and uses a modified version of the topography-based hydrological model (TOPMODEL) to determine the likely distribution and dynamics of permafrost and inundated areas. Input climate forcing data comes from two different data products: the Modern-Era Retrospective analysis for Research and Applications Version 2 (MERRA-2) data and the European Centre for Medium-Range Weather Forecasts (ECMWF) Re-Analysis (ERA5). This LPJ-EOSIM dataset contains 3 data layers: two wetland methane emission estimates forced by MERRA-2 and ERA5 respectively, and a mean ensemble data layer which is computed as the mean of the two wetland datasets forced by MERRA-2 and ERA5. The ERA5 and MERRA-2 reanalysis datasets differ in how they represent variables such as precipitation and temperature, which affects wetland methane estimates in LPJ-EOSIM. The ensemble mean product is recommended for use as it has performed better against known data, as measured by the [ILAMB](https://www.ilamb.org/) benchmarking tool, than the two constituent MERRA-2 and ERA5 data products. + + ## Key Publications + Zhang, Z., Zimmermann, N.E., Stenke, A., Li, X., Hodson, E.L., Zhu, G., Huang, C., & Poulter, B. (2017). Emerging role of wetland methane emissions in driving 21st century climate change. *Proceedings of the National Academy of Sciences, 114(36), 9647–9652*. [https://doi.org/10.1073/pnas.1618765114](https://doi.org/10.1073/pnas.1618765114) + + ## Other Relevant Publications + Poulter, B., Bousquet, P., Canadell, J. G., Ciais, P., Peregon, A., Saunois, M., Arora, V. K., Beerling, D. J., Brovkin, V., Jones, C.D., Joos, F., Gedney, N., Ito, A., Kleinen, T., Koven, C. D., McDonald, K., Melton, J. R., Peng, C., Peng, S., … Qiuan, Z. (2017). Global wetland contribution to 2000-2012 atmospheric methane growth rate dynamics. *Environmental Research Letters, 12*(9), 094013. [https://doi.org/10.1088/1748-9326/aa8391](https://doi.org/10.1088/1748-9326/aa8391) + + Saunois, M., Stavert, A.R., Poulter, B., Bousquet, P., Canadell, J. G., Jackson, R.B., Raymond, P. A., Dlugokencky, E. J., Houweling, S., Patra, P. K., Ciais, P., Arora, V. K., Bastviken, D., Bergamaschi, P., Blake, D. R., Brailsford, G., Bruhwiler, L., Carlson, K. M., Carrol, M., … Q Zhuang. 2020. The Global Methane Budget 2000–2017. *Earth System Science Data, 12*(3), 561–1623. [https://doi.org/10.5194/essd-12-1561-2020](https://doi.org/10.5194/essd-12-1561-2020) + + Sitch, S., Smith, B., Prentice, I.C., Arneth, A., Bondeau, A., Cramer, W., Kaplan, J.O., Levis, S., Lucht, W., Sykes, M.T., Thonicke, K. & Venevsky, S. (2003). Evaluation of ecosystem dynamics, plant geography and terrestrial carbon cycling in the LPJ dynamic global vegetation model. *Global Change Biology, 9*(2), 161-185. [https://doi.org/10.1046/j.1365-2486.2003.00569.x](https://doi.org/10.1046/j.1365-2486.2003.00569.x) + + Zhang, Z., Zimmermann, N.E., Calle, L., Hurtt, G., Chatterjee, A., & Poulter, B. (2018). Enhanced response of global wetland methane emissions to the 2015–2016 El Niño-Southern Oscillation event. *Environmental Research Letters, 13*(7), 074009. [https://doi.org/10.1088/1748-9326/aac939](https://doi.org/10.1088/1748-9326/aac939) + + Zhang, Z., Zimmermann, N. E., Kaplan, J. O., & Poulter, B. (2016). Modeling spatiotemporal dynamics of global wetlands: comprehensive evaluation of a new sub-grid TOPMODEL parameterization and uncertainties. *Biogeosciences, 13*(5), 1387–1408. [https://doi.org/10.5194/bg-13-1387-2016](https://doi.org/10.5194/bg-13-1387-2016) + + ## Learn More + - See a video of methane emissions from wetlands around the globe in the [Intro to the US GHG Center Data Insight](https://earth.gov/ghgcenter/stories/intro-us-ghg-center) + - See how wetlands in the tropics and in higher latitude areas differ in their contribution to global wetland methane emissions in the [Tracking Greenhouse Gas Cycles Data Insight](https://earth.gov/ghgcenter/stories/tracking-greenhouse-gas-cycles) + + ## Acknowledgment + The LPJ-EOSIM model is based on the development of the Lund-Potsdam-Jena Dynamic Global Vegetation Model (LPJ-DGVM) [by researchers at institutions in Germany and Sweden](https://doi.org/10.1046/j.1365-2486.2003.00569.x) (Potsdam and Jena, Germany & Lund, Sweden). + + ## License + [Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/legalcode) (CC0 1.0) + + ## Data Stewardship + - [Data Workflow](https://us-ghg-center.github.io/ghgc-docs/data_workflow/lpjeosim-wetlandch4-grid-v2_Data_Flow.html) + - Data Transformation Code: n/a - The dataset was utilized in its original, unaltered format + - [US GHG Center Data Intake Processing and Verification Report](https://us-ghg-center.github.io/ghgc-docs/processing_and_verification_reports/lpjeosim-wetlandch4-grid-v2_Processing%20and%20Verification%20Report.html) + + + diff --git a/datasets/micasa-carbonflux-daygrid-v1.data.mdx b/datasets/micasa-carbonflux-daygrid-v1.data.mdx new file mode 100644 index 000000000..409d4da01 --- /dev/null +++ b/datasets/micasa-carbonflux-daygrid-v1.data.mdx @@ -0,0 +1,701 @@ +--- +id: micasa-carbonflux-grid-v1 +name: MiCASA Land Carbon Flux +description: Global, daily and monthly 0.1 degree resolution carbon fluxes from net primary production (NPP), heterotrophic respiration (Rh), wildfire emissions (FIRE), fuel wood burning emissions (FUEL), net ecosystem exchange (NEE), and net biosphere exchange (NBE) derived from the MiCASA model, version 1 +usage: + - url: 'https://us-ghg-center.github.io/ghgc-docs/datausage.html' + label: Notebooks to read, visualize, and explore data statistics + title: 'Data Usage Notebooks' + - url: 'https://hub.ghg.center/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FUS-GHG-Center%2Fghgc-docs&urlpath=tree%2Fghgc-docs%2Fuser_data_notebooks%2Fmicasa-carbonflux-daygrid-v1_User_Notebook.ipynb&branch=main' + label: Run example notebook + title: Interactive Session in the US GHG Center JupyterHub (requires account) + - url: https://dljsq618eotzp.cloudfront.net/browseui/index.html#micasa-carbonflux-daygrid-v1/ + label: Browse and download the data + title: Data Browser +media: + src: ::file ./geos-casa-gfed-cover.jpg + alt: wildfire + author: + name: Marcus Kauffman +taxonomy: + - name: Topics + values: + - Natural Emissions and Sinks + - name: Source + values: + - NASA + - name: Gas + values: + - CO₂ + - name: Product Type + values: + - Model Output +infoDescription: | + ::markdown + - Temporal Extent: January 1, 2001 - December 31, 2023 + - Temporal Resolution: Daily and Monthly + - Spatial Extent: Global + - Spatial Resolution: 0.1° x 0.1° + - Data Units: Grams of Carbon per square meter per day (g Carbon/m²/day) and Grams of Carbon per square meter per month (g Carbon/m²/month) + - Data Type: Research + - Data Latency: Less than a year, typically 6 months + +layers: + - id: micasa-co2-flux-npp-m + stacCol: micasa-carbonflux-monthgrid-v1 + name: (Monthly) Net Primary Production (NPP) + type: raster + description: Model-estimated net primary production (NPP), which is the rate at which plants produce and store carbon that is available to the ecosystem (biomass increase) + initialDatetime: newest + projection: + id: 'equirectangular' + basemapId: 'light' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: npp + colormap_name: purd + rescale: + - 0 + - 8 + compare: + datasetId: micasa-carbonflux-grid-v1 + layerId: micasa-co2-flux-npp-m + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g Carbon/m²/month + type: gradient + min: 0 + max: 8 + stops: + - '#F7F4F9' + - '#E9E3F0' + - '#D9C3DF' + - '#CDA0CD' + - '#D57ABA' + - '#E34A9F' + - '#DF2179' + - '#C10E51' + - '#92003F' + - '#67001F' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Monthly + unit: g Carbon/m²/month + - id: micasa-co2-flux-npp + stacCol: micasa-carbonflux-daygrid-v1 + name: (Daily) Net Primary Production (NPP) + type: raster + description: Model-estimated net primary production (NPP), which is the rate at which plants produce and store carbon that is available to the ecosystem (biomass increase) + initialDatetime: newest + projection: + id: 'equirectangular' + basemapId: 'light' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: npp + colormap_name: purd + rescale: + - 0 + - 8 + compare: + datasetId: micasa-carbonflux-grid-v1 + layerId: micasa-co2-flux-npp + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g Carbon/m²/day + type: gradient + min: 0 + max: 8 + stops: + - '#F7F4F9' + - '#E9E3F0' + - '#D9C3DF' + - '#CDA0CD' + - '#D57ABA' + - '#E34A9F' + - '#DF2179' + - '#C10E51' + - '#92003F' + - '#67001F' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Daily + unit: g Carbon/m²/day + - id: micasa-co2-flux-hr-m + stacCol: micasa-carbonflux-monthgrid-v1 + name: (Monthly) Heterotrophic Respiration (Rh) + type: raster + description: Model-estimated heterotrophic respiration (Rh), which is the flux of carbon from the soil to the atmosphere + initialDatetime: newest + projection: + id: 'equirectangular' + basemapId: 'light' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: rh + colormap_name: purd + rescale: + - 0 + - 8 + compare: + datasetId: micasa-carbonflux-grid-v1 + layerId: micasa-co2-flux-hr-m + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g Carbon/m²/month + type: gradient + min: 0 + max: 8 + stops: + - '#F7F4F9' + - '#E9E3F0' + - '#D9C3DF' + - '#CDA0CD' + - '#D57ABA' + - '#E34A9F' + - '#DF2179' + - '#C10E51' + - '#92003F' + - '#67001F' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Monthly + unit: g Carbon/m²/month + - id: micasa-co2-flux-hr + stacCol: micasa-carbonflux-daygrid-v1 + name: (Daily) Heterotrophic Respiration (Rh) + type: raster + description: Model-estimated heterotrophic respiration (Rh), which is the flux of carbon from the soil to the atmosphere + initialDatetime: newest + projection: + id: 'equirectangular' + basemapId: 'light' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: rh + colormap_name: purd + rescale: + - 0 + - 8 + compare: + datasetId: micasa-carbonflux-grid-v1 + layerId: micasa-co2-flux-hr + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g Carbon/m²/day + type: gradient + min: 0 + max: 8 + stops: + - '#F7F4F9' + - '#E9E3F0' + - '#D9C3DF' + - '#CDA0CD' + - '#D57ABA' + - '#E34A9F' + - '#DF2179' + - '#C10E51' + - '#92003F' + - '#67001F' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Daily + unit: g Carbon/m²/day + - id: micasa-co2-flux-nee-m + stacCol: micasa-carbonflux-monthgrid-v1 + name: (Monthly) Net Ecosystem Exchange (NEE) + type: raster + description: Model-estimated net ecosystem exchange (NEE), which is the net carbon flux to the atmosphere from the ecosystem (Rh - NPP) + initialDatetime: newest + projection: + id: 'equirectangular' + basemapId: 'light' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: nee + colormap_name: coolwarm + rescale: + - -4 + - 4 + compare: + datasetId: micasa-carbonflux-grid-v1 + layerId: micasa-co2-flux-nee-m + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g Carbon/m²/month + type: gradient + min: -4 + max: 4 + stops: + - '#3B4CC0' + - '#6788EE' + - '#9ABBFF' + - '#C9D7F0' + - '#EDD1C2' + - '#F7A889' + - '#E26952' + - '#B40426' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Monthly + unit: g Carbon/m²/month + - id: micasa-co2-flux-nee + stacCol: micasa-carbonflux-daygrid-v1 + name: (Daily) Net Ecosystem Exchange (NEE) + type: raster + description: Model-estimated net ecosystem exchange (NEE), which is the net carbon flux to the atmosphere from the ecosystem (Rh - NPP) + initialDatetime: newest + projection: + id: 'equirectangular' + basemapId: 'light' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: nee + colormap_name: coolwarm + rescale: + - -4 + - 4 + compare: + datasetId: micasa-carbonflux-grid-v1 + layerId: micasa-co2-flux-nee + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g Carbon/m²/day + type: gradient + min: -4 + max: 4 + stops: + - '#3B4CC0' + - '#6788EE' + - '#9ABBFF' + - '#C9D7F0' + - '#EDD1C2' + - '#F7A889' + - '#E26952' + - '#B40426' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Daily + unit: g Carbon/m²/day + - id: micasa-co2-flux-nbe-m + stacCol: micasa-carbonflux-daygrid-v1 + name: (Monthly) Net Biosphere Exchange (NBE) + type: raster + description: Model-estimated net biosphere exchange (NBE), which is the net carbon flux to the atmosphere from the ecosystem, taking into account wildfire and wood fuel burning sources of carbon (Rh + FIRE + FUEL - NPP) + initialDatetime: newest + projection: + id: 'equirectangular' + basemapId: 'light' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: nee + colormap_name: coolwarm + rescale: + - -4 + - 4 + compare: + datasetId: micasa-carbonflux-grid-v1 + layerId: micasa-co2-flux-nbe-m + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g Carbon/m²/month + type: gradient + min: -4 + max: 4 + stops: + - '#3B4CC0' + - '#6788EE' + - '#9ABBFF' + - '#C9D7F0' + - '#EDD1C2' + - '#F7A889' + - '#E26952' + - '#B40426' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Monthly + unit: g Carbon/m²/month + - id: micasa-co2-flux-nbe + stacCol: micasa-carbonflux-daygrid-v1 + name: (Daily) Net Biosphere Exchange (NBE) + type: raster + description: Model-estimated net biosphere exchange (NBE), which is the net carbon flux to the atmosphere from the ecosystem, taking into account wildfire and wood fuel burning sources of carbon (Rh + FIRE + FUEL - NPP) + initialDatetime: newest + projection: + id: 'equirectangular' + basemapId: 'light' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: nee + colormap_name: coolwarm + rescale: + - -4 + - 4 + compare: + datasetId: micasa-carbonflux-grid-v1 + layerId: micasa-co2-flux-nbe + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g Carbon/m²/day + type: gradient + min: -4 + max: 4 + stops: + - '#3B4CC0' + - '#6788EE' + - '#9ABBFF' + - '#C9D7F0' + - '#EDD1C2' + - '#F7A889' + - '#E26952' + - '#B40426' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Daily + unit: g Carbon/m²/day + - id: micasa-co2-flux-fe-m + stacCol: micasa-carbonflux-monthgrid-v1 + name: (Monthly) Fire Emissions (FIRE) + type: raster + description: Model-estimated flux of carbon to the atmosphere from wildfires + initialDatetime: newest + projection: + id: 'equirectangular' + basemapId: 'light' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: fire + colormap_name: purd + rescale: + - 0 + - 8 + compare: + datasetId: micasa-carbonflux-grid-v1 + layerId: micasa-co2-flux-fe-m + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g Carbon/m²/month + type: gradient + min: 0 + max: 8 + stops: + - '#F7F4F9' + - '#E9E3F0' + - '#D9C3DF' + - '#CDA0CD' + - '#D57ABA' + - '#E34A9F' + - '#DF2179' + - '#C10E51' + - '#92003F' + - '#67001F' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Monthly + unit: g Carbon/m²/month + - id: micasa-co2-flux-fe + stacCol: micasa-carbonflux-daygrid-v1 + name: (Daily) Fire Emissions (FIRE) + type: raster + description: Model-estimated flux of carbon to the atmosphere from wildfires + initialDatetime: newest + projection: + id: 'equirectangular' + basemapId: 'light' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: fire + colormap_name: purd + rescale: + - 0 + - 8 + compare: + datasetId: micasa-carbonflux-grid-v1 + layerId: micasa-co2-flux-fe + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g Carbon/m²/day + type: gradient + min: 0 + max: 8 + stops: + - '#F7F4F9' + - '#E9E3F0' + - '#D9C3DF' + - '#CDA0CD' + - '#D57ABA' + - '#E34A9F' + - '#DF2179' + - '#C10E51' + - '#92003F' + - '#67001F' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Daily + unit: g Carbon/m²/day + - id: micasa-co2-flux-fuel-m + stacCol: micasa-carbonflux-monthgrid-v1 + name: (Monthly) Wood Fuel Emissions (FUEL) + type: raster + description: Model-estimated flux of carbon to the atmosphere from wood burned for fuel + initialDatetime: newest + projection: + id: 'equirectangular' + basemapId: 'light' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: fuel + colormap_name: purd + rescale: + - 0 + - 0.5 + compare: + datasetId: micasa-carbonflux-grid-v1 + layerId: micasa-co2-flux-fuel-m + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g Carbon/m²/month + type: gradient + min: 0 + max: 0.5 + stops: + - '#F7FCFD' + - '#DCE9F2' + - '#B5CCE3' + - '#96ACD2' + - '#8C7DBA' + - '#894DA3' + - '#821580' + - '#4D004B' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Monthly + unit: g Carbon/m²/month + - id: micasa-co2-flux-fuel + stacCol: micasa-carbonflux-daygrid-v1 + name: (Daily) Wood Fuel Emissions (FUEL) + type: raster + description: Model-estimated flux of carbon to the atmosphere from wood burned for fuel + initialDatetime: newest + projection: + id: 'equirectangular' + basemapId: 'light' + zoomExtent: + - 0 + - 20 + sourceParams: + assets: fuel + colormap_name: purd + rescale: + - 0 + - 0.5 + compare: + datasetId: micasa-carbonflux-grid-v1 + layerId: micasa-co2-flux-fuel + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; + } + legend: + unit: + label: g Carbon/m²/day + type: gradient + min: 0 + max: 0.5 + stops: + - '#F7FCFD' + - '#DCE9F2' + - '#B5CCE3' + - '#96ACD2' + - '#8C7DBA' + - '#894DA3' + - '#821580' + - '#4D004B' + analysis: + metrics: + - mean + info: + source: NASA + spatialExtent: Global + temporalResolution: Daily + unit: g Carbon/m²/day +--- + + + + **Temporal Extent:** January 1, 2001 - December 31, 2023
+ **Temporal Resolution:** Daily and Monthly
+ **Spatial Extent:** Global
+ **Spatial Resolution:** 0.1° x 0.1°
+ **Data Units:** Grams of Carbon per square meter per day (g Carbon/m²/day) and Grams of Carbon per square meter per month (g Carbon/m²/month)
+ **Data Type:** Research
+ **Data Latency:** Less than a year, typically 6 months
+ + This dataset presents a variety of carbon flux parameters derived from the Más Informada Carnegie-Ames-Stanford-Approach (MiCASA) model. The model’s input data includes air temperature, precipitation, incident solar radiation, a soil classification map, and several satellite derived products. All model calculations are driven by analyzed meteorological data from NASA’s Modern-Era Retrospective analysis for Research and Application, Version 2 (MERRA-2). The resulting product provides global, daily and monthly data at 0.1 degree resolution from January 2001 through December 2023. It includes carbon flux variables expressed in units of grams of carbon per square meter per day (g Carbon/m²/day) and grams of carbon per square meter per month (g Carbon/m²/month) from net primary production (NPP), heterotrophic respiration (Rh), wildfire emissions (FIRE), fuel wood burning emissions (FUEL), net ecosystem exchange (NEE), and net biosphere exchange (NBE). The latter two are derived from the first four (see Scientific Details below). MiCASA is an extensive revision of the CASA – Global Fire Emissions Database, version 3 (CASA-GFED3) product. CASA-GFED3 and earlier versions of MERRA-driven CASA-GFED carbon fluxes have been used in several atmospheric carbon dioxide (CO₂) transport studies, serve as a community standard for priors of flux inversion systems, and through the support of NASA’s Carbon Monitoring System (CMS), help characterize, quantify, understand and predict the evolution of global carbon sources and sinks. + +
+
+ + + ## Source Data Product Citation + Brad Weir and Lesley Ott (2024), GEOS-Carb MiCASA Daily NPP Rh Fire Fuel Fluxes 0.1 degree x 0.1 degree V1, Greenbelt, MD, USA, NASA Center for Climate Simulation (NCCS) DataPortal, Accessed: [Data Access Date], https://portal.nccs.nasa.gov/datashare/gmao/geos_carb/MiCASA/v1/netcdf + + ## Version History + The current dataset version is MiCASA Land Carbon Flux v1, which replaced the CASA-GFED3 Land Carbon Flux v3 dataset in the US GHG Center in April 2024. Summary of dataset update: + - MiCASA is an extensive revision of CASA-GFED3, which uses updated input data sources for improved spatial and temporal resolution (see Scientific Details above for information on input data) + - Spatial resolution increase from 0.5° to 0.1° + - Addition of daily data + - Additional data added with availability from January 2001–December 2023 (previous version data was only available from January 2003–December 2017) + - Inclusion of the Net Biosphere Exchange (NBE) data layer + - MiCASA v1 data was delivered to the US GHG Center in Cloud Optimized GeoTIFF (COG) format, whereas CASA-GFED3 data was delivered in NetCDF format and then transformed into COG + + ## Disclaimer + All data is provided to the US GHG Center in Cloud Optimized GeoTIFF (COG) format. Careful quality checks were used to ensure data transformation was performed correctly by the data producer. + The full title of this dataset, MiCASA Daily NPP Rh Fire Fuel Fluxes 0.1 degree x 0.1 degree V1, has been shortened for display on the US GHG Center website. The short name of the source dataset is MICASA_D_FLUX (daily data) and MICASA_M_FLUX (monthly data), and it is referred to as micasa-carbonflux-daygrid-v1 (daily data) and micasa-carbonflux-monthgrid-v1 (monthly data) within the Center system. The source dataset in NetCDF format is available from the [NCCS DataPortal](https://portal.nccs.nasa.gov/datashare/gmao/geos_carb/MiCASA/v1/netcdf/). A user guide is available at the following link. [https://portal.nccs.nasa.gov/datashare/gmao/geos_carb/MiCASA/v1/netcdf/MiCASA_README.pdf](https://portal.nccs.nasa.gov/datashare/gmao/geos_carb/MiCASA/v1/netcdf/MiCASA_README.pdf). + ## Scientific Details + Satellite derived products used as inputs for MiCASA include Moderate Resolution Imaging Spectroradiometer (MODIS) land cover classification (MCD12Q1), vegetation continuous fields (MOD44B), burned area (MCD64A1), and nadir BRDF-adjusted reflectances (MCD43A1). The fractional absorption of solar radiation by the vegetation canopy (fPAR), used for calculating NPP, was derived from the Red and Near-Infrared reflectances from the MCD43A1 product. All MODIS products are from Collection 6.1 except MOD44B which is held at Collection 6 to include high-latitude data. Additional flux variables that can be derived using this daily product are listed below: + - NEE: daily net ecosystem exchange, NEE = Rh - NPP + - NBE: daily net biosphere exchange, net flux from the ecosystem, NBE = Rh + FIRE + FUEL - NPP + + ## Key Publications + Weir, B. & Ott, L. E. (2024). Description of MiCASA Version 1 Land Carbon Flux Products. [https://portal.nccs.nasa.gov/datashare/gmao/geos_carb/MiCASA/v1/netcdf/MiCASA_README.pdf](https://portal.nccs.nasa.gov/datashare/gmao/geos_carb/MiCASA/v1/netcdf/MiCASA_README.pdf) + + van der Werf, G. R., Randerson, J. T., Giglio, L., Collatz, G. J., Mu, M., Kasibhatla, P. S., Morton, D. C., DeFries, R. S., Jin, Y., & van Leeuwen, T. T. (2010). Global fire emissions and the contribution of deforestation, savanna, forest, agricultural, and peat fires (1997–2009). *Atmospheric Chemistry and Physics, 10*, 11707–11735. [https://doi.org/10.5194/acp-10-11707-2010](https://doi.org/10.5194/acp-10-11707-2010) + + ## Other Relevant Publications + Gelaro, R., McCarty, W., Suárez, M. J., Todling, R., Molod, A., Takacs, L., Randles, C. A., Darmenov, A., Bosilovich, M. G., Reichle, R., Wargan, K., Coy, L., Cullather, R., Draper, C., Akella, S., Buchard, V., Conaty, A., da Silva, A. M., Gu, W., … Zhao, B. (2017). The Modern-Era Retrospective Analysis for Research and Applications, Version 2 (MERRA-2). *Journal of Climate*, 30(14), 5419–5454. [https://doi.org/10.1175/jcli-d-16-0758.1](https://doi.org/10.1175/jcli-d-16-0758.1) + + Giglio, L., Boschetti, L., Roy, D. P., Humber, M. L., & Justice, C. O. (2018). The Collection 6 MODIS burned area mapping algorithm and product. *Remote Sensing of Environment*, 217, 72–85. [https://doi.org/10.1016/j.rse.2018.08.005](https://doi.org/10.1016/j.rse.2018.08.005) + + Ott, L. E., Pawson, S., Collatz, G. J., Gregg, W. W., Menemenlis, D., Brix, H., Rousseaux, C. S., Bowman, K. W., Liu, J., Eldering, A., Gunson, M. R., & Kawa, S. R. (2015). Assessing the magnitude of CO₂ flux uncertainty in atmospheric CO₂ records using products from NASA’s Carbon Monitoring Flux Pilot Project. *Journal of Geophysical Research: Atmospheres*, 120(2), 734–765. [https://doi.org/10.1002/2014jd022411](https://doi.org/10.1002/2014jd022411) + + Pinzon, J., & Tucker, C. (2014). A Non-Stationary 1981–2012 AVHRR NDVI3g Time Series. *Remote Sensing*, 6(8), 6929–6960. [https://doi.org/10.3390/rs6086929](https://doi.org/10.3390/rs6086929) + + van der Werf, G. R., Randerson, J. T., Giglio, L., van Leeuwen, T. T., Chen, Y., Rogers, B. M., Mu, M., van Marle, M. J. E., Morton, D. C., Collatz, G. J., Yokelson, R. J., & Kasibhatla, P. S. (2017). Global fire emissions estimates during 1997–2016. *Earth System Science Data*, 9, 697–720. [https://doi.org/10.5194/essd-9-697-2017](https://doi.org/10.5194/essd-9-697-2017) + + ## Learn More + - Compare the difference in Net Ecosystem Exchange (NEE) between January and July 2011 in the [Tracking Greenhouse Gas Cycles Data Insight](https://earth.gov/ghgcenter/stories/tracking-greenhouse-gas-cycles). The NEE variable in the MiCASA dataset represents the balance in absorption of carbon by plants via photosynthesis against the release of carbon by plants during respiration. The comparison of NEE in January and July illustrates the difference between the winter and summer seasons. + + ## Acknowledgment + This dataset was produced as part of the [GEOS-Carb project](https://cce-datasharing.gsfc.nasa.gov/cmsprojects/list/h/0/) supported by NASA’s [Carbon Monitoring System (CMS) Program](https://carbon.nasa.gov/cms/). + + ## License + [Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/legalcode) (CC0 1.0) + + ## Data Stewardship + - [Data Workflow](https://us-ghg-center.github.io/ghgc-docs/data_workflow/micasa-carbonflux-daygrid-v1_Data_Flow.html) + - Data Transformation Code: n/a - The dataset was utilized in its original, unaltered format + - [US GHG Center Data Intake Processing and Verification Report](https://us-ghg-center.github.io/ghgc-docs/processing_and_verification_reports/micasa-carbonflux-daygrid-v1_Processing%20and%20Verification%20Report.html) + + + diff --git a/datasets/noaa-cpfp-ch4-point.data.mdx b/datasets/noaa-cpfp-ch4-point.data.mdx index 908e5de15..fde5d0a0f 100644 --- a/datasets/noaa-cpfp-ch4-point.data.mdx +++ b/datasets/noaa-cpfp-ch4-point.data.mdx @@ -1,7 +1,14 @@ --- -id: noaa-cpfp-ch4-point +id: noaa-gggrn-ch4-concentrations name: Atmospheric Methane Concentrations from the NOAA Global Monitoring Laboratory -description: Atmospheric concentrations of methane (CH₄) from discrete air samples collected over time at globally distributed surface sites +description: Atmospheric concentrations of methane (CH₄) collected since 1976 at globally distributed surface sites +usage: + - url: 'https://us-ghg-center.github.io/ghgc-docs/cog_transformation/noaa-gggrn-concentrations.html' + label: Notebook showing data transformation for ingest to the US GHG Center + title: 'Data Transformation Notebook' + - url: 'https://us-ghg-center.github.io/ghgc-docs/datausage.html' + label: Notebooks to read, visualize, and explore data statistics + title: 'Data Usage Notebooks' media: src: ::file ./noaa-air-samples--cover.png alt: aa @@ -31,8 +38,8 @@ infoDescription: | - Data Latency: Updated annually disableExplore: true layers: - - id: noaa-cpfp-ch4-point - stacCol: noaa-cpfp-ch4-point + - id: noaa-gggrn-ch4-concentrations + stacCol: noaa-gggrn-ch4-concentrations name: Methane Concentration (Air Sample) type: vector description: Discrete air sample measurements of methane (CH₄) @@ -43,15 +50,15 @@ layers: - 0 - 20 sourceParams: - assets: noaa-cpfp-ch4-point + assets: noaa-gggrn-ch4-concentrations colormap_name: plasma rescale: - 0 - 1000 nodata: 0 compare: - datasetId: noaa-cpfp-ch4-point - layerId: noaa-cpfp-ch4-point + datasetId: noaa-gggrn-ch4-concentrations + layerId: noaa-gggrn-ch4-concentrations mapLabel: | ::js ({ dateFns, datetime, compareDatetime }) => { if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; @@ -80,44 +87,67 @@ layers: - '#f8df25' --- - + - The Global Greenhouse Gas Reference Network (GGGRN) for the Carbon Cycle and Greenhouse Gases (CCGG) Group is part of NOAA'S Global Monitoring Laboratory (GML) in Boulder, CO. The Reference Network measures the atmospheric distribution and trends of the three main long-term drivers of climate change, carbon dioxide (CO₂), methane (CH₄), and nitrous oxide (N2O), as well as carbon monoxide (CO) and many other trace gases which help interpretation of the main GHGs. The Reference Network measurement program includes continuous in-situ measurements at 4 baseline observatories (global background sites) and 8 tall towers, as well as flask-air samples collected by volunteers at over 50 additional regional background sites and from small aircraft conducting regular vertical profiles. The air samples are returned to GML for analysis where measurements of about 55 trace gases are done. NOAA's GGGRN maintains the World Meteorological Organization international calibration scales for CO₂, CH₄, CO, N2O, and SF6 in air. The measurements from the GGGRN serve as a comparison with measurements made by many other international laboratories, and with regional studies. They are widely used in modeling studies that infer space-time patterns of emissions and removals of greenhouse gases that are optimally consistent with the atmospheric observations, given wind patterns. These data serve as an early warning for climate "surprises". The measurements are also helpful for the ongoing evaluation of remote sensing technologies. - - For more information refer to the [dataset documentation](https://gml.noaa.gov/aftp/data/greenhouse_gases/ch4/flask/surface/README_ch4_surface-flask_ccgg.html) and [sampling location information](https://gml.noaa.gov/dv/site/?program=ccgg) + **Temporal Extent:** 1976 - 2022, varies by station + **Temporal Resolution:** The GHG Center provides only daily and monthly means for continuous measurements; temporal resolution varies by station for non-continuous measurements, (can be daily up to weekly) + **Spatial Extent:** Global + **Spatial Resolution:** Point location samples + **Data Units:** Parts CH₄ per billion (ppb)
+ **Data Type:** Operational
+ **Data Latency:** Updated annually - - **Temporal Extent:** 1976 - present, varies by station - - **Temporal Resolution:** Irregular, varies by station - - **Spatial Extent:** United States - - **Spatial Resolution:** Point location samples - - **Data Units:** Parts CH₄ per billion (ppb) - - **Data Type:** Operational - - **Data Latency:** Updated annually - - **Scientific Details:** CH₄ measurements are formally reported in mole fraction units of nanomol (10-9 mole) of CH₄ per mol of dry air. However, for clarity here we refer to mole fraction as “concentration” in units of parts per billion (ppb). The CH₄ data set provides CH₄ dry air mole fractions from more than 80 NOAA GML GGGRN sites across the globe. Measurements have been made using a highly-calibrated gas chromatography with a flame ionization (GC/FID, before August 2019) system or a cavity ring-down spectrometer (CRDS, after August 2019). + The Global Greenhouse Gas Reference Network (GGGRN) for the Carbon Cycle and Greenhouse Gases (CCGG) Group is part of NOAA'S Global Monitoring Laboratory (GML) in Boulder, CO. The Reference Network measures the atmospheric distribution and trends of the three main long-term drivers of climate change, carbon dioxide (CO₂), methane (CH₄), and nitrous oxide (N2O), as well as carbon monoxide (CO) and many other trace gases which help interpretation of the main GHGs. The Reference Network measurement program includes continuous in-situ measurements at 4 baseline observatories (global background sites) and 8 tall towers, as well as flask-air samples collected by volunteers at over 50 additional regional background sites and from small aircraft conducting regular vertical profiles. The air samples are returned to GML for analysis where measurements of about 55 trace gases are completed. + This dataset contains CH4 concentration measurements in units of parts per billion (ppb) made from surface in-situ and tower sites and from surface flask air samples. The surface in-situ and tower instrumentation measures CH4 continuously (hourly) while the flask air samples are non-continuous measurements (frequency varies by station). Due to the high data volume of hourly tower measurements, daily and monthly averages are generated for display in the US GHG Center. + NOAA's GGGRN maintains the World Meteorological Organization international calibration scales for CO₂, CH₄, CO, N2O, and SF6 in air. The measurements from the GGGRN serve as a comparison with measurements made by many other international laboratories, and with regional studies. They are widely used in modeling studies that infer space-time patterns of emissions and removals of greenhouse gases that are optimally consistent with the atmospheric observations, given wind patterns. These data serve as an early warning for climate "surprises". The measurements are also helpful for the ongoing evaluation of remote sensing technologies. +
## Source Data Product Citation - Lan, X., J.W. Mund, A.M. Crotwell, M.J. Crotwell, E. Moglia, M. Madronich, D. Neff and K.W. Thoning (2023), Atmospheric Methane Dry Air Mole Fractions from the NOAA GML Carbon Cycle Cooperative Global Air Sampling Network, 1983-2022, Version: 2023-08-28, https://doi.org/10.15138/VNCZ-M766 + K.W. Thoning, X. Lan, A.M. Crotwell, and J.W. Mund (2024). Atmospheric methane from quasi-continuous measurements at Barrow, Alaska and Mauna Loa, Hawaii, 1986-2023. National Oceanic and Atmospheric Administration (NOAA), Global Monitoring Laboratory (GML), Boulder, Colorado, USA. Version: 2024-02-12. [https://doi.org/10.15138/ve0c-be70](https://doi.org/10.15138/ve0c-be70) + + A. Andrews, N. Miles, J. Kofler, M.E. Trudeau, P.S. Bakwin, M.L. Fischer, C. Sweeney, A.R. Desai, B. J. Viner, M. J. Parker, D. A. Jaffe, C. E. Miller, S. F. J. de Wekker, and J. B. Miller. Continuous measurements of CO2, CO, CH4 on tall towers starting in 1992. NOAA Global Monitoring Laboratory. Version: 2023-08-23. [https://doi.org/10.7289/V57W69F2](https://doi.org/10.7289/V57W69F2) + Lan, X., Mund, J.W., Crotwell, A.M., Crotwell, M.J., Moglia, E., Madronich, M., Neff, D., and Thoning, K.W. (2023). Atmospheric Methane Dry Air Mole Fractions from the NOAA GML Carbon Cycle Cooperative Global Air Sampling Network, 1983-2022. Version: 2023-08-28. [https://doi.org/10.15138/VNCZ-M766](https://doi.org/10.15138/VNCZ-M766) + + Andrews, A., Crotwell, A., Crotwell, M., Handley, P., Higgs, J., Kofler, J., Lan, X., Legard, T., Madronich, M., McKain, K., Miller, J., Moglia, E., Mund, J., Neff, D., Newberger, T., Petron, G., Turnbull, J., Vimont, I., Wolter, S., & NOAA Global Monitoring Laboratory. (2023). NOAA Global Greenhouse Gas Reference Network Flask-Air PFP Sample Measurements of CH4 at Tall Tower and other Continental Sites, 2005-Present. NOAA GML. Version: 2023-08-23. [https://doi.org/10.15138/35JE-6D55](https://doi.org/10.15138/35JE-6D55) + + The CH₄ data displayed in the web map viewer can be directly accessed here: + - [Continuous Surface and Tower In-situ CH₄ Samples](https://gml.noaa.gov/dv/data/index.php?category=Greenhouse%252BGases&type=Insitu¶meter_name=Methane). Hourly tower data have been aggregated into daily and monthly averages for display in the US GHG Center. + - [Non-Continuous Surface CH₄ Flask Samples](https://gml.noaa.gov/dv/data/index.php?type=Flask&frequency=Discrete¶meter_name=Methane) + - [Non-Continuous Surface Programmable Flask Package (PFP) CH₄ Samples](https://gml.noaa.gov/dv/data/index.php?parameter_name=Methane&frequency=Discrete&type=Surface%2BPFP). + ## Dataset Accuracy The uncertainty of the CH₄ standard scale (WMO 2004A) near 1800 ppb is estimated at +/- 0.2%, or about 3 ppb. ## Disclaimer - Every effort is made to produce the most accurate and precise measurements possible. However, NOAA reserves the right to make corrections to the data based on recalibration of standard gases or for other reasons deemed scientifically justified. NOAA is not responsible for results and conclusions based on the use of these data without regard to this warning. - + Every effort is made to produce the most accurate and precise measurements possible. However, NOAA reserves the right to make corrections to the data based on recalibration of standard gases or for other reasons deemed scientifically justified. NOAA is not responsible for results and conclusions based on the use of these data without regard to this warning. + + Due to the high data volume of tower measurements which occur hourly, tower measurements have been aggregated into daily and monthly averages for display in the US GHG Center. Hourly data are [available from NOAA](https://gml.noaa.gov/aftp/data/greenhouse_gases/ch4/in-situ/tower/). + + Due to shortness of record or complexity of intrepretation, the following surface PFP flask sites have been excluded: + LAC, INX, BWD, NEB, NWB, TMD, SPF, KLM, MKO, MLO, HFM + + ## Scientific Details + CH₄ measurements are formally reported in mole fraction units of nanomol (10-9 mole) of CH₄ per mol of dry air. However, for clarity here we refer to mole fraction as “concentration” in units of parts per billion (ppb). The CH₄ data set provides CH₄ dry air mole fractions from more than 80 NOAA GML GGGRN sites across the globe. Measurements have been made using a highly-calibrated gas chromatography with a flame ionization (GC/FID, before August 2019) system or a cavity ring-down spectrometer (CRDS, after August 2019). + + For more information refer to the following dataset documentation and [sampling location information](https://gml.noaa.gov/dv/site/?program=ccgg): + - [Continuous Surface In-situ CH₄ Measurements](https://gml.noaa.gov/aftp/data/greenhouse_gases/ch4/in-situ/surface/README_ch4_surface-insitu_ccgg.html) + - [Continuous Tower CH₄ Measurements](https://gml.noaa.gov/aftp/data/greenhouse_gases/ch4/in-situ/tower/README_ch4_tower-insitu_ccgg.html) + - Non-continuous Surface [Flask](https://gml.noaa.gov/aftp/data/greenhouse_gases/ch4/flask/surface/README_ch4_surface-flask_ccgg.html) and [Programmable Flask Package (PFP)](https://gml.noaa.gov/aftp/data/greenhouse_gases/ch4/pfp/surface/README_ch4_surface-pfp_ccgg.html) CH4 Measurements + ## Key Publications Lan, X., Nisbet, E.G., Dlugokencky, E.J., & Michel, S.E. (2021). What do we know about the global methane budget? Results from four decades of atmospheric CH₄ observations and the way forward. *Phil. Trans. R. Soc. A 379*:20200440. [https://doi.org/10.1098/rsta.2020.0440](https://doi.org/10.1098/rsta.2020.0440) @@ -150,6 +180,11 @@ layers: Thoning, K.W., Tans, P.P., & Komhyr, W.D. (1989). Atmospheric carbon dioxide at Mauna Loa Observatory 2. Analysis of the NOAA GMCC Data, 1974-1985, *J. Geophys. Res., 94*, 8549-8565. [https://doi.org/10.1029/JD094iD06p08549](https://doi.org/10.1029/JD094iD06p08549) + ## Learn More + - [View current trends in CH4](https://gml.noaa.gov/ccgg/trends_ch4/) powered by NOAA data + - See how NOAA’s GHG observations have contributed to the understanding of GHG fluxes from human-caused and natural sources in the [Tracking Greenhouse Gas Cycles Data Insight](https://earth.gov/ghgcenter/stories/tracking-greenhouse-gas-cycles). + - [Learn more about the Global Greenhouse Gas Reference Network (GGGRN)](https://gml.noaa.gov/ccgg/about.html) + ## Acknowledgment This dataset would not be possible without the cooperating agencies and individuals throughout the world who collect air samples and enable the operation of the Global Greenhouse Gas Reference Network. @@ -157,7 +192,10 @@ layers: This dataset was produced by NOAA and is not subject to copyright protection in the United States. NOAA waives any potential copyright and related rights in these data worldwide through the [Creative Commons Zero v1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode) (CC0 1.0) ## Data Stewardship - - [Data Workflow](https://us-ghg-center.github.io/ghgc-docs/data_workflow/noaa-insitu_Data_Flow.html) + - [Data Workflow](https://us-ghg-center.github.io/ghgc-docs/data_workflow/noaa-gggrn-ch4-concentrations_Data_Flow.html) + - [Data Transformation Code](https://us-ghg-center.github.io/ghgc-docs/cog_transformation/noaa-gggrn-concentrations.html) + - [US GHG Center Data Intake Processing and Verification Report](https://us-ghg-center.github.io/ghgc-docs/processing_and_verification_reports/noaa-gggrn-ch4-concentrations_Processing%20and%20Verification%20Report.html) + \ No newline at end of file diff --git a/datasets/noaa-cpfp-co2-point.data.mdx b/datasets/noaa-cpfp-co2-point.data.mdx index 0640f20fb..f1399e06d 100644 --- a/datasets/noaa-cpfp-co2-point.data.mdx +++ b/datasets/noaa-cpfp-co2-point.data.mdx @@ -1,7 +1,14 @@ --- -id: noaa-cpfp-co2-point +id: noaa-gggrn-co2-concentrations name: Atmospheric Carbon Dioxide Concentrations from NOAA Global Monitoring Laboratory -description: Atmospheric concentrations of carbon dioxide (CO₂) from discrete air samples collected since 1968 at globally distributed surface sites +description: Atmospheric concentrations of carbon dioxide (CO₂) collected since 1968 at globally distributed surface sites +usage: + - url: 'https://us-ghg-center.github.io/ghgc-docs/cog_transformation/noaa-gggrn-concentrations.html' + label: Notebook showing data transformation for ingest to the US GHG Center + title: 'Data Transformation Notebook' + - url: 'https://us-ghg-center.github.io/ghgc-docs/datausage.html' + label: Notebooks to read, visualize, and explore data statistics + title: 'Data Usage Notebooks' media: src: ::file ./noaa-air-samples--cover.png alt: aa @@ -31,8 +38,8 @@ infoDescription: | - Data Latency: Updated annually disableExplore: true layers: - - id: noaa-cpfp-co2-point - stacCol: noaa-cpfp-co2-point + - id: noaa-gggrn-co2-concentrations + stacCol: noaa-gggrn-co2-concentrations name: Carbon Dioxide (Air Sample) type: vector description: Atmospheric concentrations of carbon dioxide (CO₂) from discrete air samples collected since 1968 at globally distributed surface sites @@ -43,15 +50,15 @@ layers: - 0 - 20 sourceParams: - assets: noaa-cpfp-co2-point + assets: noaa-gggrn-co2-concentrations colormap_name: plasma rescale: - 0 - 1000 nodata: 0 compare: - datasetId: noaa-cpfp-co2-point - layerId: noaa-cpfp-co2-point + datasetId: noaa-gggrn-co2-concentrations + layerId: noaa-gggrn-co2-concentrations mapLabel: | ::js ({ dateFns, datetime, compareDatetime }) => { if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; @@ -80,21 +87,21 @@ layers: - '#f8df25' --- - + - The Global Greenhouse Gas Reference Network (GGGRN) for the Carbon Cycle and Greenhouse Gases (CCGG) Group is part of NOAA'S Global Monitoring Laboratory (GML) in Boulder, CO. The Reference Network measures the atmospheric distribution and trends of the three main long-term drivers of climate change, carbon dioxide (CO₂), methane (CH₄), and nitrous oxide (N2O), as well as carbon monoxide (CO) and many other trace gases which help interpretation of the main GHGs. The Reference Network measurement program includes continuous in-situ measurements at 4 baseline observatories (global background sites) and 8 tall towers, as well as flask-air samples collected by volunteers at over 50 additional regional background sites and from small aircraft conducting regular vertical profiles. The air samples are returned to GML for analysis where measurements of about 55 trace gases are done. NOAA's GGGRN maintains the World Meteorological Organization international calibration scales for CO₂, CH₄, CO, N2O, and SF6 in air. The measurements from the GGGRN serve as a comparison with measurements made by many other international laboratories, and with regional studies. They are widely used in modeling studies that infer space-time patterns of emissions and removals of greenhouse gases that are optimally consistent with the atmospheric observations, given wind patterns. These data serve as an early warning for climate "surprises". The measurements are also helpful for the ongoing evaluation of remote sensing technologies. - - For more information refer to the [dataset documentation](https://gml.noaa.gov/aftp/data/greenhouse_gases/co2/flask/surface/README_co2_surface-flask_ccgg.html) and [sampling location information](https://gml.noaa.gov/dv/site/?program=ccgg). + **Temporal Extent:** 1968 - 2022, varies by station + **Temporal Resolution:** The GHG Center provides only daily and monthly means for continuous measurements; temporal resolution varies by station for non-continuous measurements (can be daily up to weekly)
+ **Spatial Extent:** Global + **Spatial Resolution:** Point location samples + **Data Units:** Parts CO₂ per million (ppm)
+ **Data Type:** Operational
+ **Data Latency:** Updated annually + + The Global Greenhouse Gas Reference Network (GGGRN) for the Carbon Cycle and Greenhouse Gases (CCGG) Group is part of NOAA'S Global Monitoring Laboratory (GML) in Boulder, CO. The Reference Network measures the atmospheric distribution and trends of the three main long-term drivers of climate change, carbon dioxide (CO₂), methane (CH₄), and nitrous oxide (N2O), as well as carbon monoxide (CO) and many other trace gases which help interpretation of the main GHGs. The Reference Network measurement program includes continuous in-situ measurements at 4 baseline observatories (global background sites) and 8 tall towers, as well as flask-air samples collected by volunteers at over 50 additional regional background sites and from small aircraft conducting regular vertical profiles. The flask air samples are returned to GML for analysis where measurements of about 55 trace gases are completed. - - **Temporal Extent:** 1968 - 2022, varies by station - - **Temporal Resolution:** Varies by station, can be daily up to weekly - - **Spatial Extent:** United States - - **Spatial Resolution:** Point location samples - - **Data Units:** parts CO₂ per million (ppm) - - **Data Type:** Operational - - **Data Latency:** Updated annually + This dataset contains CO₂ concentration measurements in units of parts per million (ppm) made from surface in-situ and tower sites and from surface flask air samples. The surface in-situ and tower instrumentation measures CO2 continuously (hourly) while the flask air samples are non-continuous measurements (frequency varies by station). Due to the high data volume of hourly tower measurements, daily and monthly averages are generated for display in the US GHG Center. - **Scientific Details:** CO₂ measurements are formally reported in mole fraction units of micromol (10-6 mole) of CO₂ per mol of dry air. However, for communicating with broader audiences we refer to mole fraction as “concentration” in units of parts per million (ppm). This CO₂ data set provides CO₂ dry air mole fractions from more than 80 NOAA GML GGGRN sites across the globe. Measurements have been made using a highly-calibrated nondispersive infrared absorption analyzer (NDIR, before August 2019) or a cavity ring-down spectrometer (CRDS, since August 2019). + NOAA's GGGRN maintains the World Meteorological Organization international calibration scales for CO₂, CH₄, CO, N2O, and SF6 in air. The measurements from the GGGRN serve as a comparison with measurements made by many other international laboratories, and with regional studies. They are widely used in modeling studies that infer space-time patterns of emissions and removals of greenhouse gases that are optimally consistent with the atmospheric observations, given wind patterns. These data serve as an early warning for climate "surprises". The measurements are also helpful for the ongoing evaluation of remote sensing technologies.
@@ -102,23 +109,47 @@ layers:
## Source Data Product Citation - Lan, X., Mund, J.W., Crotwell, A.M., Crotwell, M.J., Moglia, E., Madronich, M., Neff, D, Thoning, K.W. (2023). Atmospheric Carbon Dioxide Dry Air Mole Fractions from the NOAA GML Carbon Cycle Cooperative Global Air Sampling Network, 1968-2022, Version: 2023-08-28. [https://doi.org/10.15138/wkgj-f215](https://doi.org/10.15138/wkgj-f215) - + K.W. Thoning, A.M. Crotwell, and J.W. Mund (2024). Atmospheric Carbon Dioxide Dry Air Mole Fractions from continuous measurements at Mauna Loa, Hawaii, Barrow, Alaska, American Samoa and South Pole, 1973-2023. National Oceanic and Atmospheric Administration (NOAA), Global Monitoring Laboratory (GML), Boulder, Colorado, USA. Version 2024-02-12. [https://doi.org/10.15138/yaf1-bk21](https://doi.org/10.15138/yaf1-bk21) + + A. Andrews, N. Miles, J. Kofler, M.E. Trudeau, P.S. Bakwin, M.L. Fischer, C. Sweeney, A.R. Desai, B. J. Viner, M. J. Parker, D. A. Jaffe, C. E. Miller, S. F. J. de Wekker, and J. B. Miller. Continuous measurements of CO₂, CO, CH₄ on tall towers starting in 1992. NOAA Global Monitoring Laboratory. Version: 2023-08-23. [https://doi.org/10.7289/V57W69F2](https://doi.org/10.7289/V57W69F2) + + Lan, X., Mund, J.W., Crotwell, A.M., Crotwell, M.J., Moglia, E., Madronich, M., Neff, D, and Thoning, K.W. (2023). Atmospheric Carbon Dioxide Dry Air Mole Fractions from the NOAA GML Carbon Cycle Cooperative Global Air Sampling Network, 1968-2022. Version: 2023-08-28. [https://doi.org/10.15138/wkgj-f215](https://doi.org/10.15138/wkgj-f215) + + Andrews, A., Crotwell, A., Crotwell, M., Handley, P., Higgs, J., Kofler, J., Lan, X., Legard, T., Madronich, M., McKain, K., Miller, J., Moglia, E., Mund, J., Neff, D., Newberger, T., Petron, G., Turnbull, J., Vimont, I., Wolter, S., & NOAA Global Monitoring Laboratory (2023). NOAA Global Greenhouse Gas Reference Network Flask-Air PFP Sample Measurements of CO2 at Tall Tower and other Continental Sites, 2005-Present. NOAA GML. Version: 2023-08-23. [https://doi.org/10.15138/gr3w-qm07](https://doi.org/10.15138/gr3w-qm07) + + The CO₂ data displayed in the web map viewer can be directly accessed from NOAA here: + - [Continuous Surface and Tower In-situ CO₂ Samples](https://gml.noaa.gov/dv/data/index.php?category=Greenhouse%252BGases&type=Insitu¶meter_name=Carbon%2BDioxide). Hourly tower data have been aggregated into daily and monthly averages for display in the US GHG Center. + - [Non-Continuous Surface CO₂ Flask Samples](https://gml.noaa.gov/dv/data/index.php?type=Flask&frequency=Discrete¶meter_name=Carbon%2BDioxide) + - [Non-Continuous Surface Programmable Flask Package (PFP) CO₂ Samples](https://gml.noaa.gov/dv/data/index.php?parameter_name=Carbon%2BDioxide&frequency=Discrete&type=Surface%2BPFP). + ## Dataset Accuracy Measurements are reported on the WMO X2019 CO₂ mole fraction scale. More information on this scale is available at https://gml.noaa.gov/ccl/co2_scale.html. Accuracy is approximately 0.1 ppm. For details, see Hall, B. D., Crotwell, A. M., Kitzis, D. R., Mefford, T., Miller, B. R., Schibig, M. F., and Tans, P. P (2021). Revision of the World Meteorological Organization Global Atmosphere Watch (WMO/GAW) CO₂ calibration scale. *Atmos. Meas. Tech., 14*, 3015–3032. [https://doi.org/10.5194/amt-14-3015-2021](https://doi.org/10.5194/amt-14-3015-2021) ## Disclaimer - Every effort is made to produce the most accurate and precise measurements possible. However, NOAA reserves the right to make corrections to the data based on recalibration of standard gases or for other reasons deemed scientifically justified. NOAA is not responsible for results and conclusions based on use of these data without regard to this warning. - + Every effort is made to produce the most accurate and precise measurements possible. However, NOAA reserves the right to make corrections to the data based on recalibration of standard gases or for other reasons deemed scientifically justified. NOAA is not responsible for results and conclusions based on use of these data without regard to this warning. + + Due to the high data volume of tower measurements which occur hourly, tower measurements have been aggregated into daily and monthly averages for display in the US GHG Center. Hourly data are [available from NOAA](https://gml.noaa.gov/aftp/data/greenhouse_gases/co2/in-situ/tower/). + + Due to shortness of record or complexity of interpretation, the following surface PFP flask sites have been excluded: + LAC, INX, BWD, NEB, NWB, TMD, SPF, KLM, MKO, MLO, HFM + + ## Scientific Details + CO₂ measurements are formally reported in mole fraction units of micromol (10-6 mole) of CO₂ per mol of dry air. However, for communicating with broader audiences we refer to mole fraction as “concentration” in units of parts per million (ppm). This CO₂ data set provides CO₂ dry air mole fractions from more than 80 NOAA GML GGGRN sites across the globe. Measurements have been made using a highly-calibrated nondispersive infrared absorption analyzer (NDIR, before August 2019) or a cavity ring-down spectrometer (CRDS, since August 2019). + + For more information refer to the following dataset documentation and [sampling location information](https://gml.noaa.gov/dv/site/?program=ccgg): + - [Continuous Surface In-situ CO₂ Measurements](https://gml.noaa.gov/aftp/data/greenhouse_gases/co2/in-situ/surface/README_co2_surface-insitu_ccgg.html) + - [Continuous Tower CO₂ Measurements](https://gml.noaa.gov/aftp/data/greenhouse_gases/co2/in-situ/tower/README_co2_tower-insitu_ccgg.html) + - Non-continuous Surface [Flask](https://gml.noaa.gov/aftp/data/greenhouse_gases/co2/flask/surface/README_co2_surface-flask_ccgg.html) and [Programmable Flask Package (PFP)](https://gml.noaa.gov/aftp/data/greenhouse_gases/co2/pfp/surface/README_co2_surface-pfp_ccgg.html) CO2 Measurements + ## Key Publications Ballantyne, A. P., Alden, C. B., Miller,J. B., Tans, P., & White, J. W. C. (2012). Increase in observed net carbon dioxide uptake by land and oceans during the past 50 years. *Nature, 488*,7409. [https://doi.org/10.1038/nature11299](https://doi.org/10.1038/nature11299) @@ -137,7 +168,7 @@ layers: Tans, P.P.,Fung, I.Y., & Takahashi, T. (1990). Observational Constraints on the global atmospheric CO₂ budget. *Science, 247*, 1431-1438. [https://www.jstor.org/stable/2874222](https://www.jstor.org/stable/2874222) - Tans, P.P., Crotwell, A.M., & Thoning, K.W. (2017). Abundances of isotopologues and calibration of CO₂ greenhouse gas measurements. *Atmospheric Measurement Techniques, 10*, 7, 2669-2685. [https://doi.org/10.5194/amt-10-2669-2017](https://doi.org/10.5194/amt-10-2669-2017) + Tans, P.P., Crotwell, A.M., & Thoning, K.W. (2017). Abundances of isotopologues and calibration of CO₂ greenhouse gas measurements. *Atmospheric Measurement Techniques, 10*, 7, 2669-2685.[https://doi.org/10.5194/amt-10-2669-2017](https://doi.org/10.5194/amt-10-2669-2017) Thoning, K.W., Tans, P.P., Conway, T.J., & Waterman, L.S. (1987). NOAA/GMCC calibrations of CO₂-in-air reference gases: 1979-1985. NOAA Tech. Memo. (ERL ARL-150). Environmental Research Laboratories, Boulder, CO, 63 pp. @@ -147,6 +178,11 @@ layers: Zhao, C., & Tans,P.P. (2006). Estimating uncertainty of the WMO Mole Fraction Scale for carbon dioxide in air. *J. Geophys. Res. 111*, D08S09, doi: 10.1029/2005JD006003. [https://doi.org/10.1029/2005JD006003](https://doi.org/10.1029/2005JD006003) + ## Learn More + - [View current trends in CO₂](https://gml.noaa.gov/ccgg/trends/) powered by NOAA data + - See NOAA’s observations of CO₂ at the Mauna Loa Observatory featured in the [Tracking Greenhouse Gas Cycles Data Insight](https://earth.gov/ghgcenter/stories/tracking-greenhouse-gas-cycles). The Mauna Loa CO₂ data provides the longest record of direct measurements of CO₂ in Earth’s atmosphere. + - [Learn more about the Global Greenhouse Gas Reference Network (GGGRN)](https://gml.noaa.gov/ccgg/about.html) + ## Acknowledgment This dataset would not be possible without the cooperating agencies and individuals throughout the world who collect air samples and enable the operation of the Global Greenhouse Gas Reference Network. @@ -154,7 +190,9 @@ layers: This dataset was produced by NOAA and is not subject to copyright protection in the United States. NOAA waives any potential copyright and related rights in these data worldwide through the [Creative Commons Zero v1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode) (CC0 1.0) ## Data Stewardship - - [Data Workflow](https://us-ghg-center.github.io/ghgc-docs/data_workflow/noaa-insitu_Data_Flow.html) + - [Data Workflow](https://us-ghg-center.github.io/ghgc-docs/data_workflow/noaa-gggrn-co2-concentrations_Data_Flow.html) + - [Data Transformation Code](https://us-ghg-center.github.io/ghgc-docs/cog_transformation/noaa-gggrn-concentrations.html) + - [US GHG Center Data Intake Processing and Verification Report](https://us-ghg-center.github.io/ghgc-docs/processing_and_verification_reports/noaa-gggrn-ch4-concentrations_Processing%20and%20Verification%20Report.html) \ No newline at end of file diff --git a/datasets/oco2-mip-co2budget-yeargrid-v1.data.mdx b/datasets/oco2-mip-co2budget-yeargrid-v1.data.mdx index 5bda14e7b..6ea348eaa 100644 --- a/datasets/oco2-mip-co2budget-yeargrid-v1.data.mdx +++ b/datasets/oco2-mip-co2budget-yeargrid-v1.data.mdx @@ -6,9 +6,9 @@ usage: - url: 'https://us-ghg-center.github.io/ghgc-docs/cog_transformation/oco2-mip-co2budget-yeargrid-v1.html' label: Notebook showing data transformation to COG for ingest to the US GHG Center title: 'Data Transformation Notebook' - - url: 'https://us-ghg-center.github.io/ghgc-docs/user_data_notebooks/oco2-mip-co2budget-yeargrid-v1_User_Notebook.html' - label: Notebook to read, visualize, and explore data statistics - title: 'Sample Data Notebook' + - url: 'https://us-ghg-center.github.io/ghgc-docs/datausage.html' + label: Notebooks to read, visualize, and explore data statistics + title: 'Data Usage Notebooks' - url: 'https://hub.ghg.center/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FUS-GHG-Center%2Fghgc-docs&urlpath=tree%2Fghgc-docs%2Fuser_data_notebooks%2Foco2-mip-co2budget-yeargrid-v1_User_Notebook.ipynb&branch=main' label: Run example notebook title: Interactive Session in the US GHG Center JupyterHub (requires account) @@ -832,29 +832,20 @@ layers: alt: OCO-2 MIP Top-down CO₂ Budgets - Uncertainty - Lateral Wood CO₂ Flux (Wood_std) --- - + + **Temporal Extent:** 2015 – 2020
+ **Temporal Resolution:** Annual
+ **Spatial Extent:** Global
+ **Spatial Resolution:** 1° x 1°
+ **Data Units:** Grams of carbon dioxide per square meter per year (g CO₂/m²/yr)
+ **Data Type:** Research
+ **Data Latency:** N/A + Inverse modeling (“top-down”) is used to enable estimation of annual net carbon dioxide (CO₂) emissions and removals (uptake) in units of grams of CO₂ per square meter per year (g CO₂/m²/yr). This Orbiting Carbon Observatory (OCO-2) modeling intercomparison project (MIP) Top-down carbon dioxide (CO₂) Budget dataset is the result of a collaboration between an international group of over 60 researchers and atmospheric modelers to study the impact of assimilating OCO-2 retrieval data into atmospheric inverse models. While the dataset is attributed to NASA, it was only made possible with significant global community effort. This dataset contains annual net fluxes of CO₂ on a 1-degree grid for a six-year period (2015-2020), including: net carbon exchange (NCE), fossil fuel emissions (FF), and lateral fluxes due to crop trade, wood trade, and river export. Data is provided in units of grams of carbon dioxide per square meter per year (g CO₂/m2/yr). The following CO₂ emission variables and their uncertainties are displayed: net biosphere exchange (NBE), net carbon exchange (NCE) and net land carbon stock loss estimated by the LNLGIS ensemble (estimated using a combination of land OCO-2 dry-air mole fraction retrievals (XCO₂) and in situ CO₂ measurements); lateral crop flux, fossil fuel and cement emissions, lateral river flux, and lateral wood flux. Accurate accounting of net carbon exchange (NCE) is critical for supporting the Paris agreement, and this data aims to inform countries’ carbon budgets while supporting the [Global Stocktake](https://unfccc.int/topics/global-stocktake). - - **Temporal Extent:** 2015 – 2020 - - **Temporal Resolution:** Annual - - **Spatial Extent:** Global - - **Spatial Resolution:** 1° x 1° - - **Data Units:** Grams of carbon dioxide per square meter per year (g CO₂/m²/yr) - - **Data Type:** Research - - **Data Latency:** N/A - - **Scientific Details:** Leveraging the OCO-2 MIP, the surface-atmosphere CO₂ fluxes are estimated from four standardized experiments using: - - - IS: in situ CO₂ measurements in the National Oceanic and Atmospheric Administration (NOAA) Observation Package ([ObsPack](https://gml.noaa.gov/ccgg/obspack/)) - - LNLG: column-averaged CO₂ dry air mole fraction (XCO₂) retrievals over land from NASA’s Orbiting Carbon Observatory-2 (OCO-2) Land Nadir and Land Glint data - - LNLGIS: both in situ CO₂ and OCO-2 land XCO₂ data - - LNLGOGIS: in situ CO₂, OCO-2 land XCO₂, and OCO-2 ocean XCO₂ data combined - - The full dataset with all layers and derived national totals can be accessed on the [CEOS website](https://doi.org/10.48588/npf6-sw92). -
@@ -874,6 +865,13 @@ layers: - The Z-statistics, which characterize the differences between top-down NCE estimates - The Fractional Uncertainty Reduction (FUR) values, which characterize the impact of assimilated CO₂ data on reducing NCE uncertainties + ## Scientific Details + Leveraging the OCO-2 MIP, the surface-atmosphere CO₂ fluxes are estimated from four standardized experiments of which one is included in the Center: + - LNLGIS: both in situ CO₂ measurements from the National Oceanic and Atmospheric Administration (NOAA) Observation Package [ObsPack](https://gml.noaa.gov/ccgg/obspack/) and column-averaged CO₂ dry air mole fraction (XCO₂) retrievals from NASA’s Orbiting Carbon Observatory-2 (OCO-2) Land Nadir and Land Glint data + + For the LNLGIS experiment, net carbon exchange (NCE) and ocean CO₂ fluxes are optimized to match the atmospheric CO₂ observations within their uncertainties. The net biosphere exchange (NBE) is calculated by subtracting bottom-up fossil fuel emission estimates from NCE. The net loss of land carbon is then estimated by accounting for “lateral” carbon fluxes from the terrestrial biosphere such as land-to-ocean transport of carbon by rivers and the import and export of harvested agricultural and wood products. Changes in terrestrial carbon stocks (ΔCloss) reflect the combined impact of direct anthropogenic activities and changes to managed ecosystems in response to rising atmospheric CO2 concentrations, climate change, and disturbances (i.e., droughts, floods, wildfires, severe weather). + + The US GHG Center explore view only highlights flux estimates from the LNLGIS experiment, but the full dataset with all layers and national totals can be accessed on the [CEOS website](https://ceos.org/gst/carbon-dioxide.html). In addition, the following Jupyter Notebook demonstrates how to read, visualize and explore statistics for the national (i.e. country level) CO₂ budget data: [OCO-2 MIP National CO₂ Budget Notebook](https://us-ghg-center.github.io/ghgc-docs/user_data_notebooks/oco2-mip-National-co2budget.html). ## Key Publications Byrne, B., Baker, D. F., Basu, S., Bertolacci, M., Bowman, K. W., Carroll, D., Chatterjee, A., Chevallier, F., Ciais, P., Cressie, N., Crisp, D., Crowell, S., Deng, F., Deng, Z., Deutscher, N. M., Dubey, M. K., Feng, S., García, O. E., Griffith, D. W. T., … Zeng, N. (2023). National CO₂ budgets (2015–2020) inferred from atmospheric CO₂ observations in support of the global stocktake. *Earth System Science Data, 15*, 963–1004. [https://doi.org/10.5194/essd-15-963-2023](https://doi.org/10.5194/essd-15-963-2023) diff --git a/datasets/oco2geos-co2-daygrid-v10r.data.mdx b/datasets/oco2geos-co2-daygrid-v10r.data.mdx index 4befbcf01..6f6e4bf62 100644 --- a/datasets/oco2geos-co2-daygrid-v10r.data.mdx +++ b/datasets/oco2geos-co2-daygrid-v10r.data.mdx @@ -6,9 +6,9 @@ usage: - url: 'https://us-ghg-center.github.io/ghgc-docs/cog_transformation/oco2geos-co2-daygrid-v10r.html' label: Notebook showing data transformation to COG for ingest to the US GHG Center title: 'Data Transformation Notebook' - - url: 'https://us-ghg-center.github.io/ghgc-docs/user_data_notebooks/oco2geos-co2-daygrid-v10r_User_Notebook.html' - label: Notebook to read, visualize, and explore data statistics - title: 'Sample User Notebook' + - url: 'https://us-ghg-center.github.io/ghgc-docs/datausage.html' + label: Notebooks to read, visualize, and explore data statistics + title: 'Data Usage Notebooks' - url: 'https://hub.ghg.center/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FUS-GHG-Center%2Fghgc-docs&urlpath=tree%2Fghgc-docs%2Fuser_data_notebooks%2Foco2geos-co2-daygrid-v10r_User_Notebook.ipynb&branch=main' label: Run example notebook title: Interactive Session in the US GHG Center JupyterHub (requires account) @@ -99,20 +99,18 @@ layers: --- - + - In July 2014, NASA successfully launched the first dedicated Earth remote sensing satellite to study atmospheric carbon dioxide (CO₂) from space. The Orbiting Carbon Observatory-2 (OCO-2) is an exploratory science mission designed to collect space-based global measurements of atmospheric CO₂ with the precision, resolution, and coverage needed to characterize sources and sinks (fluxes) on regional scales (≥1000 km). This dataset provides global gridded, daily column-averaged carbon dioxide (XCO₂) concentrations from January 1, 2015 - February 28, 2022. The data are derived from OCO-2 observations that were input to the Goddard Earth Observing System (GEOS) Constituent Data Assimilation System (CoDAS), a modeling and data assimilation system maintained by NASA’s Global Modeling and Assimilation Office (GMAO). Concentrations are measured in moles of carbon dioxide per mole of dry air (mol CO₂/mol dry) at a spatial resolution of 0.5° x 0.625°. Data assimilation synthesizes simulations and observations, adjusting modeled atmospheric constituents like CO₂ to reflect observed values. With the support of NASA’s Carbon Monitoring System (CMS) Program and the OCO Science Team, this dataset was produced as part of the OCO-2 mission which provides the highest quality space-based XCO₂ retrievals to date. - - - **Temporal Extent:** January 1, 2015 - February 28, 2022 - - **Temporal Resolution:** Daily - - **Spatial extent:** Global - - **Spatial resolution:** 0.5° x 0.625° - - **Data units:** Parts per million (ppm) - - **Data type:** Research - - **Data Latency:** 2-3 months + **Temporal Extent:** January 1, 2015 - February 28, 2022 + **Temporal Resolution:** Daily
+ **Spatial extent:** Global + **Spatial resolution:** 0.5° x 0.625° + **Data units:** Parts per million (ppm) + **Data type:** Research
+ **Data Latency:** 2-3 months + In July 2014, NASA successfully launched the first dedicated Earth remote sensing satellite to study atmospheric carbon dioxide (CO₂) from space. The Orbiting Carbon Observatory-2 (OCO-2) is an exploratory science mission designed to collect space-based global measurements of atmospheric CO₂ with the precision, resolution, and coverage needed to characterize sources and sinks (fluxes) on regional scales (≥1000 km). This dataset provides global gridded, daily column-averaged carbon dioxide (XCO₂) concentrations from January 1, 2015 - February 28, 2022. The data are derived from OCO-2 observations that were input to the Goddard Earth Observing System (GEOS) Constituent Data Assimilation System (CoDAS), a modeling and data assimilation system maintained by NASA’s Global Modeling and Assimilation Office (GMAO). Concentrations are measured in moles of carbon dioxide per mole of dry air (mol CO₂/mol dry) at a spatial resolution of 0.5° x 0.625°. Data assimilation synthesizes simulations and observations, adjusting modeled atmospheric constituents like CO₂ to reflect observed values. With the support of NASA’s Carbon Monitoring System (CMS) Program and the OCO Science Team, this dataset was produced as part of the OCO-2 mission which provides the highest quality space-based XCO₂ retrievals to date. - **Scientific Details:** Though the OCO-2 mission provides high quality space-based XCO₂ retrievals, the data are characterized by large gaps in coverage due to the narrow 10 km OCO-2 ground track and an inability to measure through clouds and thick aerosols. Several different methods have been explored to produce spatially complete L3 (gridded) XCO₂ fields from the satellite data, including averaging, kriging, and data assimilation. Data assimilation synthesizes simulations and observations, adjusting the state of atmospheric constituents like CO₂ to reflect observed values, thus gap-filling the observations when and where none are unavailable based on previous observations. Compared to other methods, data assimilation has the advantage that it results in estimates based on the collective scientific understanding, notably of the Earth’s carbon cycle and atmospheric transport. For additional details on how this data was derived, please refer to Section 2 of the [OCO-2 GEOS L3 XCO₂ Product User’s Guide](https://docserver.gesdisc.eosdis.nasa.gov/public/project/OCO/OCO2_GEOS_L3_User_Guide.pdf).
@@ -124,12 +122,15 @@ layers: Daily random error statistics (i.e. precisions) are calculated using [Desroziers et al. (2005) diagnostics](https://doi.org/10.1256/qj.05.108), and can be found in the precision data layer accompanying the XCO₂ data layer. For more information on how these diagnostics are used, please refer to the “Uncertainty quantification” section of the [OCO-2 GEOS L3 XCO₂ Product User’s Guide](https://docserver.gesdisc.eosdis.nasa.gov/public/project/OCO/OCO2_GEOS_L3_User_Guide.pdf). For estimating systematic errors, analyses against independent data are performed. For more information on these analyses, please refer to Section 3 of the [OCO-2 GEOS L3 XCO₂ Product User’s Guide](https://docserver.gesdisc.eosdis.nasa.gov/public/project/OCO/OCO2_GEOS_L3_User_Guide.pdf). ## Disclaimer - All data provided in the U.S. GHG Center has been transformed from the original format (NetCDF) into Cloud Optimized GeoTIFF ([COG](https://www.cogeo.org/)). Careful quality checks are used to ensure data transformation has been performed correctly. Apart from the data format, the OCO-2 GEOS Assimilated CO₂ Concentrations dataset is identical to the [OCO2_GEOS_L3CO2_DAY dataset available at GES DISC](https://doi.org/10.5067/Y9M4NM9MPCGH). - + This datasethas been transformed from the original format (NetCDF) into Cloud Optimized GeoTIFF ([COG](https://www.cogeo.org/)) for display in the US GHG Center. Careful quality checks are used to ensure data transformation has been performed correctly. Apart from the data format, the OCO-2 GEOS Assimilated CO₂ Concentrations dataset is identical to the [OCO2_GEOS_L3CO2_DAY dataset available at GES DISC](https://doi.org/10.5067/Y9M4NM9MPCGH). + The full title of the dataset, [OCO-2 GEOS Level 3 daily, 0.5x0.625 assimilated CO2 V10r](https://doi.org/10.5067/Y9M4NM9MPCGH), has been shortened for display on the GHG Center website. The short name of the source dataset is [OCO2_GEOS_L3CO2_DAY](https://doi.org/10.5067/Y9M4NM9MPCGH), but it is referred to as oco2geos-co2-daygrid-v10r in the GHG Center system. Users should understand that during Arctic and Antarctic nights and in cloudy conditions, there is no observational coverage from OCO-2. The data assimilation approach to gap filling ensures that when direct OCO-2 observations are unavailable, concentration estimates are informed by a combination of upwind OCO-2 observations, observations of land surface processes, and millions of meteorological observations that constrain atmospheric circulation. + ## Scientific Details + Though the OCO-2 mission provides high quality space-based XCO₂ retrievals, the data are characterized by large gaps in coverage due to the narrow 10 km OCO-2 ground track and an inability to measure through clouds and thick aerosols. Several different methods have been explored to produce spatially complete L3 (gridded) XCO₂ fields from the satellite data, including averaging, kriging, and data assimilation. Data assimilation synthesizes simulations and observations, adjusting the state of atmospheric constituents like CO₂ to reflect observed values, thus gap-filling the observations when and where none are unavailable based on previous observations. Compared to other methods, data assimilation has the advantage that it results in estimates based on the collective scientific understanding, notably of the Earth’s carbon cycle and atmospheric transport. For additional details on how this data was derived, please refer to Section 2 of the [OCO-2 GEOS L3 XCO₂ Product User’s Guide](https://docserver.gesdisc.eosdis.nasa.gov/public/project/OCO/OCO2_GEOS_L3_User_Guide.pdf). + ## Key Publications Weir, B., Oda, T., Ott, L., & Schmidt, G. A. (2022). Assessing progress toward the Paris climate agreement from space. *Environmental Research Letters, 17*(11), 111002. [https://doi.org/10.1088/1748-9326/ac998c](https://doi.org/10.1088/1748-9326/ac998c) @@ -148,6 +149,10 @@ layers: Yuen, K. (n.d.). *Home*. Orbiting Carbon Observatory-2. [https://ocov2.jpl.nasa.gov/](https://ocov2.jpl.nasa.gov/) + ## Learn More + - Learn more about how OCO-2 observations and measurements from other satellites contribute to GHG monitoring and models in the [Tracking Greenhouse Gas Cycles Data Insight](https://earth.gov/ghgcenter/stories/tracking-greenhouse-gas-cycles) + - Learn more about the [OCO-2 mission](https://ocov2.jpl.nasa.gov/) + ## Acknowledgment The development of this dataset has been supported by NASA’s [Carbon Monitoring System (CMS) Program](https://carbon.nasa.gov/cms/) and the [OCO Science Team](https://ocov2.jpl.nasa.gov/mission/teams/). diff --git a/datasets/odiac-ffco2-monthgrid-v2022.data.mdx b/datasets/odiac-ffco2-monthgrid-v2022.data.mdx index e6ec7109c..eb624f7cf 100644 --- a/datasets/odiac-ffco2-monthgrid-v2022.data.mdx +++ b/datasets/odiac-ffco2-monthgrid-v2022.data.mdx @@ -6,9 +6,9 @@ usage: - url: 'https://us-ghg-center.github.io/ghgc-docs/cog_transformation/odiac-ffco2-monthgrid-v2022.html' label: Notebook showing data transformation to COG for ingest to the US GHG Center title: 'Data Transformation Notebook' - - url: 'https://us-ghg-center.github.io/ghgc-docs/user_data_notebooks/odiac-ffco2-monthgrid-v2022_User_Notebook.html' - label: Notebook to read, visualize, and explore data statistics - title: 'Sample Data Notebook' + - url: 'https://us-ghg-center.github.io/ghgc-docs/datausage.html' + label: Notebooks to read, visualize, and explore data statistics + title: 'Data Usage Notebooks' - url: 'https://hub.ghg.center/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FUS-GHG-Center%2Fghgc-docs&urlpath=tree%2Fghgc-docs%2Fuser_data_notebooks%2Fodiac-ffco2-monthgrid-v2022_User_Notebook.ipynb&branch=main' label: Run example notebook title: Interactive Session in the US GHG Center JupyterHub (requires account) @@ -115,19 +115,17 @@ layers: --- - + - The Open-source Data Inventory for Anthropogenic CO₂ (ODIAC) data product is a monthly high-resolution global data product of modeled fossil fuel carbon dioxide (CO₂) emissions. A complex model incorporates and combines space-based nighttime light data and individual power plant emission/location profiles from the latest country fossil fuel CO₂ estimates (2000-2019) made by the Carbon Dioxide Information Analysis Center (CDIAC) team at the Appalachian State University (CDIAC at AppState, Gilfillan et al. 2021, Hefner et al. 2022). The ODIAC estimated global spatial extent of fossil fuel CO₂ emissions is produced on a 1 km by 1 km grid that details variations in urban regions where emissions are most intense. The ODIAC CO₂ emission data is widely used by the international research community for applications such as CO₂ flux inversion, urban emission estimation, and observing system design experiments. The ODIAC product was first created in 2009 by Dr. Tomohiro Oda with support from the National Institute for Environmental Studies (NIES) GOSAT project. The ODIAC team is now supported by NASA Goddard Space Flight Center, NASA Carbon Monitoring System program, the NASA Orbiting Carbon Observatory mission and NIES. The U.S. GHG Center displays the ODIAC 2022 version containing monthly data from January 2000 to December 2021 that replaces all previous versions. - - **Temporal Extent:** January 2000 - December 2021 - - **Temporal Resolution:** Monthly - - **Spatial Extent:** Global - - **Spatial Resolution:** 1 km x 1 km - - **Data Units:** Tons of carbon per 1 km x 1 km cell (monthly total) - - **Data Type:** Research - - **Data Latency:** Updated annually, following the release of an updated [BP Statistical Review of World Energy report](https://www.bp.com/en/global/corporate/energy-economics/statistical-review-of-world-energy.html) - + **Temporal Extent:** January 2000 - December 2021
+ **Temporal Resolution:** Monthly
+ **Spatial Extent:** Global
+ **Spatial Resolution:** 1 km x 1 km
+ **Data Units:** Tons of carbon per 1 km x 1 km cell (monthly total)
+ **Data Type:** Research
+ **Data Latency:** Updated annually, following the release of an updated [BP Statistical Review of World Energy report](https://www.bp.com/en/global/corporate/energy-economics/statistical-review-of-world-energy.html) - **Scientific Details:** The emission spatial disaggregation uses multiple spatial proxy data, such as geographical location of point sources, satellite observations of nightlights, and aircraft and ship fleet tracks. The emissions seasonality was taken from the CDIAC monthly gridded data product (Andres et al. 2011) and the Carbon Monitor product (2020-2021, https://carbonmonitor.org/). The year 2019 CDIAC country-level estimates were projected for the recent years (2020 and 2021) using fuel consumption data reported by the latest BP statistical review of the world (BP, 2022). More details about the ODIAC approach, methodology, etc. are described in the Oda et al. (2018) publication. + The Open-source Data Inventory for Anthropogenic CO₂ (ODIAC) data product is a monthly high-resolution global data product of modeled fossil fuel carbon dioxide (CO₂) emissions. A complex model incorporates and combines space-based nighttime light data and individual power plant emission/location profiles from the latest country fossil fuel CO₂ estimates (2000-2019) made by the Carbon Dioxide Information Analysis Center (CDIAC) team at the Appalachian State University (CDIAC at AppState, Gilfillan et al. 2021, Hefner et al. 2022). The ODIAC estimated global spatial extent of fossil fuel CO₂ emissions is produced on a 1 km by 1 km grid that details variations in urban regions where emissions are most intense. The ODIAC CO₂ emission data is widely used by the international research community for applications such as CO₂ flux inversion, urban emission estimation, and observing system design experiments. The ODIAC product was first created in 2009 by Dr. Tomohiro Oda with support from the National Institute for Environmental Studies (NIES) GOSAT project. The ODIAC team is now supported by NASA Goddard Space Flight Center, NASA Carbon Monitoring System program, the NASA Orbiting Carbon Observatory mission and NIES. The US GHG Center displays the ODIAC 2022 version containing monthly data from January 2000 to December 2021 that replaces all previous versions.
@@ -139,8 +137,10 @@ layers: Evaluating the accuracy and uncertainty of gridded emissions data is challenging because of the lack of direct physical measurements on grid scales. Proxies such as point source locations and satellite observations of nighttime lights are used to spatially estimate emissions to a grid rather than include actual measurements. The uncertainties associated with this approach for estimated emissions is unquantified at this time. Details about current limitations and caveats of the data can be found in Section 7 of [Oda, Maksyutov & Andres 2018](https://essd.copernicus.org/articles/10/87/2018/essd-10-87-2018.pdf). ## Disclaimer - All data provided in the U.S. GHG Center has been transformed from the original format (GeoTIFF) into Cloud Optimized GeoTIFF (COG). Careful quality checks are used to ensure data transformation has been performed correctly. - In addition to the 1 x 1 km data presented here, the source dataset also includes a coarser 1 x 1 degree data layer in units of gram of carbon/m²/day. For more information about the source dataset, visit the [ODIAC website](https://www.nies.go.jp/doi/10.17595/20170411.001-e.html). + This dataset has been transformed from its original format (GeoTIFF) into Cloud Optimized GeoTIFF (COG) for display in the US GHG Center. Careful quality checks are used to ensure data transformation has been performed correctly. + + ## Scientific Details + The emission spatial disaggregation uses multiple spatial proxy data, such as geographical location of point sources, satellite observations of nightlights, and aircraft and ship fleet tracks. The emissions seasonality was taken from the CDIAC monthly gridded data product (Andres et al. 2011) and the Carbon Monitor product (2020-2021, https://carbonmonitor.org/). The year 2019 CDIAC country-level estimates were projected for the recent years (2020 and 2021) using fuel consumption data reported by the latest BP statistical review of the world (BP, 2022). More details about the ODIAC approach, methodology, etc. are described in the Oda et al. (2018) publication. ## Key Publications Oda, T. and Maksyutov, S. (2011). A very high-resolution (1 km x 1 km) global fossil fuel CO2 emission inventory derived using a point source database and satellite observations of nighttime lights. *Atmospheric Chemistry and Physics, 11*(2), 543-556. [https://doi.org/10.5194/acp-11-543-2011](https://doi.org/10.5194/acp-11-543-2011) @@ -154,6 +154,9 @@ layers: Hefner, M., Marland, G., Boden, T. and Andres, R. (2022). *Global, Regional, and National Fossil-Fuel CO2 Emissions: 1751-2019*. CDIAC-FF, Research Institute for Environment, Energy, and Economics, Appalachian State University. [https://energy.appstate.edu/cdiac-appstate/data-products](https://energy.appstate.edu/cdiac-appstate/data-products) + ## Learn More + - See ODIAC data visualized by [NASA’s Scientific Visualization Studio](https://svs.gsfc.nasa.gov/5121/) + ## Acknowledgment The ODIAC team is supported by NASA Goddard Space Flight Center, NASA Carbon Monitoring System program, NASA Orbiting Carbon Observatory mission and NIES GOSAT project.​ diff --git a/datasets/sedac-popdensity-yeargrid5yr-v4.11.data.mdx b/datasets/sedac-popdensity-yeargrid5yr-v4.11.data.mdx index 45d3920fa..0a86fc01f 100644 --- a/datasets/sedac-popdensity-yeargrid5yr-v4.11.data.mdx +++ b/datasets/sedac-popdensity-yeargrid5yr-v4.11.data.mdx @@ -6,9 +6,9 @@ usage: - url: "https://us-ghg-center.github.io/ghgc-docs/cog_transformation/sedac-popdensity-yeargrid5yr-v4.11.html" label: Notebook showing data transformation to COG for ingest to the US GHG Center title: 'Data Transformation Notebook' - - url: "https://us-ghg-center.github.io/ghgc-docs/user_data_notebooks/sedac-popdensity-yeargrid5yr-v4.11_User_Notebook.html" - label: Notebook to read, visualize, and explore data statistics - title: 'Sample Data Notebook' + - url: "https://us-ghg-center.github.io/ghgc-docs/datausage.html" + label: Notebooks to read, visualize, and explore data statistics + title: 'Data Usage Notebooks' - url: "https://hub.ghg.center/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FUS-GHG-Center%2Fghgc-docs&urlpath=tree%2Fghgc-docs%2Fuser_data_notebooks%2Fsedac-popdensity-yeargrid5yr-v4.11_User_Notebook.ipynb&branch=main" label: Run example notebook title: Interactive Session in the US GHG Center JupyterHub (requires account) @@ -96,20 +96,17 @@ layers: --- - - - The Socioeconomic Data and Applications Center (SEDAC) Gridded Population of the World (GPW), version 4, revision 11 source dataset contains a Population Density product that provides estimates of population density at five year intervals for the years 2000, 2005, 2010, 2015, and 2020 on a 30 arc-second (~1 km at the equator) grid. The dataset can be used for assessing disaster impacts, risk mapping, and any other applications that include a human dimension. Population density is obtained by dividing the population count grid for a given target year by the gridded land area. The GPW population count is generated using input from tabular census data that identifies the number of persons by administrative area and digital census administrative boundary data. The density values are based on the 2010 census results extrapolated to other years based on annual population growth rates. This dataset (v4.11) was built upon previous versions of the SEDAC global population dataset. - - - **Temporal Extent:** 2000 - 2020 - - **Temporal Resolution:** Annual, every 5 years - - **Spatial Extent:** Global - - **Spatial Resolution:** 30 arc-seconds (~1 km at equator) - - **Data Units:** Number of persons per square kilometer (persons/km²) - - **Data Type:** Research - - **Data Latency:** 5 years + + + **Temporal Extent:** 2000 - 2020
+ **Temporal Resolution:** Annual, every 5 years + **Spatial Extent:** Global + **Spatial Resolution:** 30 arc-seconds (~1 km at equator) + **Data Units:** Number of persons per square kilometer (persons/km²) + **Data Type:** Research
+ **Data Latency:** 5 years - **Scientific Details:** - Population estimates are distributed to a 30 arc-second (~1km) grid using an areal-weighting method. The input geographic boundaries were obtained from multiple sources including national statistical offices, national mapping agencies, and the Global Administrative Areas, version 2.0 (GADMv2) dataset. A water mask was also applied to ensure that areas of water and permanent ice were not included in distributed population counts. The annual exponential growth rates applied to determine population estimates in the target years (2000, 2005, 2010, 2015, and 2020) were defined using the population count from the previous census, the population count from the current census, and the number of years between the two records. Methodology details are available in the [GPWv4 Revision 11 documentation](https://sedac.ciesin.columbia.edu/binaries/web/sedac/collections/gpw-v4/gpw-v4-documentation-rev11.pdf). Additional FAQs about the data can be found on the [SEDAC User Feedback site](https://sedac.uservoice.com/knowledgebase/topics/110829-gpwv4). + The Socioeconomic Data and Applications Center (SEDAC) Gridded Population of the World (GPW), version 4, revision 11 source dataset contains a Population Density product that provides estimates of population density at five year intervals for the years 2000, 2005, 2010, 2015, and 2020 on a 30 arc-second (~1 km at the equator) grid. The dataset can be used for assessing disaster impacts, risk mapping, and any other applications that include a human dimension. Population density is obtained by dividing the population count grid for a given target year by the gridded land area. The GPW population count is generated using input from tabular census data that identifies the number of persons by administrative area and digital census administrative boundary data. The density values are based on the 2010 census results extrapolated to other years based on annual population growth rates. This dataset (v4.11) was built upon previous versions of the SEDAC global population dataset.
@@ -121,10 +118,13 @@ layers: The SEDAC Gridded Population of the World: Population Density, v4.11 dataset, as with other population products, is limited by the availability and quality of census data. For example, the census data from 2010 were not available for some countries and therefore older census data had to be used. Additionally, there may be small underestimates in the gridded population for some areas due to the decision to exclude geographically undefined populations such as the homeless or those with boat homes. More information on the data quality indicators included with the source dataset are available in the [GPWv4 Revision 11 documentation](https://sedac.ciesin.columbia.edu/binaries/web/sedac/collections/gpw-v4/gpw-v4-documentation-rev11.pdf). ## Disclaimer - All data provided in the US GHG Center has been transformed from the original format (GeoTIFF) into Cloud Optimized GeoTIFF ([COG](https://www.cogeo.org/)). Careful quality checks are used to ensure data transformation has been performed correctly. - + This dataset has been transformed from its original format (GeoTIFF) into Cloud Optimized GeoTIFF ([COG](https://www.cogeo.org/)) for display in the US GHG Center. Careful quality checks are used to ensure data transformation has been performed correctly. + Note that the gridded population densities included in this dataset are also available at four lower spatial resolutions: 2.4 arc-minute, 15 arc-minute, 30 arc-minute, and 1 degree. This lower spatial resolution data is not provided in the US GHG Center but is available from [SEDAC](https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-density-rev11/data-download). The full title of the source dataset, Gridded Population of the World, Version 4 (GPWv4): Population Density, Revision 11, has been shortened for display on the US GHG Center website. The short name of the source dataset is [CIESIN_SEDAC_GPWv4_POPDENS_R11](https://doi.org/10.7927/H49C6VHW), but it is referred to as sedac-popdensity-yeargrid5yr-v4.11 in the Center. + ## Scientific Details + Population estimates are distributed to a 30 arc-second (~1km) grid using an areal-weighting method. The input geographic boundaries were obtained from multiple sources including national statistical offices, national mapping agencies, and the Global Administrative Areas, version 2.0 (GADMv2) dataset. A water mask was also applied to ensure that areas of water and permanent ice were not included in distributed population counts. The annual exponential growth rates applied to determine population estimates in the target years (2000, 2005, 2010, 2015, and 2020) were defined using the population count from the previous census, the population count from the current census, and the number of years between the two records. Methodology details are available in the [GPWv4 Revision 11 documentation](https://sedac.ciesin.columbia.edu/binaries/web/sedac/collections/gpw-v4/gpw-v4-documentation-rev11.pdf). Additional FAQs about the data can be found on the [SEDAC User Feedback site](https://sedac.uservoice.com/knowledgebase/topics/110829-gpwv4). + ## Key Publications Center for International Earth Science Information Network (CIESIN), Columbia University. (2018). *Documentation for the gridded population of the world, version 4 (GPWv4), revision 11 data sets*. NASA Socioeconomic Data and Applications Center (SEDAC). [https://doi.org/10.7927/H45Q4T5F](https://doi.org/10.7927/H45Q4T5F) @@ -134,6 +134,10 @@ layers: Center for International Earth Science Information Network (CIESIN), Columbia University. (2018). Gridded population of the world, version 4 (GPWv4): Country-level information and sources for revision 11 data sets [Microsoft Excel spreadsheet]. SEDAC. [https://sedac.ciesin.columbia.edu/binaries/web/sedac/collections/gpw-v4/gpw-v4-country-level-summary-rev11.xlsx](https://sedac.ciesin.columbia.edu/binaries/web/sedac/collections/gpw-v4/gpw-v4-country-level-summary-rev11.xlsx) Center for International Earth Science Information Network (CIESIN), Columbia University. (2018). Gridded population of the world, version 4 (GPWv4): Log of changes to the data sets by version [text file]. SEDAC. [https://sedac.ciesin.columbia.edu/binaries/web/sedac/collections/gpw-v4/gpw-v4-change-log-rev11.txt](https://sedac.ciesin.columbia.edu/binaries/web/sedac/collections/gpw-v4/gpw-v4-change-log-rev11.txt) + + ## Learn More + - Learn about the [latest release of the Gridded Population of the World (GPW)](https://www.earthdata.nasa.gov/news/new-gpw-release) data collection + - Learn about the role of socioeconomic data in [NASA’s Greenhouse Gases Data Pathfinder](https://www.earthdata.nasa.gov/learn/pathfinders/greenhouse-gases-data-pathfinder/find-data#socioeconomic) ## Acknowledgment This dataset was produced by CIESIN at Columbia University with primary support from the National Aeronautics and Space Administration for the Socioeconomic Data and Applications Distributed Active Archive Center (DAAC) for the Earth Observing System Data and Information System (EOSDIS). Many national statistics offices, mapping agencies, and other international organizations provided data and support for the production of this dataset. diff --git a/datasets/tm54dvar-ch4flux-monthgrid-v1.data.mdx b/datasets/tm54dvar-ch4flux-monthgrid-v1.data.mdx index 4e878f280..bf85814eb 100644 --- a/datasets/tm54dvar-ch4flux-monthgrid-v1.data.mdx +++ b/datasets/tm54dvar-ch4flux-monthgrid-v1.data.mdx @@ -6,9 +6,9 @@ usage: - url: 'https://us-ghg-center.github.io/ghgc-docs/cog_transformation/tm54dvar-ch4flux-monthgrid-v1.html' label: Notebook showing data transformation to COG for ingest to the US GHG Center title: 'Data Transformation Notebook' - - url: 'https://us-ghg-center.github.io/ghgc-docs/user_data_notebooks/tm54dvar-ch4flux-monthgrid-v1_User_Notebook.html' - label: Notebook to read, visualize, and explore data statistics - title: 'Sample Data Notebook' + - url: 'https://us-ghg-center.github.io/ghgc-docs/datausage.html' + label: Notebooks to read, visualize, and explore data statistics + title: 'Data Usage Notebooks' - url: 'https://hub.ghg.center/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FUS-GHG-Center%2Fghgc-docs&urlpath=tree%2Fghgc-docs%2Fuser_data_notebooks%2Ftm54dvar-ch4flux-monthgrid-v1_User_Notebook.ipynb&branch=main' label: Run example notebook title: Interactive Session in the US GHG Center JupyterHub (requires account) @@ -271,21 +271,17 @@ layers: --- - - - Surface methane (CH₄) emissions are derived from atmospheric measurements of methane and its ¹³C carbon isotope content. Different sources of methane contain different ratios of the two stable isotopologues, ¹²CH₄ and ¹³CH₄. This makes normally indistinguishable collocated sources of methane, say from agriculture and oil and gas exploration, distinguishable. The National Oceanic and Atmospheric Administration (NOAA) collects whole air samples from its global cooperative network of flasks (https://gml.noaa.gov/ccgg/about.html), which are then analyzed for methane and other trace gases. A subset of those flasks are also analyzed for ¹³C of methane in collaboration with the Institute of Arctic and Alpine Research at the University of Colorado Boulder. Scientists at the National Aeronautics and Space Administration (NASA) and NOAA used those measurements of methane and ¹³C of methane in conjunction with a model of atmospheric circulation to estimate emissions of methane separated by three source types, microbial, fossil and pyrogenic. Microbial emissions are produced by microbial decomposition of present-day organic matter, such as in wetlands, agricultural fields, livestock and landfills. Fossil emissions come from the breakdown of ancient carbonaceous matter deep underground, such as natural gas, coal bed methane, and small amounts of naturally occurring geologic seeps. Finally, pyrogenic emissions come from the burning of present-day organic matter, such as from wildfires and biofuels. These three sources of methane come with slightly different ¹³C content, and therefore can be separated given enough atmospheric measurements. This dataset presents monthly methane emissions from microbial, fossil and pyrogenic sources, along with a layer of total methane emissions from all three sources combined, at 1° resolution from 1999 to 2016. - - - **Temporal Extent:** January 1999 - December 2016 - - **Temporal Resolution:** Monthly - - **Spatial Extent:** Global - - **Spatial Resolution:** 1° x 1° - - **Data Units:** Grams of methane per square meter per year (g CH₄/m²/year) - - **Data Type:** Research - - **Data Latency:** Approximately 2 years - - **Scientific Details:** Surface emissions were derived using an atmospheric inverse model described in [Basu et al. 2022](https://doi.org/10.5194/acp-22-15351-2022). The modeling framework – including the transport model (Tracer Model 5 – Four-Dimensional Variational model (TM5-4DVar)), the atmospheric chemistry setup, and the specification of spatiotemporally explicit source signatures – are described in [Lan et al. 2021](https://doi.org/10.1029/2021GB007000). Several different inversions were performed by [Basu et al. 2022](https://doi.org/10.5194/acp-22-15351-2022), both as sensitivity tests (for example to test the impact of assumed sources signatures and atmospheric chemistry on the results) and to test specific hypotheses (for example to attribute the post-2007 growth in methane). The emissions shown here correspond to the “best case” simulation from [Basu et al. 2022](https://doi.org/10.5194/acp-22-15351-2022), labeled as “CH₄+δ¹³CH₄” in that publication. + + + **Temporal Extent:** January 1999 - December 2016
+ **Temporal Resolution:** Monthly
+ **Spatial Extent:** Global + **Spatial Resolution:** 1° x 1° + **Data Units:** Grams of methane per square meter per year (g CH₄/m²/year) + **Data Type:** Research
+ **Data Latency:** Approximately 2 years - The atmospheric inverse model was run at 3° (longitude) x 2° (latitude) globally to estimate monthly surface emissions. The atmospheric inversion problem is under-constrained, and therefore inversely estimated emissions cannot be interpreted at the grid scale. Therefore, to present 1°x1° emission maps for the U.S. GHG Center, prior 1°x1° emissions were scaled to match the posterior continental and global totals for each source type and year. + Surface methane (CH₄) emissions are derived from atmospheric measurements of methane and its ¹³C carbon isotope content. Different sources of methane contain different ratios of the two stable isotopologues, ¹²CH₄ and ¹³CH₄. This makes normally indistinguishable collocated sources of methane, say from agriculture and oil and gas exploration, distinguishable. The National Oceanic and Atmospheric Administration (NOAA) collects whole air samples from its global cooperative network of flasks (https://gml.noaa.gov/ccgg/about.html), which are then analyzed for methane and other trace gases. A subset of those flasks are also analyzed for ¹³C of methane in collaboration with the Institute of Arctic and Alpine Research at the University of Colorado Boulder. Scientists at the National Aeronautics and Space Administration (NASA) and NOAA used those measurements of methane and ¹³C of methane in conjunction with a model of atmospheric circulation to estimate emissions of methane separated by three source types, microbial, fossil and pyrogenic. Microbial emissions are produced by microbial decomposition of present-day organic matter, such as in wetlands, agricultural fields, livestock and landfills. Fossil emissions come from the breakdown of ancient carbonaceous matter deep underground, such as natural gas, coal bed methane, and small amounts of naturally occurring geologic seeps. Finally, pyrogenic emissions come from the burning of present-day organic matter, such as from wildfires and biofuels. These three sources of methane come with slightly different ¹³C content, and therefore can be separated given enough atmospheric measurements. This dataset presents monthly methane emissions from microbial, fossil and pyrogenic sources, along with a layer of total methane emissions from all three sources combined, at 1° resolution from 1999 to 2016.
@@ -298,10 +294,15 @@ layers: Evaluating the accuracy and uncertainty of gridded emissions data is challenging because of the lack of direct physical measurements on grid scales. The emissions presented here were transported by an atmospheric model, and the resulting methane and ¹³C of methane fields were compared to atmospheric measurements of methane and ¹³C of methane globally over multiple decades. Under that transformation and within the bounds of model and observational uncertainty, these emissions satisfy the spatial patterns and time trends seen in the atmospheric measurements. ## Disclaimer - All data provided in the U.S. GHG Center has been transformed from the original format (NetCDF) into Cloud Optimized GeoTIFF ([COG](https://www.cogeo.org/)). Careful quality checks are used to ensure data transformation has been performed correctly. + This dataset has been transformed from its original format (NetCDF) into Cloud Optimized GeoTIFF ([COG](https://www.cogeo.org/)) for display in the US GHG Center. Careful quality checks are used to ensure data transformation has been performed correctly. The emissions presented here are consistent with but not identical to the inversion result “CH₄+δ¹³CH₄” in [Basu et al. 2022](https://doi.org/10.5194/acp-22-15351-2022). Annual continental and global totals of these emissions are identical to those reported in [Basu et al. 2022](https://doi.org/10.5194/acp-22-15351-2022), while sub-continental and monthly patterns in these emissions are determined by the prior emissions used in [Basu et al. 2022](https://doi.org/10.5194/acp-22-15351-2022). + ## Scientific Details + Surface emissions were derived using an atmospheric inverse model described in [Basu et al. 2022](https://doi.org/10.5194/acp-22-15351-2022). The modeling framework – including the transport model (Tracer Model 5 – Four-Dimensional Variational model (TM5-4DVar)), the atmospheric chemistry setup, and the specification of spatiotemporally explicit source signatures – are described in [Lan et al. 2021](https://doi.org/10.1029/2021GB007000). Several different inversions were performed by [Basu et al. 2022](https://doi.org/10.5194/acp-22-15351-2022), both as sensitivity tests (for example to test the impact of assumed sources signatures and atmospheric chemistry on the results) and to test specific hypotheses (for example to attribute the post-2007 growth in methane). The emissions shown here correspond to the “best case” simulation from [Basu et al. 2022](https://doi.org/10.5194/acp-22-15351-2022), labeled as “CH₄+δ¹³CH₄” in that publication. + + The atmospheric inverse model was run at 3° (longitude) x 2° (latitude) globally to estimate monthly surface emissions. The atmospheric inversion problem is under-constrained, and therefore inversely estimated emissions cannot be interpreted at the grid scale. Therefore, to present 1°x1° emission maps for the U.S. GHG Center, prior 1°x1° emissions were scaled to match the posterior continental and global totals for each source type and year. + ## Key Publications Basu, S., Lan, X., Dlugokencky, E., Michel, S., Schwietzke, S., Miller, J. B., Bruhwiler, L., Oh, Y., Tans, P. P., Apadula, F., Gatti, L. V., Jordan, A., Necki, J., Sasakawa, M., Morimoto, S., Di Iorio, T., Lee, H., Arduini, J., & Manca, G. (2022). Estimating emissions of methane consistent with atmospheric measurements of methane and δ¹³C of methane. *Atmospheric Chemistry and Physics Discussions*, 1–38. [https://doi.org/10.5194/acp-22-15351-2022](https://doi.org/10.5194/acp-22-15351-2022) @@ -320,6 +321,10 @@ layers: Sherwood, O. A., Schwietzke, S., & Lan, X. (2021). Global Inventory of Fossil and Non-fossil δ13C-CH₄ Source Signature Measurements for Improved Atmospheric Modeling, Database DOI: [https://doi.org/10.15138/qn55-e011](https://doi.org/10.15138/qn55-e011) + ## Learn More + - Learn more about methane isotopes on [NOAA’s website](https://research.noaa.gov/2021/06/17/new-analysis-shows-microbial-sources-fueling-rise-of-atmospheric-methane/) + - Learn about how different methane isotopes can help identify methane sources in the [Tracking Greenhouse Gas Cycles Data Insight](https://earth.gov/ghgcenter/stories/tracking-greenhouse-gas-cycles) + ## Acknowledgment This work was supported by funding from the National Aeronautics and Space Administration (NASA) and the National Oceanic and Atmospheric Administration (NOAA). Measurements of atmospheric methane and ¹³C of methane were supported by several partner agencies and laboratories globally as described in [Basu et al. 2022](https://doi.org/10.5194/acp-22-15351-2022). diff --git a/stories/intro-us-ghg-center.stories.mdx b/stories/intro-us-ghg-center.stories.mdx index d4f2fac0d..19f920129 100644 --- a/stories/intro-us-ghg-center.stories.mdx +++ b/stories/intro-us-ghg-center.stories.mdx @@ -1,6 +1,6 @@ --- id: "intro-us-ghg-center" -name: Intro to the US GHG Center +name: Introduction to the US GHG Center description: The U.S. Greenhouse Gas Center (US GHG Center) is a multi-agency effort to compile greenhouse gas data from observations and models into a collection of trusted greenhouse gas emissions and flux products. media: src: ::file ./intro-to-ghg-center--cover.png @@ -18,14 +18,14 @@ featured: true Agencies within the U.S. Federal Government and partners have programs and assets that observe and collect information on our changing planet, including emissions and concentrations of greenhouse gases (GHGs). - Elevated concentrations of GHGs, including methane and carbon dioxide, are warming the planet. This is leading to changes in Earth's climate that occur at a pace in a way that threatens human health, society, and the natural environment. These changes include warmer air and ocean temperatures, changes in precipitation patterns, retreating snow and ice, increasingly severe weather events, such as hurricanes of greater intensity, and sea level rise, among other impacts. + Elevated concentrations of GHGs, including methane and carbon dioxide, are warming the planet. This is leading to changes in Earth's climate that occur at a pace and in a way that threatens human health, society, and the natural environment. These changes include warmer air and ocean temperatures, changes in precipitation patterns, retreating snow and ice, increasingly severe weather events, such as hurricanes of greater intensity, and sea level rise, among other impacts. The Intergovernmental Panel on Climate Change (IPCC) states: "it is unequivocal that human influence has warmed the atmosphere, ocean and land" and that "widespread and rapid changes in the atmosphere, cryosphere, and biosphere have occurred." Link to IPCC AR6: [https://www.ipcc.ch/assessment-report/ar6/](https://www.ipcc.ch/assessment-report/ar6/). The data shows trends and patterns in carbon dioxide (CO₂) and methane (CH₄) from anthropogenic (human-related) and natural sources that can be used to inform decisions. Federal agencies are working together to develop a Greenhouse Gas Monitoring and Information System (GHGMIS) for the U.S. that combines atmospheric- and activity-based approaches to increase confidence in setting, assessing, and meeting climate mitigation goals. This system uses these advanced capabilities, as well as the growth of GHG observational data and models, to provide enhanced emissions and uptake data products. - The US GHG Center will disseminate this GHG data as well as supporting decision support tools, engaging with users, developing data quality criteria, and communicating data, capability, and expertise needs. - + The US GHG Center will disseminate this GHG data as well as provide decision support tools, engage with users, develop data quality criteria, and communicate data, capability, and expertise needs. + The US GHG Center works to inform mitigation efforts for a range of stakeholders and forms an interface between Federal and non-Federal activities to improve quantification of greenhouse gas exchange within the Earth system.
@@ -35,12 +35,12 @@ featured: true
Map presenting billion-dollar events {" "} @@ -150,19 +150,11 @@ featured: true />
- The US GHG Center is coordinated by NASA in partnership with EPA, NIST and - NOAA. These agencies are collaborating to prototype development of the - center with the goal of accelerating the production and delivery of quality - greenhouse gas (GHG) information, including a curated collection of GHG - datasets, workflows and visualizations from the federal government and - non-public sector, NASA, EPA, NIST and NOAA. The Center acts as an - facilitator of collaboration with networks of interagency, intergovernmental - and private sector partners to support setting, assessing, and meeting - climate mitigation goals. The US GHG Center is more than just a funnel for - greenhouse gas datasets packaged into a user interface. The US GHG Center - also includes and reports on various efforts to engage stakeholders, - increase understanding with webinars and training events, inform - communities, empower users with decision insights. + The US GHG Center is coordinated by NASA in partnership with EPA, NIST and NOAA. These agencies are collaborating to prototype development of the Center with the goal of accelerating the production and delivery of quality greenhouse gas (GHG) information, including a curated collection of GHG datasets, workflows and visualizations from the federal government and non-public sector. + + The Center acts as a facilitator of collaboration with networks of interagency, intergovernmental and private sector partners to support setting, assessing, and meeting climate mitigation goals. + + The US GHG Center is more than just a funnel for greenhouse gas datasets packaged into a user interface. The US GHG Center also includes and reports on various efforts to engage stakeholders, increase understanding through webinars and training events, inform communities, and empower users with decision insights.
@@ -170,30 +162,12 @@ featured: true ## Relationship to Other GHG Activities - The Greenhouse Gas Monitoring & - Measurement Interagency Working Group (IWG) was created in January 2022 to - coordinate an approach that brings together Federal, subnational, - commercial, philanthropic, and academic capabilities to accelerate the - Nation’s progress towards an integrated GHG monitoring and information - system that supports the Administration’s GHG reduction goals and mitigation - efforts. The IWG is developing a National Strategy to Advance an Integrated - U.S. Greenhouse Monitoring & Information System (US GHGMIS). The U.S. - Government plans to use a phased approach in implementing the National - Strategy, with Phase 1 taking advantage of, and integrating, mature research - capabilities and existing data, and Phase 2 reflecting a more robust - monitoring and information system based on well-defined requirements as well - as planning and research and development efforts from Phase 1. The US GHG - Center supports both phases of the implementation of the National Strategy, - following an iterative approach, which begins with input from NASA, EPA, - NIST, and NOAA, and is expected to expand and include other agency and - non-federal capabilities in the future. The U.S. Greenhouse Gas Center plans - to coordinate with networks of international organizations — including the - World Meteorological Organization, the Committee on Earth Observation - Satellites, and the UN Environment’s International Methane Emissions - Observatory — to accelerate development and dissemination of the - measurement, monitoring, reporting, and verification of GHGs. It also will - establish criteria for thorough evaluation of the quality, accessibility, - and transparency of new data and modeling products. + The Greenhouse Gas Monitoring & Measurement Interagency Working Group (IWG) was created in January 2022 to coordinate an approach that brings together Federal, subnational, commercial, philanthropic, and academic capabilities to accelerate the Nation’s progress towards an integrated GHG monitoring and information system that supports the Administration’s GHG reduction goals and mitigation efforts. The IWG has developed a National Strategy to Advance an Integrated [U.S. Greenhouse Monitoring & Information System (US GHGMIS)](https://www.google.com/url?q=https://www.whitehouse.gov/wp-content/uploads/2023/11/NationalGHGMMISStrategy-2023.pdf&sa=D&source=docs&ust=1713896151059183&usg=AOvVaw1ztcj-BFYRj5SqXliWRJul) + + The U.S. Government will use a phased approach in implementing the National Strategy, with Phase 1 taking advantage of, and integrating, mature research capabilities and existing data, and Phase 2 reflecting a more robust monitoring and information system based on well-defined requirements as well as planning and research and development efforts from Phase 1. The US GHG Center supports both phases of the implementation of the National Strategy, following an iterative approach, which begins with input from EPA, NASA, NIST, and NOAA, and is expected to expand and include other agency and non-federal capabilities in the future. + + The U.S. Greenhouse Gas Center plans to coordinate with networks of international organizations - including the World Meteorological Organization, the Committee on Earth Observation Satellites, and the UN Environment’s International Methane Emissions Observatory - to accelerate development and dissemination of the measurement, monitoring, reporting, and verification of GHGs. It also will establish criteria for thorough evaluation of the quality, accessibility, and transparency of new data and modeling products. +
@@ -202,7 +176,7 @@ featured: true ## What Datasets are in the US GHG Center and Why These? - The US GHG Center contains trusted information on greenhouse gas emissions and flux products. + The US GHG Center contains trusted information on greenhouse gas emissions, concentrations and flux products.
anthropogenic emissions @@ -218,12 +192,12 @@ featured: true
- The initial 2-yr demonstration phase of the project targets three GHG areas of study in order to + The initial 2-year demonstration phase of the project targets three GHG areas of study in order to - Provide access to selected anthropogenic gas emission data products; - - Complement anthropogenic GHG inventories with estimates of natural GHG emissions, updates and other fluxes of GHGs, as well as improved usability and visualizations. + - Complement anthropogenic GHG inventories with estimates of natural GHG emissions, updates and other fluxes of GHGs, as well as improved usability and visualizations; - Identify and quantify emissions from large methane (CH₄) leak events leveraging aircraft and space-borne instruments. - The US GHG Center is not a comprehensive accounting of all GHG-relevant products and datasets produced by the U.S. Federal Government. Additional features and datasets will be added as additional information is available, with links throughout the site to additional resources. + The US GHG Center is not a comprehensive accounting of all GHG-relevant products and datasets produced by the U.S. Federal Government. Additional features and data sets will be added as more become available, with links throughout the site to additional resources beyond the Center.
@@ -243,9 +217,10 @@ featured: true ## What Can You Do in the US GHG Center with the Existing Data? - - **Discover** - Users can search the data catalog or learn more about the three demonstration areas - - **Explore** - Visualize the relevant data from various data products, instruments and models - - **Use and Analyze** - users can access and use data in the cloud environment and share the results after establishing an account + - **[Discover](https://earth.gov/ghgcenter/data-catalog)** - Users can search the data catalog or learn more about the three demonstration areas + - **Explore and Analyze** - Visualize data from various data products, instruments and models and create time series for desired regions and time periods + - **Use** - Users can access data in a cloud environment and share the results after establishing a user account + - **Learn** - Read our newsletters or find out about webinar and training opportunities - **Helpdesk** - Submit feedback or request help understanding the US GHG Center contents
@@ -273,11 +248,11 @@ featured: true - ## What’s Coming Next? + ## **What’s Coming Next?** - Additions to the US GHG Center will occur in the coming months, including some new features and capabilities that will improve data discovery, exploration and analysis. + Additions to the US GHG Center will occur in the coming year, including some new features and capabilities that will improve data discovery, exploration and analysis. - - Improvements to Center design and function of the interface and tools + - Improvements to the Center design and function of the interface and tools - More and different kinds of data, such as data from airborne campaigns, new instruments, and other selected data products - More Jupyter notebooks to help you use the Center data - GIS or STAC data download for when you want to take the data into another application @@ -290,8 +265,8 @@ featured: true - ## We Want Your Help! Please Share Your Ideas and Feedback! - + ## We Want Your Help! + Please Share Your Ideas and Feedback! Please contact us by filling out this form.