<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Terra</title><link>https://mcfredrick.github.io/terra/</link><description>Recent content on Terra</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 09 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://mcfredrick.github.io/terra/index.xml" rel="self" type="application/rss+xml"/><item><title>Terra Daily — May 9, 2026</title><link>https://mcfredrick.github.io/terra/posts/2026-05-09/</link><pubDate>Sat, 09 May 2026 00:00:00 +0000</pubDate><guid>https://mcfredrick.github.io/terra/posts/2026-05-09/</guid><description>&lt;h2 id="open-source-projects">Open Source Projects&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>&lt;a href="https://github.com/wlcrs/huawei_solar" target="_blank" rel="noopener noreferrer">wlcrs/huawei_solar&lt;/a>
&lt;/strong> — Home Assistant integration for Huawei Solar inverters via Modbus RTU/TCP, with 882 stars. Gives you direct access to inverter telemetry (production, consumption, grid export/import) from a widely deployed residential inverter brand — useful if you want to prototype energy monitoring pipelines or build on top of real solar data.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>&lt;a href="https://github.com/Giorgio866/lumina-energy-card" target="_blank" rel="noopener noreferrer">Giorgio866/lumina-energy-card&lt;/a>
&lt;/strong> — A 3D dashboard card for Home Assistant that visualizes house consumption, battery state of charge, EV charging status, and multiple solar arrays in a single view. A good reference for frontend engineers exploring how to present multi-source energy data in a digestible, real-time format.&lt;/p></description></item><item><title>Terra Daily — May 8, 2026</title><link>https://mcfredrick.github.io/terra/posts/2026-05-08/</link><pubDate>Fri, 08 May 2026 00:00:00 +0000</pubDate><guid>https://mcfredrick.github.io/terra/posts/2026-05-08/</guid><description>&lt;h2 id="research-worth-reading">Research Worth Reading&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://arxiv.org/abs/2605.05992" target="_blank" rel="noopener noreferrer">SOPF-Based Adaptive Droop Control for Hybrid AC&amp;ndash;HVDC Grids Under Offshore Wind Uncertainty&lt;/a>
 — Proposes a stochastic optimal power flow (SOPF)-based adaptive droop control method for hybrid AC-HVDC grids to handle DC voltage regulation under severe offshore wind volatility. Bridges the gap between system-level economic dispatch and converter-level control, offering a practical approach for grid engineers working on offshore wind integration.&lt;/li>
&lt;li>&lt;a href="https://arxiv.org/abs/2605.05952" target="_blank" rel="noopener noreferrer">Foundation Twins: A New Generation of Power Systems Digital Twins using Foundation AI Models&lt;/a>
 — Introduces a framework for power systems digital twins that use foundation AI models to handle multi-timescale, multi-horizon, and multi-geographic-scope decision-making. Directly relevant to grid optimization and renewable integration — if you&amp;rsquo;ve built multi-model systems or worked on forecasting pipelines, this maps onto familiar territory.&lt;/li>
&lt;li>&lt;a href="https://arxiv.org/abs/2605.05932" target="_blank" rel="noopener noreferrer">Consideration of Control-Loop Interaction in Transient Stability of Grid-Following Inverters using Bandwidth Separation Method&lt;/a>
 — Analyzes transient (large-signal) stability of grid-following inverters by isolating PLL-to-control-loop interactions using a bandwidth separation method. Gives power electronics engineers concrete tools for designing inverter control systems that stay stable under grid disturbances.&lt;/li>
&lt;li>&lt;a href="https://arxiv.org/abs/2605.05976" target="_blank" rel="noopener noreferrer">Community-to-Vehicle: Integrating Electric Vehicles into Energy Communities &amp;ndash; A Swiss Case Study&lt;/a>
 — Introduces the community-to-vehicle (C2V) concept: a technical and institutional mechanism for integrating EV charging within local energy communities to use locally generated renewable energy more efficiently. The Swiss case study provides a concrete deployment example with real operational constraints.&lt;/li>
&lt;/ul>
&lt;h2 id="technology--innovation">Technology &amp;amp; Innovation&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://cleantechnica.com/2026/05/07/xpeng-unveils-the-world-model-accelerator-x-cache-which-requires-no-training-is-plug-and-play-and-boosts-inference-speed-by-2-7-times/" target="_blank" rel="noopener noreferrer">XPENG Unveils The &amp;ldquo;World Model Accelerator&amp;rdquo; X-Cache, Which Requires No Training, Is Plug-And-Play, And Boosts Inference Speed By 2.7 Times&lt;/a>
 — XPENG released X-Cache, a plug-and-play world model accelerator that requires no training and boosts inference speed by 2.7x for autonomous driving systems by exploiting continuity in world model representations. The technique — prefilling caches based on temporal coherence — is relevant to anyone optimizing inference latency for time-series or video models, regardless of domain.&lt;/li>
