Boiler engine loads (kW) per operating mode, ship type and sub type using Starcrest 2016 methodology.

data(Starcrest2016_BoilerLoadFactor)

Format

A data frame with 34 rows and 9 variables:

shipType

Generalizable ship type. Define by calcShipType.r

sizeMin

Minimum size value for each subtype and their given size unit.

sizeMax

Maximum size value for each subtype and their given size unit.

sizeUnits

Size units used to define subtype size ranges.

subType

Sub type of each ship type which are defined by size ranges.

Transit

Boiler engine loads (kW) assigned to each vessel by subtype when transiting. Transiting defined by calcOperatingMode.r

Manuevering

Boiler engine loads(kW) assigned to each vessel by subtype when manuevering. Manuevering defined by calcOperatingMode.r

Berth

Boiler engine loads (kW) assigned to each vessel by subtype when berth. Berthing defined by calcOperatingMode.r

Anchorage

Boiler engine loads (kW) assigned to each vessel by subtype when anchoring. Anchorage defined by calcOperatingMode.r

Details

This data is used in calcAuxBoilerLoad.r

References

Starcrest Consulting Group,LLC.Port of Los Angeles Inventory of Air Emissions-2016, 2017.

Examples

assign("Loads",get(utils::data(Starcrest2016_BoilerLoadFactor)))