Search NASASearch

SEARCH · Search NASA

Results for “Marine renewable energy”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

740 records · Page 2

Wide-Bandgap Semiconductor Amplifiers for Fusion Plasma Heating and Control

This paper discusses power electronics developed under the ARPA-E GAMOW program to support nuclear fusion power production. The goal of this project was to develop and assess the potential for wide-bandgap (WBG) semiconductor devices in power electronics to enable high-efficiency and high-voltage solid-state systems for fusion plasma generation, heating, and control. The power electronics use an architecture in which multiple high-power boards can be combined to produce megawatt-level power, where using multiple boards provides high reliability. Two main areas of power electronics boards are developed in this project for fusion plasma heating and control applications: (1) pulse generation and control and (2) radiofrequency generation. The first area is for boards capable of driving high-voltage millisecond pulses at high duty cycles. The envisioned application of these pulses is in plasma control of magnetohydrodynamic instabilities, plasma position, and edge-localized modes. Pulse-width modulation allows for the implementation of a wide variety of linear and nonlinear control systems. The boards developed for this project could actuate control coils based on digital input signals and can be parallelized to provide megawatts of output power. The design of the pulse generator is a low-side load switch. A load switch was designed and constructed that utilized 2-kV-rated field-effect transistor (FET)-based cascodes developed by Qorvo under this project to perform initial testing of these cascodes. The second area is being implemented using class E amplifiers with WBG devices and a reactance steering network to handle inductive or capacitive plasma loads. Applications include ion cyclotron resonance heating (ICRH) and high-harmonic fast-wave (HHFW) heating. A class E reactance steering network is demonstrated in modeling and experiment with a resistive-inductive load that models an inductively-coupled plasma. Power combining of boards with class E reactance steering networks is also simulated and demonstrated experimentally, to enable scaling up to high power. Modeling of high-power-density cooling and remaining useful life is conducted to enable reliable, effectively cooled high-power electronics for fusion applications.

11 NUCLEAR FUEL CYCLE AND FUEL MATERIALS

DEPRECATED AI-Batt-OS (Autonomous Identification of Battery Life Models - Open Source) [SWR 21-17]

DEPRECATED. This repository was archived by the owner on Jun 30, 2026. It is now read-only. Open source implementation of some of the methods utilized by AI-Batt, a battery lifetime modeling and analysis toolkit provided by the National Laboratory of the Rockies (NLR). This software demonstrates the use of bi-level optimization and symbolic regression techniques to semi-autonomously identify algebraic models predicting the capacity fade of lithium-ion batteries during calendar aging. Modeling the degradation of batteries is a complex task, due to the difficulty in separating the time-dependent and time-independent factors impacting cell level degradation, across multiple data series with different numbers of measurements and/or data quality. Bi-level optimization enables model parameters to be optimized to either the entire data set or to individual data series, allowing statistical disambiguation of global behaviors (data series independent) and local behaviors (data series dependent). Symbolic regression is used to automatically search for optimal low-dimesional models predicting the variation of locally optimized parameters versus time-independent experimental variables from millions of possible models, resulting in a more accurate and repeatable model identification process than is possible by a manual search. The provided tools also implement cross-validation and bootstrap resampling schemes, empowering statistical model comparison/selection and quantification of model uncertainties. An example script replicates the results from the manuscript "Challenging Practices of Algebraic Battery Life Models through Statistical Validation and Model Identification via Machine-Learning", submitted to ECS. All code is written in MATLAB. Requires the Statistics and Machine Learning Toolbox. Contact Dr. Paul Gasper at Paul.Gasper@nlr.gov for any questions.