&lt;/ul>
&lt;h2 id="open-source-projects">Open Source Projects&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://github.com/NOAA-GFDL/FMS" target="_blank" rel="noopener noreferrer">NOAA-GFDL/FMS&lt;/a>
 — The Flexible Modeling System: a shared infrastructure for climate and Earth system models written in Fortran with NetCDF I/O support. Underpins many operational climate models used by NOAA and the broader research community — if you&amp;rsquo;ve worked with large numerical simulation frameworks, the architecture and data conventions will feel familiar.&lt;/li>
&lt;/ul>
&lt;h2 id="todays-synthesis">Today&amp;rsquo;s Synthesis&lt;/h2>
&lt;p>If you&amp;rsquo;re looking for a concrete place to start, bridge the &lt;strong>SOPF-Based Adaptive Droop Control&lt;/strong> paper with the &lt;strong>Foundation Twins&lt;/strong> framework and the &lt;strong>Community-to-Vehicle&lt;/strong> concept. The core insight: as offshore wind volatility grows, hybrid AC-HVDC grids need both fast converter-level control (SOPF droop) and coordinated community-level demand response (C2V EV charging). Foundation AI–driven digital twins are one way to run those two layers in a single decision framework — multi-timescale forecasting for wind output feeds into transient stability analysis for inverter control, while simultaneously optimizing when EVs draw from local renewables. The engineering lift is real: you&amp;rsquo;d need to integrate time-series forecasting models, power system simulation APIs, and community-level scheduling logic. But the pattern — a digital twin that couples grid physics with community logistics — maps directly onto the kinds of multi-model systems most software engineers have already built. &lt;a href="https://arxiv.org/abs/2605.05952" target="_blank" rel="noopener noreferrer">Foundation Twins&lt;/a>
 gives you the architecture; &lt;a href="https://arxiv.org/abs/2605.05976" target="_blank" rel="noopener noreferrer">Community-to-Vehicle&lt;/a>
 gives you the use case; &lt;a href="https://arxiv.org/abs/2605.05992" target="_blank" rel="noopener noreferrer">SOPF-Based Adaptive Droop Control&lt;/a>
 gives you the control problem to solve at the grid edge.&lt;/p></description></item><item><title>Terra Daily — May 7, 2026</title><link>https://mcfredrick.github.io/terra/posts/2026-05-07/</link><pubDate>Thu, 07 May 2026 00:00:00 +0000</pubDate><guid>https://mcfredrick.github.io/terra/posts/2026-05-07/</guid><description>&lt;h2 id="research-worth-reading">Research Worth Reading&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>&lt;a href="https://arxiv.org/abs/2605.04289" target="_blank" rel="noopener noreferrer">Building Power Grid Models from Open Data: A Complete Pipeline from OpenStreetMap to Optimal Power Flow&lt;/a>
 — A five-stage pipeline that constructs complete, OPF-solvable transmission network models entirely from OpenStreetMap data. Solves the critical barrier of restricted grid data access in the US, enabling reproducible power systems research without proprietary datasets. If you&amp;rsquo;ve worked with geospatial data pipelines or network graph construction, this is directly in your wheelhouse.&lt;/p></description></item><item><title>Terra Daily — May 6, 2026</title><link>https://mcfredrick.github.io/terra/posts/2026-05-06/</link><pubDate>Wed, 06 May 2026 00:00:00 +0000</pubDate><guid>https://mcfredrick.github.io/terra/posts/2026-05-06/</guid><description>&lt;h2 id="research-worth-reading">Research Worth Reading&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2605.03165" target="_blank" rel="noopener noreferrer">High-Fidelity Full-Sky Video Prediction for Photovoltaic Ramp Event Forecasting&lt;/a>
