I don't think losses would be immense. You'll spend a few months warming up the neighboring dirt, but after that the amount of heat escaping per day will look about the same as the seasonal system.
While that's not going to increase the cost by 350x directly, it is going to change the character of the pile from a bunch of dirt to a bunch of dirty pipes. This makes a lot of the simplifying assumptions no longer work; like you can no longer ignore the heat losses through the rods, or the lower thermal mass of the rods.
And to be clear, you can do this. There are faster-cycling thermal storage solutions out there. It's just not implied from the claim that these solutions would be so much better than batteries.
And being capable of seasonal storage doesn't stop you from using it for daily storage. It's less efficient than batteries, but you can overcome that.
Let's say you can make a 24 hour power source with $10M in solar panels and $20M in batteries, including the other equipment and costs. $30M total. If we need twice as much solar for thermal storage, but the storage only costs $1M, then that's $21M for an equivalent system.
What stops systems like that from being built right now? I was under the impression that batteries were most of the cost if you want them to last more than a few hours.
The problem with using this approach for daily cycled loads is that it relies on passive heat transfer to distribute heat through substantial regions of dirt. This simply doesn't work for daily storage.
You can overbuild, but then your energy losses are going to be immense, because you never saturate or drain the bulk of the material, and are just losing energy to it.
You could build faster cycling systems instead, and active systems especially can cycle reasonably fast, but then your dominant costs no longer reduce down to a pile of dirt with a few rods stuck into it.
When it comes to this article, I doubt the 500x cheaper statement, we would see these already everywhere if that were the case.
A battery that cycles daily makes revenue on its capacity about 350 times in a year. A seasonal energy store makes revenue on its capacity about once in a year.
A battery arbitrages between the most expensive and least expensive energy generators in the system. A seasonal energy store arbitrages between seasonal price averages.
A battery smoothing out solar production is operating on the difference between how much sun there is in the day, and how much sun there is at night. A seasonal energy store in the same role averages between summer and winter.
A factor 500 cheaper plus a significant quantity of solar energy production is about where you'd expect this kind of thermal storage to start making economic sense.
> A typical site is a factory, power plant, or town with a large earthen mound at the edge. The mound might be the size of a house for a smaller factory, and up to many football fields for a large power plant. Surrounding the earthen mound will be high-density, low-profile solar arrays.
I agree that trying to give every suburban house its own rock pile would not be very practical.
Deleted Comment
So I really hope these guys will succeed where I can't even get it to work on paper, sometimes scale really is a requirement to make something work and this could very well be one of those.
Maybe I'm failing to follow the intended argument here, but I do not see what is expensive about this. Houses are hollow; they do not weigh all that much. Dirt is cheap, especially when sourced locally.
m = re.match(pattern1, line)
if m:
do_stuff(m.group(1))
else:
m = re.match(pattern2, line)
if m:
do_other_stuff(m.group(2))
else:
m = re.match(pattern3, line)
if m:
do_things(m.groups())
else:
m = ...
Obviously, there are ways to improve this particular example without using the walrus. But it's also usually not this simple.I run into something like this all the time. Not many times per program, and I don't actually use the walrus all that often, but when it's the right thing it's so very nice.
:= is so common in other languages, or even other Python statements, that it doesn't bother me at all, but Python is such an imperative-first language that its presence is rarely felt.
It may be pessimistic. At the same time, you amortize things based on history.
Things like substations are amortized over 30-40 years. Battery banks don't have the history; a 20 year timeframe seems like a reasonable amortization time. Indeed, if technology improves and costs reduce like people are advocating for here, it'll be thrown away and replaced. If it wears out in ways that don't justify refurbishment, same. And refurbishment/recycling/etc are not well understood processes at scale, yet, nor are future usage patterns well enough understood to know if we will have those resources at the right places.
Again, we could get lucky: batteries could last longer than expected; we could use technologies that are close enough cousins and have a really good time at refurbishment; we could not hit any kind of scaling limitations with battery storage; etc. I agree battery storage is great. And I agree it could be sufficient alone (well, combined with other storage options) if we hit the top third of possible scenarios.
I just am concerned about the other scenarios. I can't rule them out. And if we're going to have insurance against them, it's time to buy it now.
I'd much rather face a future where people say that we wasted a few tens of billions on nuclear power plants than to face a future where people shake their head that we wasted the opportunity to save the climate by foregoing nuclear.
Isn't that the whole debate? What are we arguing about at this point?