The Effects Of Advanced Spectral Line Shapes On Atmospheric Carbon Dioxide Retrievals
National Institute of Standards and Technology
@usgov.national_institute_of_standard_the_effects_of_advanced_7379f819
National Institute of Standards and Technology
@usgov.national_institute_of_standard_the_effects_of_advanced_7379f819
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: National Institute of Standards and Technology
Last updated: 2022-10-15T08:00:55.852107
Tags: carbon-dioxide, greenhouse-gases, remote-sensing
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.