Gasper, Paul [National Renewable Energy Lab. (NREL

Revealing the evolution of order in materials microstructures using multi-modal computer vision

The development of high-performance materials for microelectronics, energy storage, and extreme environments depends on our ability to describe and direct property-defining microstructural order. Our present understanding is typically derived from laborious manual analysis of imaging and spectroscopy data, which is difficult to scale, challenging to reproduce, and lacks the ability to reveal latent associations needed for mechanistic models. Here, we demonstrate a multi-modal machine learning (ML) approach to describe order from electron microscopy analysis of the complex oxide La 1−x Sr x FeO 3 . We construct a hybrid pipeline based on fully and semi-supervised classification, allowing us to evaluate both the characteristics of each data modality and the value each modality adds to the ensemble. We observe distinct differences in the performance of uni- and multi-modal models, from which we draw general lessons in describing crystal order using computer vision.

36 MATERIALS SCIENCE

Weak, shallow, dry convection over Angola increases offshore stratocumulus cloud droplet number concentrations

Boundary-layer cloud interactions involving shortwave-absorbing aerosols remain one of the least understood aerosol influences on climate. Here, we find the highest stratocumulus cloud droplet number concentrations over the southeast Atlantic occur when agricultural fires coincide with synoptically-weakened surface warming over Angola, occurring June-early August. Dry convection fills a shallow continental boundary layer with smoke, and a nighttime (local solar time 2-9) land breeze transports the aerosol into the marine boundary layer. Offshore aerosol transport is strengthened by low-level easterlies from a continental pressure high southeast of Angola. Simultaneously, the South Atlantic subtropical high is weaker, allowing extensive dispersal of aerosol offshore into the boundary layer, obscuring cloud brightening from shipping. Meteorological co-variation at synoptic scales compensates for cloud brightening by the smoke. Outgoing shortwave radiation increases by 15–20% of the monthly mean in June and July when offshore droplet numbers are less but the stratocumulus deck is more developed.

54 ENVIRONMENTAL SCIENCES

AI-Batt (Autonomous Identification of Battery Life Models) [SWR 21-36]

Autonomous Identification of Battery Life Models (AI-Batt) AI-Batt is a MATLAB code base for developing lifetime models for batteries from accelerated aging data. The code base provides many functions for processing, visualizing, and modeling battery aging data, making the data processing, exploration, and modeling workflow substantially faster. These tools are tailored for working with battery aging data sets, which usually consist of many separate time-series for each cell, with many test conditions and possible replicates at each condition, which makes it difficult to simply process or visualize the data set. Complex modeling tasks, such as cross-validation, sensitivity analysis, and uncertainty quantification have been implemented to enable thorough statistical investigation of model predictions. Additionally, several machine-learning algorithms are implemented to autonomously identify suitable models via symbolic regression. Data processing functions automatically cast data from the struct data type, which is commonly used to store experimental data, but is not an acceptable input for most algorithms, to the table data type, which can be easily used as input to any optimization algorithm. Also, the data can be separated into time-invariant and time-variant data tables, which is helpful for exploring the data set as well as developing separate models for time-variant and time-invariant aging mechanisms. For example, in aging tests with constant temperature, temperature is a time-invariant experimental condition. Visualization tools enable plotting of data, model fits, and model simulations possible with single-line function calls, empowering data exploration of complex data sets with both time-varying and time-invariant trends. Plots can be automatically generated for the whole data set, or separated by data group (groups of test replicates) or individual data series. Data points or data series can be automatically colored by the value of a variable with a variety of color maps, and model predictions can also be colored by the value of a fit statistic. Comparisons between data sets and the predictions/simulations of different models on the same data set can be easily plotted as well. Distributions of parameter values from bootstrap resampling can be plotted to visualize the reliability of parameter estimation, or determine any correlations between parameters. Modeling tools handle the complex task of creating and parsing symbolic equations for modeling battery lifetime. Equations are parsed to grab relevant data variables, parameter values, or specified sub-models for input into optimization, evaluation, or simulation functions. Models can be optimized locally (one set of parameters for each data series), bi-level (some parameters shared across the data set), or globally (single set of parameters for all data). Functions implementing symbolic regression algorithms help users to discover effective model equations, even in poorly sampled, high-dimensional data.

Smith, Kandler [National Renewable Energy Lab. (NR

Microbial Enrichments Contribute to Characterization Of Desert Tortoise Gut Microbiota

Abstract Desert tortoises play ecologically significant roles, including plant seed dispersal and mineral cycling, and yet little is known about microbial members that are critical to their gut and overall health. Tortoises consume recalcitrant plant material, which their gut microbiota degrades and converts into usable metabolites and nutrients for the tortoise. Findings from tortoise gut microbiomes may translate well into biotechnological applications as these microbes have evolved to efficiently degrade recalcitrant substrates and generate useful products. In this study, we cultivated microbial communities from desert tortoise fecal samples following a targeted anaerobic enrichment for microbes involved in deconstruction and utilization of plant biomass. We employed 16S rRNA amplicon sequencing to compare cultivated communities to initial fecal source material and found high abundances of Firmicutes and Bacteroidota typically associated with biomass deconstruction in all cultivated samples. Significantly decreased microbial diversity was observed in the cultivated microbial communities, yet several key taxa thrived in lignocellulose enrichments, includingLachnospiraceaeandEnterococcus. Additionally, cultivated communities produced short-chain fatty acids under anaerobic conditions, and their growth and metabolic output provide evidence of their viability in the initial fecal communities. Overall, this study adds to the limited understanding of reptilian herbivore microbiota, and offers a path towards biotechnological translation based on the ability of the cultivated communities to convert lignocellulose directly to acetate, propionate, and butyrate.

Environmental Sciences & Ecology

Self-Healing Lithium Dendrites through Spontaneous Passivating Layer Formation for Stable Solid-State Lithium–Metal Batteries

All-solid-state lithium–metal batteries have attracted significant attention, owing to their high energy density and superior safety. However, lithium–metal penetration through the solid electrolyte, leading to short-circuiting, remains a critical failure mode that demands comprehensive mitigation strategies. Most existing strategies are effective only prior to the initiation of lithium-dendrite formation and fail once dendrites begin to propagate through the electrolyte. In this study, we propose a self-healing mechanism in which the penetrated lithium reacts with a self-healing agent to form a passivating layer along the particle boundaries. Lithium bis(trifluoromethanesulfonyl)imide (LiTFSI) was incorporated into a Li 6 PS 5 Cl solid electrolyte as the self-healing agent to suppress lithium-dendrite propagation even after dendrite formation initiated under high current densities. The self-healing induced by LiTFSI was verified through comprehensive experimental analyses and was further demonstrated in a full-cell configuration. Moreover, LiTFSI incorporation plays an important role in increasing the critical current density by reducing the overall electronic conductivity of the solid electrolyte and facilitating the formation of a robust LiF-containing solid-electrolyte interphase.

25 ENERGY STORAGE

Hybrid biophysical systems for atmospheric CO 2 capture

Negative emissions technologies will be essential for limiting anthropogenic global temperature increases to 2 °C in the later years of the 21st century. Carbonic anhydrase (CA) metalloenzymes catalyze the otherwise slow conversion of CO 2 into carbonic acid (H 2 CO 3 ), suggesting their utility in the rapid hydration and downstream capture of dissolved CO 2 in aqueous media for a variety of CO 2 capture methods, such as thermal and pH swings and mineralization. The possibility of driving the rapid capture of CO 2 by catalyzing the CO 2 hydration bottleneck carries real potential for realizing efficient direct air capture (DAC) and direct ocean capture (DOC) systems. However, scaled application of CAs will be dependent on some way of economically sourcing the enzymes at volumes relevant to scaled DAC/DOC operations. In this perspective, we consider the prospect of catalyzing CO 2 hydration using a CA that is bound to the outer membrane of a cyanobacterial host, engineered constructs we call CyCAMs. Coupling extracellular CA expression to a marine, photosynthetic cyanobacterial host results in a CO 2 hydration catalyst that is continuously refreshed during the bacterial growth cycle, without the need for enzyme purification or harvesting steps. In the case of marine cyanobacteria, sunlight and the solutes native to seawater provide the respective energy, nutrients and sources of inorganic carbon essential to maintaining the bacterial population. We consider the potential impact of CA-mediated CO 2 hydration on a variety of DAC processes, with CO 2 mineralization explored as a primary use case.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH

Postanaerobic Digestion Manure Fibers as a Renewable Source of Lignin-Derived Aromatic Compounds for Microbial Upgrading

Abstract Postanaerobic digestion manure fibers are an abundant solid residue that remains underutilized. The substantial lignocellulosic content of digested manure opens the possibility of using it as a renewable resource for producing valuable products. In this study, we performed compositional and nuclear magnetic resonance analyses to determine lignin content and aromatic composition of these fibers. Additionally, alkaline-based treatment and reductive catalytic fractionation were evaluated as two different processes to produce aromatic-rich streams. The liquor from the alkaline treatment was subsequently utilized for microbial upgrading to produce 2-pyrone-4,6-dicarboxylic acid (PDC). The results showed that lignin in manure fibers represents 30% of the biomass (dry weight basis), with a ∼26% abundance of β-ether-linked aromatics and ∼13% p-coumarate moieties, indicating that the amount of lignin in the postanaerobic biomass is comparable to a moderately pretreated plant biomass. The alkaline treatment released 5.6 g aromatics/kg fibers, while reductive catalytic fractionation produced 14.0 g aromatics/kg fibers. A bioreactor operated in fed-batch mode produced a yield of ∼1 mol of PDC/mol measured aromatics at a rate of 0.2 g PDC/L·h and a titer of 2.6 g PDC/L. This study demonstrates how postanaerobic digestion manure fibers could be used in a circular bioeconomy by harnessing their lignocellulosic content to extract aromatic compounds and use them for obtaining valuable chemicals via microbial upgrading.

Riascos, Brayan D. [University of Wisconsin-Madiso

Techno-Economic Evaluation of a 600MW Pumped Storage Hydropower Plant using the Pumped Storage Hydropower Valuation Tool

This paper presents a techno-economic evaluation of the proposed 600 MW, 8-hour Craig – Hayden pumped storage hydropower project using the U.S. Department of Energy’s Pumped Storage Hydropower Valuation Tool. The analysis integrates plant technical characteristics, regional grid conditions, and market-based operating assumptions to quantify stacked value streams from energy arbitrage, capacity, ancillary services, transmission congestion relief, and reliability. Both price taker and price influencer frameworks are applied to examine the impact of market participation and system interactions on lifecycle economic performance using Benefit - Cost Analysis and Multi - Criteria Decision Analysis. The results show that the price taker approach provides higher revenue estimates based on exogenous price signals, while the price influencer approach captures production cost savings, renewable curtailment reduction, and market price formation, yielding more conservative but system-representative outcomes. The study demonstrates the strategic value of long-duration PSH for enhancing operational flexibility, resource adequacy, and grid reliability in a high-renewable Western Interconnection.

Bhattacharyya, Arjun [ORNL] (ORCID:000900060976046

Oceanic fronts shape hemispheric contrasts in polar stratospheric extremes

Sudden Stratospheric Warmings (SSWs) and Polar Stratospheric Clouds (PSCs) exhibit striking inter-hemispheric asymmetries: SSWs are frequent in the Arctic but rare in the Antarctic, while PSCs are more persistent in the Antarctic. Although land–sea thermal contrast and orography (LSCO) have been traditionally invoked to explain these asymmetries, here we show using semi-idealized model experiments that even though LSCO strongly impacts the mean state of SSWs and PSCs, it alone cannot fully account for the observed differences. Using model experiments, we reveal that midlatitude oceanic sea surface temperature (SST) fronts represent a crucial supporting additional driver of the hemispheric stratospheric differences. Like LSCO, SST fronts enhance stratospheric convergence of resolved waves, strengthening the Brewer–Dobson Circulation and inducing high-latitude adiabatic warming. This warming significantly enhances Arctic SSW frequency and strongly suppresses PSC formation. Sub-grid-scale non–resolved wave forcing modulates the stratospheric resolved waves effect. The oceanic impact is dominated by North Pacific SST fronts. Our results highlight the indispensable role of SST fronts in shaping Arctic–Antarctic asymmetries in stratospheric dynamics and associated extremes.

Omrani, Nour-Eddine [Univ. of Bergen (Norway)] (OR

Fluidized Bed Gasification For Conversion of Biomass and Waste Materials to Renewable Hydrogen

This project was undertaken in order to study the potential for hydrogen production, at low cost, from mixtures of biomass and municipal solid waste (MSW). This approach allows for the production of hydrogen with a very low fossil carbon burden, while taking advantage of tipping fees (associated with MSW) to improved process economics. The team sourced three primary feedstocks (wood, MSW, and waste plastics) and characterized them comprehensively using established techniques with a long track record in the field of gasification. All three primary feedstocks were highly reactive and lost most of their mass during initial devolatilization. The production of tars, including heavy tars, was quite high, and was most problematic in the case of the MSW and Waste Plastics feedstocks. Little practical difference was identified between the MSW and Waste Plastics materials, and the addition of bed-forming materials (dolomite and brown alumina) to the feedstocks was found to reduce production of tars during devolatilization under thermogravimetric analysis and/or Fischer Assay conditions. A series of four tests in a lab-scale bubbling-fluidized-bed gasifier, at 50 psig of pressure and about 825 C, confirmed these findings. Pellet feedstocks, broken into fragments, were used for these tests, and pellets comprised of 50% MSW and 50% biomass were found to be the best option in terms of fossil carbon burden, economic potential, and gasification characteristics. Tests were then undertaken in a pilot-scale gasifier facility based on the GTI U-Gas fluidized-bed gasification technology. The feedstock handling train of the 20 TPD U-Gas pilot-scale gasifier located in Des Plaines, IL, was operated under simulated gasification conditions, and the 50/50 pellets were found to be very robust and unproblematic. An improved design for the forward end of the feedstock injection screw of the gasifier was developed and installed. The design approach was based on improved passive cooling of the front-most shroud at the end of the screw, since this approach was found in comprehensive modeling studies to be more than sufficient to accomplish the project objectives associated with this phase of the work, while also avoiding thermal gradients that could have caused heat-stress-induced damage to the refractory around the feedstock inlet if an active cooling approach had been applied. Careful technoeconomic analysis (TEA) of two possible 1000 TPD facilities was carried out. The TEA of conversion of MSW with corn stover in one case, and MSW with woody feedstock in the other case, showed that both had the potential to provide hydrogen at about $1/kg (minimum selling price, 2018 dollar basis). Of the two TEA cases, the one that was based on the conversion of wood in the southeastern USA was found to have slightly better economic potential. The other TEA case was based on a real location in Nebraska and called for corn stover feedstock conversion along with MSW. An underserved communities outreach program plan was developed in cooperation with personnel from the Nebraska Public Power District.

08 HYDROGEN

Toward Tunable Magnetic Dirac Semimetals: Mn Doping of Cd 3 As 2

Magnetic impurities provide a route toward increasing functionality in electronic materials, often enabling new device concepts and architectures. In the case of topological semimetals, dilute magnetic doping presents a particularly attractive approach for inducing a Dirac to Weyl phase change via time reversal symmetry breaking. However, efforts to realize changes in the electronic structure have been limited by challenges in incorporating magnetic impurities into crystals with sufficiently high electron mobilities to detect them via transport or spectroscopic techniques. Here, we demonstrate incorporation of Mn into Cd 3 ⁢As 2 Dirac semimetal thin films grown by molecular beam epitaxy (MBE). Using As-rich growth conditions and [001] oriented thin films, Mn compositions of >10% are achieved. Films contain uniform distributions of Mn with no evidence of secondary phases and exhibit electron mobilities greater than 10 000–30 000 cm 2 /Vs up to 5% Mn. An evolution in the magnetization behavior along with the emergence of a second quantum oscillation frequency at low Mn concentrations provide preliminary evidence of Mn-induced changes in the electronic structure that are consistent with a Weyl phase. This work demonstrates the potential of magnetically doping topological semimetal thin films and a pathway for synthesizing them.

36 MATERIALS SCIENCE

Expanding the horizon of bio-naphtha beyond gasoline blend: property characterization and conversion opportunity assessment through technoeconomic and life-cycle analyses

Bio-naphtha, a common by-product of biorefineries, is expected to experience substantial growth in supply due to increasing demands for renewable diesel and synthetic aviation fuel (SAF). However, demand for bio-naphtha itself as a gasoline blendstock is limited because of the electrification of light-duty vehicles. This work investigated valorization opportunities for bio-naphtha from catalytic fast pyrolysis, hydrothermal liquefaction, Fischer–Tropsch synthesis, and hydrotreated esters and fatty acids pathways. These opportunities include producing polymer-grade olefin via steam cracking, SAF via steam cracking followed by olefin oligomerization, and renewable aromatics benzene, toluene, and xylene (BTX) and hydrogen via catalytic reforming. Process models were developed in Aspen Plus V14 and Aspen HYSYS V14 to calculate the mass and energy balances for each conversion step. Technoeconomic assessment and life-cycle analysis were conducted to evaluate the minimum fuel/product selling price, conversion cost, and life-cycle CO2 equivalent (CO2e) emission reduction. Technoeconomic assessment results suggest a minimum fuel/product selling price as low as $1.9/kg of olefins, $6.30/gal of gasoline-equivalent SAF, and $1.2/kg of BTX without any incentives. For all pathways, these prices are dominated by bio-naphtha feedstock costs, which account for at least 76% of the total cost. Compared with petroleum baselines, bio-naphtha-derived SAF, olefins, and BTX can achieve significant CO2e emission reductions from the use of renewable carbon resources. The results of life-cycle analysis and subsequent technoeconomic assessment, incorporating carbon credits, indicate the economic viability of using bio-naphtha for polymer-grade olefin and BTX production, with product costs comparable to market prices.

Xu, Shuang

Value of Geothermal Energy Storage for Supply-Side and Demand-Side Applications

This report presents the results of a study examining the value potential for geothermal energy storage (GES), a long-duration energy storage resource that stores thermal and/or geomechanical energy in the subsurface. GES could benefit the overall U.S. power system by temporally shifting electricity generation (supply-side) or meeting building heating and cooling load (demand-side). This report analyzes supply-side and demand-side opportunities independently because of differences in applications and models. Currently there is significant uncertainty about the development costs for GES, with only a limited number of demonstration plants for electric energy storage and building heating and cooling storage developments. In this report, we estimate the value of supply-side and demand-side GES to the bulk power system in the contiguous United States. Because of the significant uncertainty about GES development costs, this analysis does not consider GES deployment costs but instead focuses on the value of GES to the U.S. electricity system. The estimated values of GES provide reference points for economically competitive commercial cost targets. Supply-side GES is modeled as part of an enhanced geothermal system (EGS) generation plant in NREL's Regional Energy Deployment System (ReEDS) capacity expansion model (Ho et al. 2021). In contrast to conventional geothermal plants, which generate constant power, EGS plants have unique features that may allow for in-reservoir energy storage for flexible generation. Demand-side GES for heating and cooling, including seasonal hot and cold storage and short-duration heat pump storage, is incorporated into a price-taker model using Cambium electricity marginal cost projections. To establish an upper bound for the value of GES, analysis focused on favorable scenarios for storage with high generation from zero marginal cost, variable renewable energy resources. High penetrations of variable renewable energy generation can increase hourly electricity price variability, which increases the value of temporal energy arbitrage for storage technologies like GES.

15 GEOTHERMAL ENERGY