simulate_acm0006_dataset.RdGenerates synthetic monitoring data for biomass-based combined heat and power systems addressed by ACM0006.
simulate_acm0006_dataset(n_periods = 12, seed = NULL)Tibble containing simulated monitoring records.
simulate_acm0006_dataset(2, seed = 42)
#> # A tibble: 2 × 12
#> period heat_output_tj electricity_output_mwh baseline_heat_ef
#> <chr> <dbl> <dbl> <dbl>
#> 1 Period 01 9.37 422. 82.0
#> 2 Period 02 7.44 438. 79.5
#> # ℹ 8 more variables: baseline_electricity_ef <dbl>, auxiliary_fossil_tj <dbl>,
#> # auxiliary_fossil_ef <dbl>, electricity_import_mwh <dbl>,
#> # import_emission_factor <dbl>, biomass_transport_tkm <dbl>,
#> # transport_emission_factor <dbl>, leakage_fraction <dbl>