
TBNMC TN load allocations for industrial material loss (ML) facilities
Source:R/ml_allocations.R
ml_allocations.RdTBNMC TN load allocations for industrial material loss (ML) facilities
Details
TN load allocations assigned to industrial material loss facilities under the Tampa Bay Nitrogen Management Consortium (TBNMC) framework. One row per facility, always.
entity: Entity name matching thefacilitiestable conventionfacname: Facility name matching thefacilitiestable conventionbay_seg: Integer bay segment identifier (2 = Hillsborough Bay, 4 = Lower Tampa Bay)alloc_tons: Allocation in tons TN per year. Forisharedfacilities, this is the group's collective allocation (the same value repeated on every member row), not an individual facility allocationishared: Logical;TRUEwhen the facility is jointly assessed against a collective allocation shared with other facilities (seealloc_tons)group_id: Character identifier for the shared group a facility belongs to (NAwhenisharedisFALSE). Provided so shared-group membership can be recovered directly rather than inferred from matchingentity+alloc_tons
The three Mosaic material loss facilities (Big Bend, Riverview, Tampa
Marine) share a single 9.9 ton/year allocation in Hillsborough Bay
(ishared = TRUE on all three rows, group_id = "ml_mosaic_hb").
Kinder Morgan Port Sutton and Tampaplex Material Losses are each assessed
individually against their own distinct allocation (ishared =
FALSE), despite the misleadingly similar names to the shared IPS Kinder
Morgan group; Kinder Morgan Port Manatee is likewise a separate, non-shared
facility.
Examples
ml_allocations
#> # A tibble: 8 × 6
#> entity facname bay_seg alloc_tons ishared group_id
#> <chr> <chr> <int> <dbl> <lgl> <chr>
#> 1 CSX Rockport 2 5.63 FALSE NA
#> 2 CSX Newport 2 5.63 FALSE NA
#> 3 Kinder Morgan Kinder Morgan Port Sutton 2 1.8 FALSE NA
#> 4 Kinder Morgan Kinder Morgan Tampaplex 2 3.38 FALSE NA
#> 5 Kinder Morgan Kinder Morgan Port Manatee 4 0.299 FALSE NA
#> 6 Mosaic Riverview 2 9.9 TRUE ml_mosaic…
#> 7 Mosaic Tampa Marine 2 9.9 TRUE ml_mosaic…
#> 8 Mosaic Big Bend 2 9.9 TRUE ml_mosaic…