&lt;/strong> — Introduces PhyDiffNet, a generative framework that predicts future sky video to feed a ramp-aware PV output model for ultra-short-term solar ramp forecasting. Directly relevant if you work with time-series prediction or video understanding — the hard part is modeling fast cloud transitions that destabilize grid frequency.&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2605.03844" target="_blank" rel="noopener noreferrer">Online Energy Management for Bidirectional EV Charging with Rooftop PV: An Aging-Aware MPC Approach&lt;/a>
&lt;/strong> — Builds an online model predictive control loop for vehicle-home-grid systems that explicitly models battery degradation. If you&amp;rsquo;ve tuned MPC controllers or worked on optimization under uncertainty, the formulation here — balancing V2G/V2H revenue against cycle-life cost — is a concrete systems problem.&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2605.03802" target="_blank" rel="noopener noreferrer">Towards accurate extreme event likelihoods from diffusion model climate emulators&lt;/a>
&lt;/strong> — Evaluates the cBottle diffusion model for generating physically consistent atmospheric states and improving extreme-event probability estimates in climate scenarios. Useful if you&amp;rsquo;re familiar with score-based generative models and want to understand how diffusion is being applied to conditional climate emulation rather than just image generation.&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2605.03374" target="_blank" rel="noopener noreferrer">Event-Based Dynamic Programming for Pumped-Storage Hydropower Scheduling&lt;/a>
&lt;/strong> — Reformulates pumped-storage scheduling as an event-based DP problem with mode-specific transitions, handling reservoir dynamics, ramp limits, and start-up costs. A clear example of how discrete-event modeling can outperform flat time-step approaches when the state space is sparse.&lt;/li>
&lt;/ul>
&lt;h2 id="open-source-projects">Open Source Projects&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>&lt;a href="https://www.canarymedia.com/articles/offshore-wind/ocean-winds-trump-deal-europe-floating-turbines" target="_blank" rel="noopener noreferrer">Offshore wind firm that took Trump payout hits a milestone in Europe&lt;/a>
&lt;/strong> — Ocean Winds has commissioned a 30 MW floating wind array off southern France, one of the larger early-stage floating turbine deployments. Worth watching if you&amp;rsquo;re tracking floating foundation design, mooring system engineering, or how European permitting pathways differ from U.S. political constraints.&lt;/li>
&lt;/ul>
&lt;h2 id="todays-synthesis">Today&amp;rsquo;s Synthesis&lt;/h2>
&lt;p>The PhyDiffNet paper shows how generating near-future sky video can improve ultra-short-term solar ramp forecasts — useful at the distribution level where sudden cloud cover shifts destabilize local grid frequency. Pair that with the aging-aware MPC for bidirectional EV charging with rooftop PV, and you have a concrete stack: predict the next few minutes of solar output variability, then run an optimization loop that decides when to charge, discharge, or feed the grid while accounting for battery wear. Ocean Winds&amp;rsquo; 30 MW floating array in France is a reminder that the same variability problem scales up — offshore wind output also swings with wind shifts, and better short-horizon forecasts (whether from sky video or diffusion-based atmospheric emulators) directly improve dispatch decisions across storage, EVs, and grid assets. If you&amp;rsquo;re coming from ML or control systems, the open question is: how do you fuse these forecasts into a single real-time optimizer that handles multiple heterogeneous generation sources? That&amp;rsquo;s the systems integration problem worth prototyping with open datasets like NSRDB solar imagery and ENTSO-E wind profiles.&lt;/p></description></item><item><title>Terra Daily — May 5, 2026</title><link>https://mcfredrick.github.io/terra/posts/2026-05-05/</link><pubDate>Tue, 05 May 2026 00:00:00 +0000</pubDate><guid>https://mcfredrick.github.io/terra/posts/2026-05-05/</guid><description>&lt;h2 id="research-worth-reading">Research Worth Reading&lt;/h2>
&lt;p>&lt;strong>&lt;a href="https://arxiv.org/abs/2605.00850" target="_blank" rel="noopener noreferrer">Earth System Foundation Model (ESFM): A unified framework for heterogeneous data integration and forecasting&lt;/a>
&lt;/strong> — Introduces ESFM, a fully open Earth system foundation model built on a 3D Swin UNet backbone that learns statistical relationships across massive heterogeneous datasets for versatile downstream climate applications through finetuning. It separates itself from task-specific weather models by enabling flexible adaptation across diverse climate and Earth system tasks without retraining from scratch.
&lt;strong>&lt;a href="https://arxiv.org/abs/2605.01599" target="_blank" rel="noopener noreferrer">Cast3: Translating numerical weather prediction principles into data-driven forecasting&lt;/a>
&lt;/strong> — Proposes Cast3, a data-driven weather forecasting model that incorporates methodological knowledge from operational numerical weather prediction (NWP) rather than relying solely on reanalysis data. Addresses the gap between rapid advances in data-driven models and decades of NWP domain expertise.
&lt;strong>&lt;a href="https://arxiv.org/abs/2510.08107" target="_blank" rel="noopener noreferrer">Beyond the Training Data: Confidence-Guided Mixing of Parameterizations in a Hybrid AI-Climate Model&lt;/a>
&lt;/strong> — Addresses persistent systematic errors in Earth system models by proposing a confidence-guided approach to mixing ML parameterizations with traditional physics-based methods for subgrid atmospheric convection and turbulence. Focuses on achieving stable long-term atmospheric simulations with reduced bias and improved physical consistency.
&lt;strong>&lt;a href="https://arxiv.org/abs/2605.01362" target="_blank" rel="noopener noreferrer">Coordination Architecture Shapes Continuous Demand Response Outcomes in Building Districts&lt;/a>
&lt;/strong> — Compares four coordination paradigms (centralized MPC, decentralized, etc.) for building clusters to track aggregated load profiles while preserving occupant comfort and equitable control burden distribution. Directly applicable to grid-integrated building energy management and demand response engineering.
&lt;strong>&lt;a href="https://arxiv.org/abs/2605.01173" target="_blank" rel="noopener noreferrer">Limiting the Impact of AI Data Centers on Fatigue Life of Thermal Turbine Generators in the Grid: A Frequency-Domain Approach&lt;/a>
&lt;/strong> — Establishes a framework assessing how AI data center load variations cause fatigue damage in steam/gas turbines through torsional oscillations, using frequency-domain analysis to quantify load fluctuation limits. Highly relevant to grid operators managing increasing data center power demands.
&lt;strong>&lt;a href="https://arxiv.org/abs/2605.00860" target="_blank" rel="noopener noreferrer">An Adaptive Spatiotemporal Clustering Framework for 3D Ocean Subsurface Temperature Reconstruction&lt;/a>
&lt;/strong> — Develops a clustering framework for reconstructing ocean subsurface temperature from satellite remote sensing, addressing challenges of sparse subsurface observations and spatiotemporal heterogeneity. Has direct relevance to ocean dynamics understanding and climate variability monitoring.&lt;/p></description></item><item><title>Terra Daily — May 4, 2026</title><link>https://mcfredrick.github.io/terra/posts/2026-05-04/</link><pubDate>Mon, 04 May 2026 00:00:00 +0000</pubDate><guid>https://mcfredrick.github.io/terra/posts/2026-05-04/</guid><description>&lt;h1 id="-terra-may-the-fourth-be-with-you-">⚔️ TERRA: May the Fourth Be With You ⭐&lt;/h1>
&lt;p>&lt;em>An engineer&amp;rsquo;s guide to the climate tech galaxy, delivered fresh on Star Wars Day.&lt;/em>&lt;/p>
&lt;hr>
&lt;h2 id="-research-worth-reading">📜 Research Worth Reading&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>&lt;a href="https://arxiv.org/abs/2605.00231" target="_blank" rel="noopener noreferrer">An Annual Quasi-Static Time-Series Simulation Framework for Enhanced Transmission System Expansion Planning&lt;/a>
&lt;/strong> — The Rebel Alliance of grid planning: this framework replaces traditional snapshot-based deterministic approaches with quasi-static time-series simulation, capturing the temporal dynamics and operational constraints that DERs and variable renewables impose on transmission expansion. If you&amp;rsquo;ve ever worked with time-series simulation at scale, the computational architecture here will feel familiar — and the gap it fills is real.&lt;/p></description></item><item><title>Terra Daily — May 3, 2026</title><link>https://mcfredrick.github.io/terra/posts/2026-05-03/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://mcfredrick.github.io/terra/posts/2026-05-03/</guid><description>&lt;h2 id="open-source-projects">Open Source Projects&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>&lt;a href="https://github.com/XavB64/lowtrip" target="_blank" rel="noopener noreferrer">XavB64/lowtrip&lt;/a>
&lt;/strong> — Web app that computes travel CO₂e emissions across transportation modes globally. If you&amp;rsquo;ve worked with geospatial data or emission factor databases, this is a clean example of mapping + lifecycle data stitched into a usable tool.&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://github.com/fvaleye/tracarbon" target="_blank" rel="noopener noreferrer">fvaleye/tracarbon&lt;/a>
&lt;/strong> — Lightweight CLI tool that tracks device energy consumption and calculates carbon emissions based on your geographic grid mix. A nice reference for anyone thinking about building developer-facing carbon-awareness tooling.&lt;/li>
&lt;/ul>
&lt;h2 id="policy--regulation">Policy &amp;amp; Regulation&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>&lt;a href="https://rmi.org/appliance-efficiency-standards/" target="_blank" rel="noopener noreferrer">Appliance Efficiency Standards: A Proven Tool for Affordability and Grid Reliability&lt;/a>
&lt;/strong> — RMI&amp;rsquo;s analysis ties appliance efficiency standards directly to peak demand reduction and lower outage risk, backed by their grid Reliability Dashboard data. Good reading for anyone interested in how efficiency policy translates into measurable grid outcomes.&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://cleantechnica.com/2026/05/01/epa-says-oil-gas-operators-can-continue-to-flare-past-long-set-deadline/" target="_blank" rel="noopener noreferrer">EPA Says Oil &amp;amp; Gas Operators Can Continue to Flare Past Long-Set Deadline&lt;/a>
&lt;/strong> — The EPA issued guidance letting oil and gas operators continue routine flaring beyond previously agreed deadlines. For engineers working on methane detection or emissions monitoring, this is a signal that regulatory pressure on flaring may soften in the near term.&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://cleantechnica.com/2026/05/02/maritime-decarbonization-is-closer-cheaper-and-more-practical-than-it-looks/" target="_blank" rel="noopener noreferrer">Maritime Decarbonization Is Closer, Cheaper, And More Practical Than It Looks&lt;/a>
&lt;/strong> — Argues that practical decarbonization pathways for the shipping sector are more feasible than commonly perceived, following the IMO&amp;rsquo;s Net-Zero Framework surviving its latest committee meeting. Relevant for systems engineers thinking about fuel-switching logistics and port infrastructure.&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://cleantechnica.com/2026/05/01/un-shipping-deal-lives-to-fight-another-day-as-us-fails-to-derail-negotiations/" target="_blank" rel="noopener noreferrer">UN Shipping Deal Lives to Fight Another Day, as US Fails to Derail Negotiations&lt;/a>
&lt;/strong> — The IMO&amp;rsquo;s Net-Zero Framework remains intact despite US-led efforts to weaken it, with negotiations postponed to autumn. A useful data point for anyone tracking the policy horizon around maritime emissions standards.&lt;/li>
&lt;/ul>
&lt;h2 id="community-finds">Community Finds&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>&lt;a href="https://news.ycombinator.com/item?id=18181503" target="_blank" rel="noopener noreferrer">Ask HN: What can be done to prevent a climate catastrophe?&lt;/a>
&lt;/strong> — 499-comment thread covering carbon capture engineering, nuclear, grid-scale storage, and methane reduction. Scattered but technically substantive — worth skimming for practitioner perspectives on what&amp;rsquo;s actually buildable.&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://cleantechnica.com/2026/05/02/top-selling-electric-vehicles-in-the-world-march-2026/" target="_blank" rel="noopener noreferrer">Top Selling Electric Vehicles in the World — March 2026&lt;/a>
&lt;/strong> — Global plugin registrations hit ~1.7M units in March 2026, up 5% YoY. BEVs grew 12% YoY while PHEVs declined 8%, reinforcing the divergence between pure electrics and plug-in hybrids. Tesla took the top two spots globally.&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://cleantechnica.com/2026/05/02/nissan-to-produce-ice-trucks-suvs-instead-of-evs-in-usa/" target="_blank" rel="noopener noreferrer">Nissan to Produce ICE Trucks &amp;amp; SUVs Instead of EVs in USA&lt;/a>
&lt;/strong> — Nissan reversed its US EV production plans in favor of gas-powered trucks and SUVs, running counter to the broader global electrification trend. A reminder that automaker commitments remain volatile and market-dependent.&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://cleantechnica.com/2026/05/01/who-is-tesla-selling-1-million-humanoid-robots-a-year-to/" target="_blank" rel="noopener noreferrer">Who Is Tesla Selling 1 Million Humanoid Robots A Year To?&lt;/a>
&lt;/strong> — Tesla&amp;rsquo;s shareholder report outlines a first-gen Optimus factory targeting 1M units/year, construction starting Q2 2026, replacing Model S line capacity. Whether or not the timeline holds, it&amp;rsquo;s a concrete signal of where one major player is placing its manufacturing bets.&lt;/li>
&lt;/ul>
&lt;h2 id="todays-synthesis">Today&amp;rsquo;s Synthesis&lt;/h2>
&lt;p>Two threads today point toward a specific gap: &lt;strong>real-time emissions monitoring for mobile sources&lt;/strong>. &lt;a href="https://github.com/fvaleye/tracarbon" target="_blank" rel="noopener noreferrer">Tracarbon&lt;/a>
 shows what device-level carbon tracking looks like, and &lt;a href="https://github.com/XavB64/lowtrip" target="_blank" rel="noopener noreferrer">lowtrip&lt;/a>
 demonstrates how geospatial routing data can be paired with emission factors — but both are static or user-initiated. Meanwhile, the EPA&amp;rsquo;s decision to let oil and gas operators &lt;a href="https://cleantechnica.com/2026/05/01/epa-says-oil-gas-operators-can-continue-to-flare-past-long-set-deadline/" target="_blank" rel="noopener noreferrer">continue routine flaring&lt;/a>
 means voluntary and third-party monitoring tools will matter more, not less, for accountability. If you&amp;rsquo;re a systems or ML engineer looking for a high-leverage project, consider building a pipeline that fuses satellite-based methane detection (e.g., TROPOMI, GHGSat) with flaring permit databases and grid carbon intensity APIs — essentially extending what Tracarbon does for laptops to industrial point sources, with automated anomaly detection. The maritime angle is parallel: the IMO&amp;rsquo;s &lt;a href="https://cleantechnica.com/2026/05/02/maritime-decarbonization-is-closer-cheaper-and-more-practical-than-it-looks/" target="_blank" rel="noopener noreferrer">Net-Zero Framework surviving intact&lt;/a>
 means shipping emissions standards are coming, and AIS tracking data + fuel consumption models are the foundation for compliance tooling that doesn&amp;rsquo;t exist yet at scale.&lt;/p></description></item><item><title>Terra Daily — May 2, 2026</title><link>https://mcfredrick.github.io/terra/posts/2026-05-02/</link><pubDate>Sat, 02 May 2026 00:00:00 +0000</pubDate><guid>https://mcfredrick.github.io/terra/posts/2026-05-02/</guid><description>&lt;h2 id="research-worth-reading">Research Worth Reading&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://heatmap.news/podcast/shift-key-s3-e45-ember-report" target="_blank" rel="noopener noreferrer">Some Great News About the Global Electricity System&lt;/a>
 — Summarizes findings from Ember&amp;rsquo;s global electricity report showing clean power met all growth in electricity demand for the first time. Offers data-driven insights into grid decarbonization trends relevant to energy systems engineers.&lt;/li>
