The Effects Of Advanced Spectral Line Shapes On Atmospheric Carbon Dioxide Retrievals
Department of Commerce
@usgov.doc_gov_the_effects_of_advanced_spectral_line_shapes_o_25f94837
Department of Commerce
@usgov.doc_gov_the_effects_of_advanced_spectral_line_shapes_o_25f94837
This is the data presented in the figures of the paper "The effects of advanced spectral line shapes on atmospheric carbon dioxide retrievals" published in J. Quant. Spectrosc. Radiat. Transfer at https://doi.org/10.1016/j.jqsrt.2022.108324
Organization: Department of Commerce
Last updated: 2025-09-30T05:09:29.854446
Tags: carbon-dioxide, greenhouse-gases, remote-sensing
CREATE TABLE figure_1 (
"wavenumber_cm_1" DOUBLE -- Wavenumber (cm-1),
"spectrum" DOUBLE,
"sdngp" DOUBLE,
"sdvp" DOUBLE,
"ngp" DOUBLE,
"vp" DOUBLE
);CREATE TABLE figure_2 (
"wavenumber_cm_1" VARCHAR -- Wavenumber (cm-1),
"co2_spectrum" VARCHAR,
"solar_spectrum" VARCHAR,
"vp" DOUBLE,
"ngp" DOUBLE,
"sdvp" DOUBLE,
"sdngp" VARCHAR
);CREATE TABLE figure_3 (
"hour_utc" DOUBLE -- Hour (UTC),
"vp" DOUBLE,
"ngp" DOUBLE,
"sdvp" VARCHAR,
"sdngp" VARCHAR,
"previous" DOUBLE
);CREATE TABLE figure_4 (
"pressure_kpa" DOUBLE -- Pressure (kPa),
"altitude_km" DOUBLE -- Altitude (km),
"prior_umol_mol" DOUBLE -- Prior (umol/mol),
"previous_umol_mol" DOUBLE -- Previous (umol/mol),
"vp_umol_mol" DOUBLE -- VP (umol/mol),
"ngp_umol_mol" DOUBLE -- NGP (umol/mol),
"sdvp_umol_mol" DOUBLE -- SDVP (umol/mol),
"sdngp_umol_mol" DOUBLE -- SDNGP (umol/mol)
);Anyone who has the link will be able to view this.