Generates synthetic monitoring data for biomass-based combined heat and power systems addressed by ACM0006.

simulate_acm0006_dataset(n_periods = 12, seed = NULL)

Arguments

n_periods

Integer number of monitoring periods to simulate. Defaults to 12.

seed

Optional integer seed for reproducibility.

Value

Tibble containing simulated monitoring records.

Examples

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>