List Of Chemicals And Associated Physic-chemical (MAPPE Model)
Joint Research Centre
@ecjrc.jrc_mappe_europe_setup_chemicals
Joint Research Centre
@ecjrc.jrc_mappe_europe_setup_chemicals
CREATE TABLE chemicals_of_mappe (
"cas_number" BIGINT,
"chemical_name" VARCHAR,
"mw_g_mol" DOUBLE,
"kow" BIGINT,
"kaw" DOUBLE,
"gamma" DOUBLE,
"alpha_a_hrs_1" DOUBLE,
"alpha_s_hrs_1" DOUBLE,
"alpha_w_hrs_1" DOUBLE,
"beta_a" BIGINT,
"beta_s" BIGINT,
"beta_w" BIGINT
);
Anyone who has the link will be able to view this.