Search NASASearch

SEARCH · Search NASA

Results for “command process”

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.

35 records · Page 2

Feature Based Qualification of 17-4PH Stainless Steel to Evaluate Location-Specific Variability in Wire Arc Additive Manufacturing

Qualifying large-scale metal additive manufacturing (M-AM) technologies such as wire arc additive manufacturing (WAAM) can be challenging. This is especially significant in precipitation hardened martensitic stainless steels like SS 17-4PH, where thermal histories induce location-specific microstructural variability and property anisotropy. The Department of Defense (DOD) and the United States Army Combat Capabilities Development Command Ground Vehicle Systems Center (GVSC) Ground Vehicle Materials Engineering (GVME) aim to build robust and qualified large-scale M-AM workflows that could reduce the time and cost through quick and informed evaluation, testing, and development of feedstock, processes, and parts. The report presents the findings from the collaborative efforts between Oak Ridge National Laboratory (ORNL) and the U.S. Army GVSC GVME. The aim of this project was to develop a geometric feature-based qualification framework for WAAM of SS 17-4PH components. This report outlines selection methodology of representative build geometries, optimization of WAAM process parameters, in-situ monitoring, microstructure-property evaluation, thermal simulations, as well as data visualization techniques incorporated in this project. The results from this project demonstrate a clear understanding of thermal history dependent phase evolution and consequent location-specific property variations in WAAM of SS 17-4PH. These results in conjunction with the data-driven methodologies used in this project are expected to reduce qualification timelines, improve predictability, and accelerate the development of reliable feature-based qualification strategies for part production via large-scale M-AM technologies.

36 MATERIALS SCIENCE

recon3d

SAND2025-00533O recon3d is a software tool that provides automated 3D reconstruction and meshing capabilities. It processes labeled 3D image data from various sources, starting from image stacks, and calculates 3D feature distributions like size, shape, and location. The software also has tools for downscaling rectilinear grid data and creating tetrahedral meshes directly from image data. recon3d can be used by novice users via the command line with a properly formatted configuration file. Sandia National Laboratories is a multimission laboratory managed and operated by National Technology & Engineering Solutions of Sandia, LLC, a wholly owned subsidiary of Honeywell International Inc., for the U.S. Department of Energy’s National Nuclear Security Administration under contract DE-NA0003525.

Emery, John

Effect of Zr and Sc additions on coarsening- and creep resistance of AlSi10Mg fabricated by laser powder bed fusion

Microstructure and creep properties are studied in a eutectic AlSi10Mg alloy modified with Zr and Sc additions (Al-9.8Si-0.32Mg-0.70Zr-0.23Sc, wt%) manufactured through laser powder-bed fusion (L-PBF). Three types of Zr/Sc-bearing powders - elemental, master-alloy, and pre-alloyed - are employed in the fabrication process, with the pre-alloyed powders providing the highest incorporation of Zr and Sc in the Al matrix. Here, the as-printed alloy exhibits a fine cellular Al-Si eutectic structure which fragments and coarsens into micron-sized Si particles during aging at 300 ºC, leading to a steady drop in alloy microhardness between 0.1 and 1000 h. Coarsening of the eutectic Si phase during aging is not measurably affected by Zr and Sc in solid solution, which precipitate during aging and increases strength, compensating weakening from Si coarsening between 1 and 200 h at 300 ºC. Atom-probe analysis in the peak-aged condition (96 h/300 °C) confirms the presence of Al 3 (Sc,Zr) secondary nano-precipitates with an average radius of 1.0 nm and some Si solubility. Micron-sized grains are present throughout the alloy, with ultra-fine-grained regions at the melt pool boundaries, neither of which coarsen during long-term aging at 300 ºC. Under creep conditions at 300 °C, the Zr/Sc-bearing alloy with Al 3 (Sc,Zr) nano-precipitates exhibits power-law behavior, with a high apparent stress exponent (n a = 9) and a high threshold stress (σ th = 43 MPa), exhibiting nearly double the strength of a Zr/Sc-free AlSi10Mg control alloy (σ th = 22 MPa).

