Today's Digital Newspaper

The Gazette

Weather Block Here



Lockheed Martin gets contract to build long-lasting battery storage system at Fort Carson

The U.S. Department of Defense awarded Lockheed Martin a contract to build a long-duration battery power storage system at Fort Carson near Colorado Springs to increase the amount of time the base can operate during a power failure and improve the base’s resiliency and independence from the commercial grid.

The new battery system — a Coordination Chemistry Flow Battery, also called a redox flow battery — is expected to improve the base’s ability to sustain critical missions, minimizing the need for expensive diesel generators.

The Department of Defense has a plan to make military bases self-sufficient for at least 14 days without outside power, water or other utilities dependent on commercial power sources that might be unavailable during emergencies.

“We are committed to supporting the U.S. Army’s climate strategy to foster modernization and readiness across the force, while seeking out solutions that offer a more secure, sustainable and cleaner future,” said Tom Jarvi, Lockheed Martin GridStar Flow program director. “GridStar Flow is designed to meet emerging, long-duration energy storage needs and bolster the necessary grid resilience to combat 21st century security challenges.”

Most grid-scale lithium batteries only provide electricity for about four hours and can fail after repeated charge and discharge cycles. The new battery storage system is expected to last 10 hours and can tolerate 100% discharge cycles without damage.

The redox flow battery was developed by NASA in 1973.

Creating a microgrid for a single military base and powering it with on-site sources is a priority for the Defense Department. Options under consideration include both battery storage for renewable power and small modular nuclear reactors.

Lockheed Martin says the system is intended as a demonstration unit for the Army. It will be tested against protocols that simulate microgrid and renewable integration to ensure critical missions can continue in the event of a long-term power outage.

Sign Up For Free:

let pathVariable;
let pathVariable2;

function handleUrlPathSegment() {

const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}

console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);

applyNewsletterName(pathVariable2);

return { pathVariable, pathVariable2 };
}

function applyNewsletterName(newsletterName) {

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {

updateNewsletterElement(newsletterName);
}
}

function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);

if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}

function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();

const timestamp = now.getTime();

console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);

return timestamp;
}

const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}

handleUrlPathSegment();

Success! Thank you for subscribing to our newsletter.

function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);

nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}

function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}

function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;

result.innerText = “”;

if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}

function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=69&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});

}

#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;

background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;

}

#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}

#successnsltr a {
color: white;
}

.hideblock {
display:none;
}

h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}

@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;
}
}

Featured Local Savings

Lockheed Martin says insights gained from this pilot project could support the deployment of future long-duration storage across all Defense Department services and installations.

The project is expected to break ground in the fall.

Lockheed Martin previously installed a 4.25 MW/8.5 MWh battery storage system at Fort Carson in 2018 as part of an energy savings performance contract to reduce energy costs and improve energy resilience. It works to reduce peak electrical demand, which increases power grid resilience and lowers the base’s electrical bills by providing on-base peak shaving power during periods of high-tiered pricing tariffs by utilities. It was installed at no cost to the military.

The operating theory of a CCFB is to separate the battery positive and negative electrodes from the electrolyte and use tanks to store large quantities of electrolyte that can be pumped through the electrodes, either to produce output power from charged electrolyte or recharge depleted electrolyte by inputting electricity from the grid.

To simplify the theory, think of an ordinary automotive lead-acid battery that contains acid. When the battery is charged, the charge is contained in the acid, which then reacts with the internal plates to generate electricity. Once discharged, energy must be put back into the acid by the car’s alternator. One way to instantly recharge a lead-acid battery is to replace depleted acid with fresh acid.

Lockheed’s system continuously pumps a proprietary nonflammable, noncorrosive aqueous electrolyte through the plates. As it is depleted, the system routes the liquid to a different storage tank, where it is circulated through another set of plates that take energy from the power grid — or directly from renewable sources like solar and wind — to recharge the electrolyte.

Creating an active circulating system allows duration of the output energy to be vastly extended simply by increasing the amount of charged electrolyte in storage.

The number of generating modules and the size of the electrolyte storage tanks determine the amount of electricity that is available, and storage can be increased independent of the number of generating cells.

4e4e7f54-f1a0-11ec-bf6e-f71b9655ff66

View Original Article | Split View

PREV

PREVIOUS

Justices agree with state, inmate on parole eligibility calculation

Facebook Twitter WhatsApp SMS Email Print Copy article link Save The state’s Supreme Court justices agreed with both the Colorado Department of Corrections and inmate Nathanael E. Owens on Tuesday that the government should calculate Owens’ earliest parole date using a “hybrid” method accounting for the varying eligibility protocols in his three consecutive sentences. The […]

NEXT

NEXT UP

Daniels Park ownership becomes political football

Facebook Twitter WhatsApp SMS Email Print Copy article link Save Daniels Park is still up for grabs, according to one Douglas County Commissioner who says he has plans to meet with Denver Mayor Michael Hancock about taking the iconic property over from the Mile High City. But Hancock is out of the office this week […]