Agriculture and Land Use National Greenhouse Gas Inventory Software logo.
Old tractor and tilling system.
Grazing cattle near body of water.
Crops on a hillside.
Thick vegetated hillside.
Image of holly.
Image of corn.

AGRICULTURE AND LAND USE NATIONAL GREENHOUSE GAS INVENTORY SOFTWARE PROGRAM (ALU)

Request a User Name and Password:

If you would like to download the ALU software, please go to the registration page: Registration Page.

After completing the form your request will be processed in 2-3 days and login credentials will be sent to your email address.


Login to Download Software:

Please login to access the software download page:

 

Two versions of the ALU software are available for download, including a) Version 6.0 based on the methods in the 2006 IPCC Guidelines for National Greenhouse Gas Inventories, and b) Version 4.5 based on the 1996 IPCC Guidelines and IPCC Good Practice Guidance Documents from 2000 and 2003. Both versions can be used to estimate greenhouse gas emissions and uncertainty for source categories in the Agricultural and LULUCF sectors (also known as the Agriculture Forestry and Other Land Use (AFOLU) sector in the 2006 IPCC Guidelines). Version 4.5 includes methods to estimate greenhouse gas mitigation potentials, which is anticipated to be included in future releases of version 6.0. Note that databases are not compatible between version 6.0 and 4.5 due to changes in data requirements and methods between the two sets of IPCC guidelines. Please contact the ALU software development team if you have questions
(email: alu@nrel.colostate.edu).

Important! Before attempting to install ALU software, make sure that you have Administrative privileges on your computer, as it will install ALU in the Programs folder. Please see your technical support staff to help you with this if needed. Please download and read the ALU Installation Instructions for more detailed instructions.

<table {
border-collapse: collapse;
border-style: hidden;
border: 1px solid black;
border-spacing: 5px;
}

th {
border-right:1px solid black;
text-align: center;
}

table td {
border-right:1px solid black;
text-align: center;
}

Download Software:

ALU Software: (Version 6.1.0.04) ALU Software: (Version 4.5)
(Based on 2006 IPCC Guidelines) (Based on 1996 IPCC Guidelines
and Good Practice Guidance)
ALU Software-Version 6.1.0.04 (10-01-2020) ALU Software-Version 4.5 (01-19-2017)
Installation Instructions-v6.1 (09-07-2018) Installation Instructions-v4.5 (01-19-2017)
ALU Release Notes-v6.1.0.4 (10-01-2020) ALU Release Notes-v4.5.3 (01-19-2017)

jQuery.noConflict();
jQuery(“#alu_download”).hide();
jQuery(“#alu_login”).show();
function validate(formData, jqForm, options) {
// fieldValue is a Form Plugin method that can be invoked to find the
// current value of a field
// To validate, we can capture the values of both the username and password
// fields and return true only if both evaluate to true
var usernameValue = jQuery(‘input[name=username]’).fieldValue();
var passwordValue = jQuery(‘input[name=password]’).fieldValue();
// usernameValue and passwordValue are arrays but we can do simple
// “not” tests to see if the arrays are empty
if (!usernameValue[0] || !passwordValue[0]) {
alert(‘Please enter a values for required fields’);
return false;
}
}
jQuery(document).ready(function($){
jQuery(‘#ALUlogin’).ajaxForm({
beforeSubmit: validate,
success: function(response){
if (response == 1) {
jQuery(“#alu_login”).hide();
jQuery(“#alu_download”).show();
response= “”;
} else {
jQuery(“#alu_download”).hide();
jQuery(“#alu_login”).show();
}
jQuery(‘#alu_feedback’).text(response);
},
error: function(response){
jQuery(‘#alu_feedback’).text(response);
},
resetForm: true
});
});

Related Material