36 MATERIALS SCIENCE

Influence of microstructure and temperature on impact toughness of H13 steel produced by binder jet additive manufacturing

Binder Jet Additive Manufacturing (BJAM) is a promising manufacturing pathway to produce H13 steel dies and tooling with complex geometries for applications in high pressure aluminum die casting, hot stamping, and injection molding. While fully dense H13 coupons produced using BJAM have been subjected to detailed microstructure characterization, properties which are critical and relevant to the aforementioned applications, such as impact toughness, have not been reported. Here, this work evaluated the influence of microstructural characteristics and test temperature on the impact toughness of H13 produced by BJAM. Coupons were produced from three different powder size distributions (PSDs), with nominal powder size ranges of −22 μm, 10-32 μm, and 15-53 μm. Coupons were printed, sintered, hot isostatically pressed (HIPed), and heat treated by quenching and tempering. After HIPing, the measured porosities of the different PSDs were all less than 0.015 vol%. The −22 μm PSD BJAM material exhibited the best impact toughness of all three PSDs across the entire test temperature range from 25 to 400 °C, and also exhibited an ambient temperature impact toughness of 10.9 J at a hardness of 46 HRC, equivalent to minimum threshold requirements for premium grade H13. However, all three BJAM PSDs exhibited moderately lower impact toughness than premium grade wrought H13 from RT to 400 °C. We attribute this in part due to the very large prior-austenite grain (PAG) sizes near 400 μm and segregation from former liquid channels leading to greater amounts of carbide precipitation on PAG boundaries. Technical pathways for optimizing processing and chemistry of BJAM H13 to further improve impact toughness are discussed.

Binder jet additive manufacturing

A change language for ontologies and knowledge graphs