&lt;/ul>
&lt;h2 id="technology--innovation">Technology &amp;amp; Innovation&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://cleantechnica.com/2026/05/01/a-new-sodium-ion-battery-twist-in-the-tale-of-ess/" target="_blank" rel="noopener noreferrer">A New Sodium-Ion Battery Twist In The Tale Of ESS&lt;/a>
 — US flow battery innovator ESS is partnering with startup Alsym Energy to manufacture a new sodium-ion battery. This represents a notable development in alternative battery chemistries that could reduce reliance on lithium and lower costs for grid-scale energy storage.&lt;/li>
&lt;li>&lt;a href="https://heatmap.news/climate-tech/desalination-oceanwell-vital-lyfe" target="_blank" rel="noopener noreferrer">Desalination Is Having a Moment&lt;/a>
 — Discusses advances in desalination technology from startups like OceanWell and Vital Lyfe, addressing water scarcity through innovative engineering solutions. Focuses on technical progress in membrane and energy-efficient desalination systems.&lt;/li>
&lt;li>&lt;a href="https://cleantechnica.com/2026/05/01/electric-fire-trucks-are-spreading-but-they-lag-buses-garbage-trucks-drayage-fleets/" target="_blank" rel="noopener noreferrer">Electric Fire Trucks Are Spreading, But They Lag Buses, Garbage Trucks, &amp;amp; Drayage Fleets&lt;/a>
 — Vancouver has deployed an electric fire truck in its municipal fleet, adding to the growing list of specialized vehicle electrification efforts. The article notes that fire truck electrification lags behind buses, garbage trucks, and drayage fleets, highlighting varying adoption rates across vehicle segments and the unique engineering constraints of high-power emergency vehicle duty cycles.&lt;/li>
