CO2 Emission Reduction With Solar
- Calculate carbon footprint reduction possible by opting solar energy
- Input the solar power plant capacity
- Based on it, we will calculate the amount of CO2 emissions reduced which in turn reduce global warming
CO2 Emission Reduction With Solar
Looking to own customized calculators?
Talk to ramya@solarmango.com
[insert_php]
if((isset($_POST[‘solar_capacity’]))&&(isset($_POST[‘units’])))
{
if((!empty($_POST[‘solar_capacity’]))&&($_POST[‘units’]))
{
$servername = ‘localhost’;
$username = ‘solarman_cal’;
$password = ‘mv)f848R4h~&’;
$dbname = ‘solarman_tools’;
// Create connection
$conn = mysql_connect($servername, $username, $password) or die(“Unable to connect to MySQL”);
mysql_select_db($dbname, $conn );
$C = $_POST[“solar_capacity”];
$U = $_POST[“units”];
$ip = $_SERVER[‘REMOTE_ADDR’];
$date= date(‘Y-m-d’);
$sql = “INSERT INTO `carbon_reduction` (`solar_capacity`, `units`, `date`, `ip`) VALUES (‘$C’,’$U’,’$date’, ‘$ip’)”;
if (mysql_query($sql) === TRUE) {
} else {
echo “Error: ” .mysql_error() . “
“;
}
mysql_close($conn);
$answer=($C*$U*365*0.8)/1000; echo “
CO2 Emission Reduced
|
Solar Plant Capacity: |
$C kW |
|
Approximate units per kW per day: |
$U kWh |
CO2 emissions reduced: $answer Tons per year
- Reduction of CO2 emission per 1 kWh of solar power = 0.8 kg of CO2
- Please note that the above calculation considers only the reduction in CO2 emissions for the electricity generated from a solar power plant vs. a coal and does not take into account CO2 from other parts of the value chain.
“;
}
else
{
echo “
“;
}}
[/insert_php]
Don’t Go Solar without Going through this – Get to know answers to all your critical questions about solar from the experts.At just Rs 475, you will be glad you bought the Solar Mango expert guide “So You Want to Go Solar?” Click Here to Buy Now.
Related Calculators
