GOOML Big Kahuna Forecast Modeling And Genetic Optimization Files
Department of Energy
@usgov.doe_gov_gooml_big_kahuna_forecast_modeling_and_genetic_273a6206
Department of Energy
@usgov.doe_gov_gooml_big_kahuna_forecast_modeling_and_genetic_273a6206
CREATE TABLE big_kahuna_forecast_output_dataset (
"unnamed_0" BIGINT,
"fp_a_steam_out_mass_flow" DOUBLE,
"fp_a_steam_out_pressure" DOUBLE,
"fp_a_liquid_out_mass_flow" DOUBLE,
"fp_a_liquid_out_pressure" DOUBLE,
"fp_b_steam_out_mass_flow" DOUBLE,
"fp_b_steam_out_pressure" DOUBLE,
"fp_b_liquid_out_mass_flow" DOUBLE,
"fp_b_liquid_out_pressure" DOUBLE,
"w_a_mass_flow" DOUBLE,
"w_a_pressure" DOUBLE,
"w_b_mass_flow" DOUBLE,
"w_b_pressure" DOUBLE,
"w_c_mass_flow" DOUBLE,
"w_c_pressure" DOUBLE,
"w_d_mass_flow" DOUBLE,
"w_d_pressure" DOUBLE,
"w_e_mass_flow" DOUBLE,
"w_e_pressure" DOUBLE,
"tg_a_power_generation" DOUBLE,
"tg_a_steam_flow" DOUBLE,
"total_system_mass_take" DOUBLE,
"total_fp_separated_steam_flow" DOUBLE,
"total_system_power_gen" DOUBLE
);
CREATE TABLE big_kahuna_input_dataset (
"time_index" VARCHAR,
"w_a_condition" VARCHAR,
"w_b_condition" VARCHAR,
"w_c_condition" VARCHAR,
"w_d_condition" VARCHAR,
"w_e_condition" VARCHAR,
"fp_a_pressure_vapor" DOUBLE,
"fp_b_pressure_vapor" DOUBLE,
"tg_a_status" VARCHAR
);
Anyone who has the link will be able to view this.