&lt;/ul>
&lt;h2 id="open-source-projects">Open Source Projects&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://cleantechnica.com/2026/05/01/sierra-club-allies-applaud-approval-of-accelergens-east-side-energy-storage-for-wyandotte-county/" target="_blank" rel="noopener noreferrer">Sierra Club, Allies Applaud Approval of Accelergen&amp;rsquo;s East Side Energy Storage for Wyandotte County&lt;/a>
 — The Unified Government of Wyandotte County approved Accelergen&amp;rsquo;s proposed 300 MW utility-scale energy storage project, which will be among the largest in Kansas. Energy storage at this scale is critical for enabling higher renewable energy penetration on the grid.&lt;/li>
&lt;li>&lt;a href="https://www.canarymedia.com/articles/long-duration-energy-storage/us-battery-startup-builds-factory-china" target="_blank" rel="noopener noreferrer">US battery startup builds factory in China after nixing Kentucky plant&lt;/a>
 — EnerVenue, a long-duration energy storage startup with NASA-inspired metal-hydrogen battery technology, secured $300M to build a factory in China after abandoning U.S. manufacturing plans. This highlights ongoing challenges in domestic battery supply chain development and the competitive dynamics facing US-based storage startups.&lt;/li>
&lt;/ul>
&lt;h2 id="policy--regulation">Policy &amp;amp; Regulation&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://heatmap.news/am/belgium-nuclear-engie" target="_blank" rel="noopener noreferrer">Belgium Is Nationalizing Its Nuclear Industry&lt;/a>
 — Reports on Belgium&amp;rsquo;s move to nationalize parts of its nuclear sector via Engie, signaling strategic state involvement in low-carbon baseload power. Relevant to energy policy and long-term grid planning discussions.&lt;/li>
