Forest Flux Station - IT-SR2-2016
Joint Research Centre
@ecjrc.jrc_abcis_it_sr2_2016
Joint Research Centre
@ecjrc.jrc_abcis_it_sr2_2016
Measurements of fluxes of CO2, H2O, energy plus meteorological parameters of the atmosphere and the soil at the ICOS station IT-SR2 in San Rossore, Pisa, Italy, following the ICOS protocol
Publisher name: Joint Research Centre
Publisher URL: https://commission.europa.eu/about/departments-and-executive-agencies/joint-research-centre
Last updated: 2024-10-11T08:28:36Z
CREATE TABLE nrt_data_of_ghg_fluxes_at_it_sr2 (
"date_utc" VARCHAR -- Date [UTC],
"sw_in_w_m2" DOUBLE -- SW In [W/m2],
"sw_out_w_m2" DOUBLE -- SW Out [W/m2],
"lw_in_w_m2" DOUBLE -- LW In [W/m2],
"lw_out_w_m2" DOUBLE -- LW Out [W/m2],
"par_in_total_umol_m2_s" DOUBLE -- PAR In Total [umol/m2/s],
"par_in_diffuse_umol_m2_s" DOUBLE -- PAR In Diffuse [umol/m2/s],
"t_air_deg_c" DOUBLE -- T Air [deg. C],
"rh" DOUBLE -- RH [%],
"rain_amount_mm" DOUBLE -- Rain Amount [mm],
"pressure_hpa" DOUBLE -- Pressure [hPa],
"t_soil_5_cm_deg_c" DOUBLE -- T Soil 5 Cm [deg. C],
"t_soil_10_cm_deg_c" DOUBLE -- T Soil 10 Cm [deg. C],
"t_soil_20_cm_deg_c" DOUBLE -- T Soil 20 Cm [deg. C],
"t_soil_30_cm_deg_c" DOUBLE -- T Soil 30 Cm [deg. C],
"t_soil_50_cm_deg_c" DOUBLE -- T Soil 50 Cm [deg. C],
"t_soil_100_cm_deg_c" DOUBLE -- T Soil 100 Cm [deg. C],
"soil_water_content_5_cm" DOUBLE -- Soil Water Content 5 Cm [%],
"soil_water_content_20_cm" BIGINT -- Soil Water Content 20 Cm [%],
"soil_water_content_30_cm" DOUBLE -- Soil Water Content 30 Cm [%],
"soil_water_content_50_cm" DOUBLE -- Soil Water Content 50 Cm [%],
"soil_water_content_100_cm" DOUBLE -- Soil Water Content 100 Cm [%],
"soil_heat_flux_10_cm_w_m2" DOUBLE -- Soil Heat Flux 10 Cm [W/m2],
"water_table_depth_cm" VARCHAR -- Water Table Depth [cm],
"flux_co2_umol_m2_s" DOUBLE -- Flux CO2 [umol/m2/s],
"flux_sensible_heat_w_m2" DOUBLE -- Flux Sensible Heat [W/m2],
"flux_latent_heat_w_m2" DOUBLE -- Flux Latent Heat [W/m2],
"wind_direction_deg" DOUBLE -- Wind Direction [deg.],
"horizontal_wind_speed_m_s" DOUBLE -- Horizontal Wind Speed [m/s]
);Anyone who has the link will be able to view this.