Ontologies and knowledge graphs (KGs) are general-purpose computable representations of some domain, such as human anatomy, and are frequently a crucial part of modern information systems. Most of these structures change over time, incorporating new knowledge or information that was previously missing. Managing these changes is a challenge, both in terms of communicating changes to users and providing mechanisms to make it easier for multiple stakeholders to contribute. To fill that need, we have created KGCL, the Knowledge Graph Change Language (https://github.com/INCATools/kgcl), a standard data model for describing changes to KGs and ontologies at a high level, and an accompanying human-readable Controlled Natural Language (CNL). This language serves two purposes: a curator can use it to request desired changes, and it can also be used to describe changes that have already happened, corresponding to the concepts of “apply patch” and “diff” commonly used for managing changes in text documents and computer programs. Another key feature of KGCL is that descriptions are at a high enough level to be useful and understood by a variety of stakeholders—e.g. ontology edits can be specified by commands like “add synonym ‘arm’ to ‘forelimb’” or “move ‘Parkinson disease’ under ‘neurodegenerative disease’.” We have also built a suite of tools for managing ontology changes. These include an automated agent that integrates with and monitors GitHub ontology repositories and applies any requested changes and a new component in the BioPortal ontology resource that allows users to make change requests directly from within the BioPortal user interface. Overall, the KGCL data model, its CNL, and associated tooling allow for easier management and processing of changes associated with the development of ontologies and KGs.

96 KNOWLEDGE MANAGEMENT AND PRESERVATION

ELM model simulations of Plum Island Ecosystems LTER low marsh site 2018-2020

Model simulations using the Department of Energy's Energy Exascale Earth System Model (E3SM) land model (ELM) with improved capabilities to represent vegetation response to salinity and inundation. The simulations were conducted for a tidal salt marsh at Plum Island Ecosystems Long Term Ecological Research (LTER) site near Rowley, Massachusetts, USA; the site is a low marsh dominated by Spartina alterniflora. The model was forced with site-specific meteorology, salinity and tidal cycles from 2018-2020. Four sets of model simulations are included and described below:1. Parameterization of the salinity response function. These simulations tested different combinations of values for optimal salinity and salinity tolerance.2. Model evaluation. This comparison conducted simulations using the default model, the salinity function only, the submergence function only, and both the salinity and submergence functions. 3. Salinity scenarios. These simulations used the 2018 salinity input data varied by -5 to +10 ppt salinity.4. Water level scenarios. These simulations used the tide height varied by -10 to +50 cm. These simulations were used to demonstrate how the salinity and submergence functions better represent carbon uptake by tidal salt marshes.The data package includes netCDF files used as forcing files for tide height and salinity, one for each year 2018-2020 at observed salinity concentrations, and an additional three forcing files in which salinity concentrations were varied 5 ppt lower, 5 ppt higher, and 10 ppt higher than the measured 2018 time series. Also included are python scripts for creating forcing files, plain text parameter and command files for running simulations, model outputs in netCDF format, and python scripts for visualizing outputs. Code for the modified E3SM model is archived in Sulman et al 2023 at doi:10.15485/1991625. More detail about files is provided in the README.md file.

54 ENVIRONMENTAL SCIENCES

Improving Cyber Situational Understanding

Effective cybersecurity operations require the ability to analyze large amounts of information to assess security risks and formulate defensive strategies against adversaries. This has become more complex in recent years as the sprawl and interconnectivity of devices grows through implementation of virtualization, cloud computing, and Internet of Things (IoT). The amount of data and analysis required for effective cybersecurity command and control decisions far exceeds humans’ capacity to perform manually. We characterize the analysis problem as cyber situational understanding. The research presented to improve cyber situational understanding focuses on vulnerability analysis and threat intelligence. Regarding vulnerabilities, entities must analyze and plan work for between thousands and tens of thousands of software vulnerabilities annually. Entities heavily use network firewalls to limit vulnerability exposure. As a result, some of these vulnerabilities permit exposure to adversarial exploitation, whereas others are inaccessible and therefore present negligible risk of exploitation. Distinguishing between high and low risk software vulnerabilities requires a deep understanding of the vulnerability, network firewall protection, and characteristics of the targeted device. This problem is solved by extracting network service features from vulnerability data features using both machine-learning and natural language processing. Then, the network firewall topology is parsed to determine which vulnerabilities are reachable by adversaries. Ultimately, a state-based safety analysis ascertains which vulnerabilities are unsafe. A related vulnerability analysis problem occurs in cybersecurity operations when associating an entity’s hardware and software assets to public vulnerability databases. Assets often reveal hardware and software through installation artifacts and network service identification, and entities store these artifacts in inventory databases. However, software and hardware vendors apply a standard Common Platform Enumeration (CPE) naming convention when publicly reporting vulnerabilities. Associating these two datasets often requires many hours to days of manual inspection. The proposed solution automates the mapping approach of human analysts using fuzzy matching techniques, natural language processing, and, ultimately, machine learning to present a small set of recommendations for mapping the two datasets. The result significantly reduces human analysis time and reduces the occurrence of false positives in vulnerability notifications. Finally, cyber threat intelligence (CTI) requires associating cyber observable artifacts, such as IP addresses, URIs, and file hashes, with cyber threat tactics, techniques, and procedures. Unfortunately, most CTI data is compartmentalized across multiple organizations and cannot be shared due to the legal and reputational risk with cyber threat being associated with the entity. The approach to solving this problem inovlves using a distributed ledger with anonymous token spending and authentication. This allows a consortium of semi-trusted entities to share the workload of curating CTI for a threat sharing community’s cooperative benefit.

Huff, Philip

KBKit: A Python Toolkit for Kirkwood–Buff Theory from Molecular Dynamics

Thermodynamic properties of liquid mixtures govern processes that range from drug delivery to energy storage, yet extracting these properties from molecular simulations remains challenging. Kirkwood–Buff (KB) theory offers a rigorous route by linking microscopic pair distribution functions to macroscopic free energies, but practical use of the theory has been hindered by two obstacles: (i) the long simulations needed to obtain well-converged Kirkwood-Buff integrals (KBIs) and (ii) the specialized corrections required to translate finite-size data to the thermodynamic limit. $\texttt{KBKit}$ is an open-source Python package that removes these barriers. It automatically computes KBIs and derived thermodynamic quantities from GROMACS input files, applies state-of-the-art finite-size corrections, and provides built-in diagnostic tools to quantify statistical uncertainty. Written with modern software-engineering practices—continuous integration, extensive unit testing, and thorough documentation—$\texttt{KBKit}$ is both reliable and easy to extend. By condensing complex KBI analysis into a few intuitive commands, $\texttt{KBKit}$ enables researchers to incorporate KB theory into routine simulation workflows and accelerate the discovery of solution-phase thermodynamics.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH

Datum: A Scientific Metadata Catalog

The data catalog market is currently flooded with a myriad of different products, but none serve the scientific community well. There are cloud-native tools like Databricks, Snowflake,to on-premise solutions like Collibra and Datahub. The common failing of all these tools however, is their inability to serve the scientific data community directly. Most catalogs are targeted towards financial, health, or user data - not sensor or scientific domain data. They also prioritize integrations that often don’t exist or are just starting to be used in the scientific realm - all while ignoring common scientific tools and file types. Datum is a catalog which targets the scientific data directly, including the tools and networks in which those tools are used. We work with the producers and consumers of the data where they are, targeting cloud and on-premise with a focus on classified networks. Datum is an Erlang/Elixir application. Technical Features Note: The features listed below are still under development and may change, slightly, upon final delivery of the product. File Formats - Datum has the ability to read additional metadata and provides processing pipelines for the following file formats: Plain Text, PDF, LaTeX, HTML, Open Document Format (.odt), XML, CSV/TSV (and other standard delimiters), OpenDocument Database and Spreadsheets, Geo-Referenced TIFF, Common Data Format, HDF/HDF5, LabView TDMS, Excel, DeltaTables, Parquet, Apache Iceberg, Apache Hudi and many others. Metadata Collection - Scanners for the local and networked file systems and cloud storage providers. Network integration with common databases such as MSSQL and MySQL. User Plugin System - Users are able to provide either file processing, metadata extraction, or sampling plugins in the programming language of their choice. Authentication/Authorization -: OIDC integration, SCIM provisioning and EntraID integration out of the box. Full user and group management system with a “least privilege” operating mode. Governance - Customizable data governance platform; dictate and enforce required metadata, enforce data embargos, and enforce user agreements and NDAs before data access. Ability to create health checks on data, rejecting abandoned or poorly curated data and automatically removing it from the search index. Ability for users to submit corrections. Search - Semantic search is a first class citizen. No licenses to expensive, external software required. Integrated use of vectors and vector-based search allows for AI agent integration at all levels of operation. Metadata Model - Display and control data’s lineage and connections to other data and data directories. Data is modeled after a filesystem - an organization instantly recognizable and navigable by most any user. CLI and SDK - Ships with a Command Line Interface (CLI) tool and with a fully-featured Python SDK. This allows for rapid and programmatic use of Datum by every level of user. Minimal Infrastructure - Datum ships as a single executable file and can be run on any operating system and most CPU architectures. Datum has no reliance on external databases, search indexing tools, or other outside services - and it runs equally well on edge computing devices, cloud services, or in a clustered HPC environment.

darrington, john

Rotary Inertia Friction Welding of Dissimilar High-Strength 422 Martensitic Stainless Steel and 4140 Low Alloy Steel for Heavy-Duty Engine Piston Fabrication

AISI 422 martensitic stainless steel with superior high temperature performance (oxidation resistance and strength) is under evaluation for replacing current heavy-duty piston crown materials, AISI 4140 martensitic steel and micro alloyed steel (MAS) 38MnSiVS5, to fabricate a multimaterial piston. This multimaterial piston concept further improved power density and fuel economy by allowing heavyduty diesel engines to operate at higher temperatures and pressures. Joining AISI 422 steel piston crowns with AISI 4140 steel piston skirts is a key manufacturing step for this multimaterial piston. However, the significant differences in strength, elevated temperature flow stress, alloy chemistry, and temper resistance between these two martensitic steels cause some weldability issues (cracking) and metallurgical challenges (alloying element migration/segregation) when using conventional fusion-based welding processes. Rotary inertia friction welding (RIFW), a solid-state welding process, has been the preferred method to join 4140 crowns to 4140 skirts (and MAS crowns to MAS skirts) in high-volume production of current heavy-duty diesel engine pistons. It has been used to join these two materials with relatively comparable alloy chemistry to fabricate pistons with MAS skirts and 4140 crowns. Meanwhile, RIFW has also been a preferred method of dissimilar metal welding. However, RIFW of dissimilar high-strength martensitic steels has yet to be widely pursued. The interfacial microstructure complexities created by the thermomechanical process and highly nonequilibrium phase transformations during RIFW are a significant challenge for understanding and predicting their joining behavior and have not been reported in detail. Here, in this work, defect-free AISI 422 steel-AISI 4140 multimaterial pistons were successfully fabricated using the RIFW process. The interfacial microstructure and mechanical properties of dissimilar 422/4140 steel RIFW in the as-welded condition were experimentally studied in detail. The results provide critical baseline information for understanding RIFW mechanisms and guiding subsequent postweld heat treatment (PWHT) practice.

36 MATERIALS SCIENCE

AlloSHP: deconvoluting single homeologous polymorphism for phylogenetic analysis of allopolyploids

Background The genomic and evolutionary study of allopolyploid organisms involves multiple copies of homeologous chromosomes, making their assembly, annotation, and phylogenetic analysis challenging. Bioinformatics tools and protocols have been developed to study polyploid genomes, but sometimes require the assembly of their genomes, or at least the genes, limiting their use. Results We have developed AlloSHP, a command-line tool for detecting and extracting single homeologous polymorphisms (SHPs) from the subgenomes of allopolyploid species. This tool integrates three main algorithms, WGA, VCF2ALIGNMENT and VCF2SYNTENY, and allows the detection of SHPs for the study of diploid-polyploid complexes with available diploid progenitor genomes, without assembling and annotating the genomes of the allopolyploids under study. AlloSHP has been validated on three diploid-polyploid plant complexes, Brachypodium, Brassica, and Triticum-Aegilops, and a set of synthetic hybrid yeasts and their progenitors of the genus Saccharomyces. The results and congruent phylogenies obtained from the four datasets demonstrate the potential of AlloSHP for the evolutionary analysis of allopolyploids with a wide range of ploidy and genome sizes. Conclusions AlloSHP combines the strategies of simultaneous mapping against multiple reference genomes and syntenic alignment of these genomes to call SHPs, using as input data a single VCF file and the reference genomes of the known or closest extant diploid progenitor species. This novel approach provides a valuable tool for the evolutionary study of allopolyploid species, both at the interspecific and intraspecific levels, allowing the simultaneous analysis of a large number of accessions and avoiding the complex process of assembling polyploid genomes.

Allopolyploids

Hydrogen from low-density polyethylene via nonthermal plasma: Effects of energy density and process parameters

Nonthermal plasma processes are promising for the modular valorization of plastic waste, especially into hydrogen and carbon materials, due to their high intensity, lack of reliance on catalysts or consumables, and suitability to be directly powered by electricity. We investigate the production of hydrogen from low-density polyethylene (LDPE) as a plastic waste model using streamer Dielectric Barrier Discharge (sDBD) plasma in nitrogen at atmospheric pressure. Here, we examine the effects of process energy density (energy input per unit of feedstock mass), feedstock mass, and plasma intensity (electric voltage) on plasma properties, hydrogen yield and energy efficiency via gas chromatography, optical emission spectroscopy, and electrical diagnostics, together with reactor-scale and nonlinear electric circuit modeling. The characteristic temperature of free electrons in the sDBD plasma is approximately 15000 K (1.3 eV), and that of gas species 10 times lower, demonstrating strong thermal non-equilibrium that can lead to molecular bond scission via charged species impact rather than direct heating. Experimental results show that higher energy density leads to greater hydrogen production and diminishing energy efficiency, and that higher plasma intensity and larger feedstock mass lead to greater hydrogen yield due to higher plasma temperatures and enhanced energy fluxes to the feedstock.

08 HYDROGEN

Public Reference Data for Megawatt-Scale Hydrogen Electrolysis - NLR Historical Wind

The U.S. Department of Energy and the National Laboratory of the Rockies (NLR) demonstrate hydrogen electrolysis from variable sources, hydrogen compression and storage, and hydrogen fuel cell power production using megawatt-scale equipment at NLR’s Flatirons Campus as part of the Advanced Research on Integrated Energy Systems (ARIES) initiative. This dataset represents part of that effort and is intended for academic, national laboratory, industrial, and other stakeholders to plan, design, and validate models of megawatt-scale hydrogen technologies and diverse energy infrastructure nationwide. These data provide a baseline for how existing hydrogen electrolysis technologies perform when coupled with various energy technologies. Future datasets will demonstrate how existing hydrogen fuel cell technologies can provide controllable, dispatchable, and variable power output for artificial intelligence (AI) data centers and other variable loads. This dataset entry describes hydrogen production by conducting a statistical analysis of historical wind data over a five-year period (2020-2025) from a single 1.5MW turbine manufactured by General Electric (GE) located at NLR’s Flatirons Campus, to generate an experimental test profile that was deployed on a 1.25-MW proton exchange membrane type MC250 electrolyzer system manufactured by Nel Hydrogen . [1] While the electrolyzer balance-of-plant supports up to 2.5 MW of electrolysis, NLR only has a single 1.25-MW electrolysis stack. The historical wind data provided several metrics, however, the analysis particularly focused on the measured power output by the wind turbine. The power output time series of data for each day was categorized by total energy generation and standard deviation, and the day that represented the highest combination of these two metrics was chosen – December 25th, 2022. This process was then repeated for a moving four-hour window within this day to identify the most statistically variable period. Finally, this four-hour period was scaled by 65% to match the 1.25 MW electrolyzer. The electrolysis system controls hydrogen production by varying DC current applied to the stack, from a maximum of 3000 A to a minimum safe operation of 300 A, or 10%. Because the current – voltage characteristic changes as the stack ages and efficiency degrades, the actual minimum safe operating power changes over time. The historical wind profiles were translated from power (kilowatts) to current (amperes) using a curve fit with calibration data and sent to the electrolyzer power supply at 1 Hz frequency. For more details on the statistical analysis process, see the presentation labeled “ Public Reference Data for Megawatt-Scale Hydrogen Electrolysis” provided with each data entry. These datasets report relevant hydrogen balance-of-plant and system data, all captured at 1 Hz, including hydrogen mass production measured with an Emerson Coriolis flow meter. Each .zip file represents a single wind turbine electrolysis experiment and is formatted as follows: {technology}_{scaling factor}-{electrolyzer ramp rate in amperes/second} For instance, “wind-GE1.5MW_0.65-400.zip” represents the hour-long experiment using historical data from the wind-GE1.5MW turbine, scaled to 65%, with the electrolyzer power supply set to a maximum ramp rate (gain and slew) of 400 A/s. Each .zip folder contains the following files: A .csv file containing raw data An .xlsx file explaining all the fields in the raw data. A .png plot showing the time series of hydrogen production, electrolysis power consumption, and wind power input. A PDF file detailing the historical wind data statistical analysis used to generate the wind profile. An experiment labeled “characterization_200.zip” demonstrates the MC250 electrolyzer steady-state response with 30-minute load steps for a total duration of 5 hours. Finally, a .csv file is provided with all simulated wind experiments combined into one dataset labeled "combined_historical_wind_experiments.csv". NLR also built an AI/machine-learning predictive model based on these datasets. The model ingests the electrolyzer current command in amperes, as well as various pressures and temperatures across the system, and predicts hydrogen output in kilograms per hour. The complete model can be found at https://huggingface.co/NatLabRockies/ptmelt-hydrogen-electrolysis [1] nelhydrogen.com/product/mc-series-electrolyser .

08 HYDROGEN

Data from: 'Abiotic influences on continuous conifer forest structure across a subalpine watershed'

This package archives the core data used for analysis and inference in 'Abiotic influences on continuous conifer forest structure across a subalpine watershed' (Worsham et al., 2025). All data were collected in the East River, Washington Gulch, Slate River, and Coal Creek watersheds of Colorado. In the paper, we quantified the relative influence of climate, topographic, edaphic, and geologic factors on conifer stand structure and composition, and their functional relationships, at the watershed scale. We used waveform LiDAR data to derive spatially continuous stand structure metrics. We fused these with a species-level classification map to estimate tree species abundance. We applied generalized additive and generalized boosted models to evaluate the covariability of structural and compositional metrics with abiotic variables. The package contains the essential products required for reproducing our analysis and the tables and figures reported in the publication. The products comprise four classes: (1) geospatial data, (2) tabular data used for inferential analysis, (3) tabular data describing analytical results and performance statistics, and (4) a data user guide. (1) includes discretized waveform LiDAR data, locations and attributes of individual tree crowns, sampling locations and domain boundaries, a canopy height model, and raster files of estimated forest structural and compositional metrics at 100 m grid scale. (2) includes all response and explanatory variable values applied in inferential models. Response variables include conifer forest stand density, basal area, 95th percentile height, quadratic mean diameter, and others. Explanatory variables include climatic water deficit, actual evapotranspiration, elevation, heat load, soil available water content, and others. (3) includes results of training and testing several individual tree detection (ITD) algorithms, as well as inferential modeling results. (4) is a PDF user guide for this data package, including detailed descriptions and data dictionaries for all files. The data package root contains 17 assets: 8 compressed tape archive (.tar.gz) files, 5 comma-separated values (.csv) files, 3 Geographic Tagged Image File Format (GeoTIFF) (.tif) files, and 1 Portable Document Format (.pdf) file. The compressed .tar.gz archives contain ESRI shapefiles (.shp) .tif, compressed LASer (.laz), and .csv files. The archives must first be decompressed using the widely distributed command-line software utility TAR. All other files, including constituent files within the .tar.gz archives, can be opened in the open-source R statistical computing environment. Alternatively, .csv files may also be read in any simple text editor software or Microsoft Excel. Geospatial files including .shp and .tif files can also be opened in GIS software, such as QGIS (open-source) or ESRI ArcGIS (proprietary). The .pdf Data User Guide can be read with Adobe Acrobat Reader or other compatible readers.

2018 NEON and 2025 CHESS Campaigns

Exploring 𝛽 decay and 𝛽-delayed neutron emission in exotic 46,47 Cl isotopes

In this paper, 𝛽 − and 𝛽-delayed neutron decays of 46,47 Cl are reported from an experiment carried out at the National Superconducting Cyclotron Laboratory using the Beta Counting System. The half-lives of both 46 Cl and 47 Cl were extracted. Based on the delayed 𝛾-ray transitions observed, the level structure of 𝑁=28 46 Ar was determined. Completely different sets of excited states above the first 2 + state in 46 Ar were populated in the 46 Cl 𝛽⁢0⁢𝑛 and 47 Cl 𝛽⁢1⁢𝑛 decay channels. Two new 𝛾-ray transitions in 47 Ar were identified from the very weak 47 Cl 𝛽⁢0⁢𝑛 decay. Furthermore, 46 Cl 𝛽⁢1⁢𝑛 and 47 Cl 𝛽⁢2⁢𝑛 were also observed to yield different population patterns for levels in 45 Ar, including states of different parities. Here, the experimental results allow us to address some of the open questions related to the delayed neutron emission process. For isotopes with large neutron excess and high 𝑄 𝛽 values, delayed neutron emission remains an important decay mode and can be utilized as a powerful spectroscopic tool. Experimental results were compared with shell-model calculations using the FSU and 𝑉 MU effective interactions.

73 NUCLEAR PHYSICS AND RADIATION PHYSICS

Welding investigation of a wrought FeMnAl steel for armor application

A new wrought FeMnAl steel contains high Mn content and high Al content. This steel has high strength. When it is compared to conventional steels with the similar strength, its density is lower. FeMnAl steels can be used in armor vehicle manufacturing, in which welding is a common practice to join the steel plates together. The welding of FeMnAl steels has not been sufficiently studied before. Here, this work studied the weldability and weld microstructure of an FeMnAl steel and provided useful data for the welding practice of FeMnAl steels. The influences of weld filler metals and shielding gases were studied, using single-pass bead-on-plate gas metal arc welding (GMAW) and gas tungsten arc welding (GTAW) two processes. The optimal filler metals and shielding gases have been determined to achieve the better weldability. Autogenous GTAW and electron beam welding were also conducted. Cracks were found in the HAZ in the GMAW welds and electron beam welds. Fewer or no cracks were found in the HAZ of GTAW welds. SEM, SEM/EDX, TEM, TEM/EDX, and EBSD were used to analyze the grain boundaries in the HAZ and the cracks. The grain boundaries of FeMnAl base metal are mostly high angle grain boundaries (HAGBs), which attract impurity and solute atoms and cause intergranular cracking. The proposed cracking mechanisms are liquation cracking and ductility-dip cracking. It was found that GTAW provides much better weldability for the FeMnAl steel than GMAW and EBW.

FeMnAl steel

Correlation between microstructure and residual stress formation in friction stir welded armor steels characterized by neutron diffraction

Friction stir welding (FSW) is a solid-state joining process that minimizes the heat-affected zone (HAZ) compared with fusion-based arc welding, making it well suited for joining martensitic armor steels where hardness and ballistic resistance are critical. This study investigates residual stress formation in three defect-free FSW butt-joint configurations relevant to armored-vehicle fabrication: similar rolled homogeneous armor (RHA–RHA, Case 1), similar high-hardness armor (HHA–HHA, Case 2), and dissimilar HHA–RHA (Case 3) joints produced under temperature-controlled conditions (770 °C). Neutron diffraction was employed to quantify the magnitude and spatial distribution of residual stresses in the longitudinal, transverse, and normal directions and to correlate them with weld microstructure and hardness. Tensile residual stresses were concentrated in the softened HAZ, reaching approximately 300 MPa for Case 2 and 400 MPa for Case 1 (≈50–70 % of the base-metal yield strength; ∼581 MPa for RHA and ∼566 MPa for HHA), while compressive residual stresses dominated the stir zone. The spatial extent of tensile stresses scaled with the width of the softened HAZ, which was largest in the dissimilar HHA–RHA joint and smallest in the HHA–HHA joint. Full-width-at-half-maximum (FWHM) analysis revealed low microstrain in overtempered HAZ regions and high microstrain in the stir zone associated with severe plastic deformation and fresh martensite formation. This work demonstrates that residual stress evolution in FSW of martensitic armor steels is governed not primarily by peak temperature or thermal contraction, as inferred from fusion-welding analogies, but by the competition between transformation-induced volumetric expansion and tempering-induced stress relaxation. The relative dominance of these mechanisms is shown to depend on alloy hardenability and local thermal history, leading to more extensive HAZ softening and broader tensile stress regions in the lower-hardenability RHA steel. These findings establish a transferable mechanistic framework for optimizing solid-state joining strategies in high-strength steels and other transformation-hardening alloys beyond armor applications.

Friction stir welding