&lt;li>&lt;a href="https://www.canarymedia.com/articles/electrification/local-policies-buildings-winning-court" target="_blank" rel="noopener noreferrer">Local policies to get buildings off gas keep winning in court&lt;/a>
 — Building electrification ordinances are being upheld in federal courts after a 2023 setback, strengthening the legal foundation for local gas-ban policies. This is relevant for engineers and policymakers designing electrification roadmaps, as it reduces regulatory risk for building decarbonization projects.&lt;/li>
&lt;/ul>
&lt;h2 id="community-finds">Community Finds&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://www.canarymedia.com/articles/electric-vehicles/used-evs-upswing-america" target="_blank" rel="noopener noreferrer">Used EVs are on the upswing in America&lt;/a>
 — Used EV sales are surging in the U.S. even as new EV sales slow, with hundreds of thousands of battery-powered vehicles coming off leases. This trend has implications for battery second-life applications, grid storage potential, and the economics of EV battery degradation at scale.&lt;/li>
&lt;li>&lt;a href="https://cleantechnica.com/2026/05/01/scope-3-emissions-challenging-yes-impossible-to-reduce-no/" target="_blank" rel="noopener noreferrer">Scope 3 Emissions: Challenging? Yes. Impossible To Reduce? No.&lt;/a>
 — Despite the US federal government stepping back from climate initiatives, corporations are quietly developing emissions mitigation strategies, including approaches to reduce Scope 3 (supply chain) emissions. The piece highlights that Scope 3 reduction, while difficult, is achievable and increasingly being operationalized — a strong signal for engineers interested in supply chain data infrastructure and lifecycle analysis tooling.&lt;/li>
