Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public, | DIMENSION(1:PollFactorNumTypes) | :: | FuelTypeNames | = | ' ' | |
real(kind=r64), | public | :: | Elec | = | 0.0d0 | ||
real(kind=r64), | public | :: | NatGas | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelOil1 | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelOil2 | = | 0.0d0 | ||
real(kind=r64), | public | :: | Coal | = | 0.0d0 | ||
real(kind=r64), | public | :: | Gasoline | = | 0.0d0 | ||
real(kind=r64), | public | :: | Propane | = | 0.0d0 | ||
real(kind=r64), | public | :: | Diesel | = | 0.0d0 | ||
real(kind=r64), | public | :: | OtherFuel1 | = | 0.0d0 | ||
real(kind=r64), | public | :: | OtherFuel2 | = | 0.0d0 | ||
real(kind=r64), | public | :: | ElecPurch | = | 0.0D0 | ||
real(kind=r64), | public | :: | ElecSold | = | 0.0D0 | ||
integer, | public | :: | ElecFacilityIndex | = | 0 | ||
integer, | public | :: | DieselFacilityIndex | = | 0 | ||
integer, | public | :: | PurchCoolFacilityIndex | = | 0 | ||
integer, | public | :: | PurchHeatFacilityIndex | = | 0 | ||
integer, | public | :: | NatGasFacilityIndex | = | 0 | ||
integer, | public | :: | GasolineFacilityIndex | = | 0 | ||
integer, | public | :: | CoalFacilityIndex | = | 0 | ||
integer, | public | :: | FuelOil1FacilityIndex | = | 0 | ||
integer, | public | :: | FuelOil2FacilityIndex | = | 0 | ||
integer, | public | :: | PropaneFacilityIndex | = | 0 | ||
integer, | public | :: | OtherFuel1FacilityIndex | = | 0 | ||
integer, | public | :: | OtherFuel2FacilityIndex | = | 0 | ||
integer, | public | :: | ElecProducedFacilityIndex | = | 0 | ||
integer, | public | :: | SteamFacilityIndex | = | 0 | ||
integer, | public | :: | ElecPurchasedFacilityIndex | = | 0 | ||
integer, | public | :: | ElecSurplusSoldFacilityIndex | = | 0 | ||
real(kind=r64), | public | :: | ElecFacility | = | 0.0d0 | ||
real(kind=r64), | public | :: | DieselFacility | = | 0.0d0 | ||
real(kind=r64), | public | :: | PurchCoolFacility | = | 0.0d0 | ||
real(kind=r64), | public | :: | PurchHeatFacility | = | 0.0d0 | ||
real(kind=r64), | public | :: | NatGasFacility | = | 0.0d0 | ||
real(kind=r64), | public | :: | GasolineFacility | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoalFacility | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelOil1Facility | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelOil2Facility | = | 0.0d0 | ||
real(kind=r64), | public | :: | PropaneFacility | = | 0.0d0 | ||
real(kind=r64), | public | :: | OtherFuel1Facility | = | 0.0d0 | ||
real(kind=r64), | public | :: | OtherFuel2Facility | = | 0.0d0 | ||
real(kind=r64), | public | :: | ElecProducedFacility | = | 0.0d0 | ||
real(kind=r64), | public | :: | SteamFacility | = | 0.0d0 | ||
real(kind=r64), | public | :: | ElecPurchasedFacility | = | 0.0D0 | ||
real(kind=r64), | public | :: | ElecSurplusSoldFacility | = | 0.0D0 |
TYPE FuelTypeProps
!FuelType Names
CHARACTER(len=MaxNameLength), DIMENSION(1:PollFactorNumTypes) :: FuelTypeNames=' '
!Fuel Types used with the Pollution Factors
REAL(r64) :: Elec = 0.0d0
REAL(r64) :: NatGas = 0.0d0
REAL(r64) :: FuelOil1 = 0.0d0
REAL(r64) :: FuelOil2 = 0.0d0
REAL(r64) :: Coal = 0.0d0
REAL(r64) :: Gasoline = 0.0d0
REAL(r64) :: Propane = 0.0d0
REAL(r64) :: Diesel = 0.0d0
REAL(r64) :: OtherFuel1 = 0.0d0
REAL(r64) :: OtherFuel2 = 0.0d0
REAL(r64) :: ElecPurch = 0.0D0
REAL(r64) :: ElecSold = 0.0D0
!Facility Meter Indexes
Integer :: ElecFacilityIndex=0
Integer :: DieselFacilityIndex=0
Integer :: PurchCoolFacilityIndex=0
Integer :: PurchHeatFacilityIndex=0
Integer :: NatGasFacilityIndex=0
Integer :: GasolineFacilityIndex=0
Integer :: CoalFacilityIndex=0
Integer :: FuelOil1FacilityIndex=0
Integer :: FuelOil2FacilityIndex=0
Integer :: PropaneFacilityIndex=0
Integer :: OtherFuel1FacilityIndex=0
Integer :: OtherFuel2FacilityIndex=0
Integer :: ElecProducedFacilityIndex=0
Integer :: SteamFacilityIndex=0
INTEGER :: ElecPurchasedFacilityIndex=0
INTEGER :: ElecSurplusSoldFacilityIndex=0
!Facility Meter Values used in Pollution Calcs
REAL(r64) :: ElecFacility=0.0d0
REAL(r64) :: DieselFacility=0.0d0
REAL(r64) :: PurchCoolFacility=0.0d0
REAL(r64) :: PurchHeatFacility=0.0d0
REAL(r64) :: NatGasFacility=0.0d0
REAL(r64) :: GasolineFacility=0.0d0
REAL(r64) :: CoalFacility=0.0d0
REAL(r64) :: FuelOil1Facility=0.0d0
REAL(r64) :: FuelOil2Facility=0.0d0
REAL(r64) :: PropaneFacility=0.0d0
REAL(r64) :: OtherFuel1Facility=0.0d0
REAL(r64) :: OtherFuel2Facility=0.0d0
REAL(r64) :: ElecProducedFacility=0.0d0
REAL(r64) :: SteamFacility=0.0d0
REAL(r64) :: ElecPurchasedFacility=0.0D0
REAL(r64) :: ElecSurplusSoldFacility=0.0D0
END TYPE FuelTypeProps