net.simplace.sim.components.experimental.livestock.MethaneEmission

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcAdultFemaleMethanConversionFractionfraction of gross energy in feed converted to CH4 [animal]DOUBLE-0.00.10.065
constantcAdultFemaleWeightWeight per Animal and Day Adult FemaleDOUBLEg/animal0.01000000.0250000.0
constantcAdultMaleMethanConversionFractionfraction of gross energy in feed converted to CH4 [animal]DOUBLE-0.00.10.065
constantcAdultMaleWeightWeight per Animal and Day Adult MaleDOUBLEg/animal0.01000000.0300000.0
constantcJuvenileFemaleMethanConversionFractionfraction of gross energy in feed converted to CH4 [animal]DOUBLE-0.00.10.045
constantcJuvenileFemaleWeightWeight per Animal and Day Juvenile FemaleDOUBLEg/animal0.01000000.035000.0
constantcJuvenileMaleMethanConversionFractionfraction of gross energy in feed converted to CH4 [animal]DOUBLE-0.00.10.045
constantcJuvenileMaleWeightWeight per Animal and Day Juvenile MaleDOUBLEg/animal0.01000000.045000.0
constantcSpecificMethanEmissionConversion from J to CH4DOUBLEg CH4/J0.01.0E-41.8E-5
constantcSubAdultFemaleMethanConversionFractionfraction of gross energy in feed converted to CH4 [animal]DOUBLE-0.00.10.055
constantcSubAdultFemaleWeightWeight per Animal and Day SubAdult FemaleDOUBLEg/animal0.01000000.0150000.0
constantcSubAdultMaleMethanConversionFractionfraction of gross energy in feed converted to CH4 [animal]DOUBLE-0.00.10.055
constantcSubAdultMaleWeightWeight per Animal and Day SubAdult MaleDOUBLEg/animal0.01000000.0185000.0
inputiAdultFemaleNo. of head of livestockDOUBLEanimal0.01000.020.0
inputiAdultMaleNo. of head of livestockDOUBLEanimal0.01000.020.0
inputiEnergyConsumptionTotal Energy Consumption of the livestockDOUBLEJ0.01.0E820.0
inputiJuvenileFemaleNo. of head of livestockDOUBLEanimal0.01000.020.0
inputiJuvenileMaleNo. of head of livestockDOUBLEanimal0.01000.020.0
inputiSubAdultFemaleNo. of head of livestockDOUBLEanimal0.01000.020.0
inputiSubAdultMaleNo. of head of livestockDOUBLEanimal0.01000.020.0
outCH4emissionEnteric Fermentation Emission from a livestock categoryDOUBLEg CH4/d0.0500000.00.0



public class MethaneEmission extends net.simplace.sim.model.FWSimComponent {
// Public Constructors
public MethaneEmission();


// Public Instance Methods
public HashMap createVariables(); // Defines
net.simplace.sim.model.FWSimComponent


Taken from IPCC Report 2006 Vol 4, Chapter 10: Emissions from Livestock and Manure Management: V4_10_Ch10_Livestock.pdf Emission factor development An emission factor for each animal category was developed following Equation 10.21: EQUATION 10.21 CH4 EMISSION FACTORS FOR ENTERIC FERMENTATION FROM A LIVESTOCK CATEGORY EF = (GE * (Ym / 100) / 55.56 Where: EF = emission factor, kg CH4 head-1 yr-1 GE = gross energy intake, MJ head-1 day-1 Ym = methane conversion factor, per cent of gross energy in feed converted to methane The factor 55.65 (MJ/kg CH4) is the energy content of methane This emission factor equation assumes that the emission factors are being developed for an animal category for an entire year (365 days). While a full year emission factor is typically used, in some circumstances the animal category may be defined for a shorter period (e.g., for the wet season of the year or for a 150-day feedlot feeding period). In this case, the emission factor would be estimated for the specific period (e.g., the wet season) and the 365 days would be replaced by the number of days in the period. The definition of the period to which the emission factor applies is described in Section 10.2.

// Protected Instance Methods
protected void init(); // Defines net.simplace.sim.model.FWSimComponent

Initializes the fields by getting input and output FWSimVariables from VarMap
protected void process(); // Defines net.simplace.sim.model.FWSimComponent

Process the algorithm and write the results back to VarMap
protected FWSimComponent clone(FWSimVarMap aVarMap);
// Defines net.simplace.sim.model.FWSimComponent


creates a clone from this SimComponent for use in other threads


}



Hierarchy: java.lang.Object - net.simplace.sim.model.FWSimComponent (net.simplace.sim.util.FWSimFieldContainer) - MethaneEmission