&lt;li>&lt;a href="https://news.ycombinator.com/item?id=28601257" target="_blank" rel="noopener noreferrer">Ask HN: What can I do to actively fight climate change?&lt;/a>
 — Broad community discussion on actionable steps individuals and technologists can take to address climate change, including open-source contributions, data analysis projects, and joining climate-focused organizations. Offers a range of entry points for engineers looking to redirect their skills toward climate work.&lt;/li>
&lt;/ul>
&lt;h2 id="todays-synthesis">Today&amp;rsquo;s Synthesis&lt;/h2>
&lt;p>The throughline today is &lt;strong>energy storage as the connective tissue of decarbonization&lt;/strong> — and engineers have a clear entry point. &lt;a href="https://cleantechnica.com/2026/05/01/a-new-sodium-ion-battery-twist-in-the-tale-of-ess/" target="_blank" rel="noopener noreferrer">ESS&amp;rsquo;s sodium-ion battery partnership&lt;/a>
 and &lt;a href="https://cleantechnica.com/2026/05/01/sierra-club-allies-applaud-approval-of-accelergens-east-side-energy-storage-for-wyandotte-county/" target="_blank" rel="noopener noreferrer">Accelergen&amp;rsquo;s 300 MW Kansas project&lt;/a>
 both underscore that storage is moving from pilot to deployment at scale, but the &lt;a href="https://www.canarymedia.com/articles/long-duration-energy-storage/us-battery-startup-builds-factory-china" target="_blank" rel="noopener noreferrer">EnerVenue factory shift to China&lt;/a>
 reveals a domestic manufacturing gap that creates real demand for systems engineers, process engineers, and supply chain tooling. Meanwhile, the &lt;a href="https://www.canarymedia.com/articles/electric-vehicles/used-evs-upswing-america" target="_blank" rel="noopener noreferrer">surge in used EVs&lt;/a>
 means a growing stream of batteries that need degradation modeling, second-life grading algorithms, and BMS data pipelines — all squarely in ML and embedded systems territory. If you&amp;rsquo;re looking for where to aim your skills, the storage stack — from cell chemistry to fleet-level battery analytics — is hiring and underinvested in software.&lt;/p></description></item><item><title>Terra Daily — May 1, 2026</title><link>https://mcfredrick.github.io/terra/posts/2026-05-01/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://mcfredrick.github.io/terra/posts/2026-05-01/</guid><description>&lt;h2 id="research-worth-reading">Research Worth Reading&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>&lt;a href="https://arxiv.org/abs/2604.27207" target="_blank" rel="noopener noreferrer">Regime-Adaptive Weighted Ensemble Learning for Computing-Driven Dynamic Load Forecasting in AI Data Centers&lt;/a>
 — Introduces a regime-adaptive weighted ensemble method for short-term load forecasting in AI data centers, where heterogeneous, bursty compute jobs create non-stationary power demand patterns. Directly relevant to grid stability and energy efficiency in rapidly growing data center infrastructure.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;a href="https://arxiv.org/abs/2604.27180" target="_blank" rel="noopener noreferrer">Efficient Graph Partitioning under Resource Constraints: A Cutting-Plane Framework for Distribution Grids&lt;/a>
 — Develops a cutting-plane optimization framework for real-time network reconfiguration of distribution grids, ensuring radial connectivity and resource feasibility during partitioning. Enables more resilient and efficient grid topology control for distributed energy resource integration.&lt;/p></description></item><item><title>Terra Daily — April 30, 2026</title><link>https://mcfredrick.github.io/terra/posts/2026-04-30/</link><pubDate>Thu, 30 Apr 2026 00:00:00 +0000</pubDate><guid>https://mcfredrick.github.io/terra/posts/2026-04-30/</guid><description>&lt;h2 id="research-worth-reading">Research Worth Reading&lt;/h2>
&lt;p>&lt;strong>&lt;a href="https://arxiv.org/abs/2604.26424" target="_blank" rel="noopener noreferrer">Risk-Aware Multi-Market Scheduling of Virtual Power Plants with Dynamic Network Tariffs&lt;/a>
&lt;/strong> — Presents a scheduling framework for virtual power plants (VPPs) that incorporates DER flexibility, dynamic network tariffs, and risk management. Addresses practical challenges in coordinating distributed energy resources under real-world grid pricing and congestion signals.&lt;/p>
&lt;p>&lt;strong>&lt;a href="https://arxiv.org/abs/2604.26566" target="_blank" rel="noopener noreferrer">Learning to Route Electric Trucks Under Operational Uncertainty&lt;/a>
&lt;/strong> — Proposes a learning-based routing method for electric truck fleets that jointly handles logistics, battery range, charging times, and shared charging infrastructure constraints. Offers a practical alternative to heuristics for coupled energy-logistics planning.&lt;/p></description></item><item><title>Terra Daily — April 29, 2026</title><link>https://mcfredrick.github.io/terra/posts/2026-04-29/</link><pubDate>Wed, 29 Apr 2026 00:00:00 +0000</pubDate><guid>https://mcfredrick.github.io/terra/posts/2026-04-29/</guid><description>&lt;h2 id="research-worth-reading">Research Worth Reading&lt;/h2>
&lt;p>&lt;strong>&lt;a href="https://arxiv.org/abs/2604.25559" target="_blank" rel="noopener noreferrer">Representing the Surface Ocean in ECMWF&amp;rsquo;s data-driven forecasting system AIFS&lt;/a>
&lt;/strong> — Extends ECMWF&amp;rsquo;s ML-based AIFS weather model to jointly forecast atmosphere, surface ocean, waves, and sea ice using a unified architecture. Demonstrates improved medium-range coupled forecasts, offering a template for ML-driven Earth system prediction that engineers can adapt for climate risk or renewable energy applications.&lt;/p>
&lt;p>&lt;strong>&lt;a href="https://arxiv.org/abs/2604.24950" target="_blank" rel="noopener noreferrer">A Class AAA Solar Testbed for Reproducible Long-Term Characterization of Energy-Harvesting Systems&lt;/a>
&lt;/strong> — Presents a controlled solar testbed that isolates irradiance and spectral variability for reproducible testing of solar-powered systems. Enables benchmarking of MPPT algorithms, storage sizing, and parameter tuning under repeatable conditions, directly applicable to embedded systems and energy management optimization.&lt;/p></description></item></channel></rss>