Search NASA⌕ Search

SEARCH · Search NASA

Results for “INSTRUMENTATION PROGRAM”

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.

At least 91 records · Page 5

Nuclear Physics Network Requirements Review (Final Report)

The Energy Sciences Network (ESnet) is the high-performance network user facility for the US Department of Energy (DOE) Office of Science (SC) and delivers highly reliable data transport capabilities optimized for the requirements of data-intensive science. In essence, ESnet is the circulatory system that enables the DOE science mission by connecting all its laboratories and facilities in the US and abroad. ESnet is funded and stewarded by the Advanced Scientific Computing Research (ASCR) program and managed and operated by the Scientific Networking Division at Lawrence Berkeley National Laboratory (LBNL). ESnet is widely regarded as a global leader in the research and education networking community. ESnet interconnects DOE national laboratories, user facilities, and major experiments so that scientists can use remote instruments and computing resources as well as share data with collaborators, transfer large datasets, and access distributed data repositories. ESnet is specifically built to provide Between July 2023 and October 2023, ESnet and the Nuclear Physics program (NP) of the DOE SC organized an ESnet requirements review of NP-supported activities. Preparation for these events included identification of key stakeholders: program and facility management, research groups, and technology providers. Each stakeholder group was asked to prepare formal case study documents about its relationship to the NP program to build a complete understanding of the current, near-term, and long-term status, expectations, and processes that will support the science going forward.

97 MATHEMATICS AND COMPUTING↗

Experiments at Jefferson Lab

This chapter presents experiments conducted at Thomas Jefferson National Accelerator Facility (Jefferson Lab), a U.S. Department of Energy national laboratory in Newport News, Virginia. There, physicists exploring the nature of matter make use of the Continuous Electron Beam Accelerator Facility (CEBAF), a DOE Office of Science user facility that enables the research of more than 1,650 scientists worldwide. CEBAF’s precise electron beams can reach energies up to 12 billion electron-volts and exhibit high degrees of polarization. Jefferson Lab’s first experiment began taking data in 1995. Since then, the facility has become a world leader in the study of quantum chromodynamics. Today, experiments are carried out simultaneously in four experimental halls, each with specialized capabilities. The primary instruments in use are focusing or large-acceptance magnetic spectrometers, many of which feature superconducting elements. Jefferson Lab’s physics program provides unprecedented insight into the particles and forces that shape the visible universe.

Achenbach, Patrick [Thomas Jefferson National Acce↗

Assessment of Low-Level Pu Isotope Ratio Measurements Using Multicollector Inductively Coupled Plasma Mass Spectrometry (MC-ICP-MS/MS) Equipped with a Pre-Mass Filter

We present an initial investigation into the performance of a multicollector inductively coupled plasmamass spectrometer equipped with a pre-mass filter (Neoma MC-ICP-MS/MS) for making plutonium (Pu) isotope ratio measurements on solutions containing low level (i.e., pg mL –1 ) Pu concentrations. This assessment was achieved by comparison of the 240 Pu/ 239 Pu, 241 Pu/ 239 Pu, and 242 Pu/ 239 Pu ratios attained over a one month period on the MC-ICP-MS/MS with the long-term (∼1 year) performance observed on the predecessor MC-ICP-MS (Neptune Plus) instrument each equipped with an equipped with an APEXΩ desolvating nebulizer for repeated measurements of certified reference materials from New Brunswick Program Office (NBL PO) CRM 136a and CRM 137. The MC-ICP-MS/MS performance of repeated measurement of CRM 136a (n = 20) resulted in mean values of 240 Pu/ 239 Pu = 0.1448 ± 0.0006, 241 Pu/ 239 Pu = 0.00371 ± 0.00006, and 242 Pu/ 239 Pu = 0.00682 ± 0.00006 (k = 2). The CRM 137 (n = 20), analyzed during the same analytical sessions, produced mean values for 240 Pu/ 239 Pu = 0.2414 ± 0.0006, 241 Pu/ 239 Pu = 0.00464 ± 0.00007, and 242 Pu/ 239 Pu = 0.0157 ± 0.0001 (k = 2). These results closely align with the certificate values for CRM 136a and CRM 137 and are within the k = 2 envelopes defined by the long-term performance of the traditional MC-ICP-MS approach (Neptune Plus). Examination of the performance of the various Pu isotope ratios as a function of total Pu content revealed accurate results (<3% relative difference, or RD) above ∼50 fg total Pu. The results presented here demonstrate the capability of the MC-ICP-MS/MS making accurate and precise low level Pu isotopic measurements. While the intent of this work was not to investigate the functionality of the collision cell, the pre-mass filter was employed. Future studies are warranted to investigate the entire capability of the MC-ICP-MS/MS collision cell and pre-cell mass filter optimization for performing low level Pu isotope measurements, even in mixed matrix samples.

CRM↗

ChatHPC: Building the Foundations for a Productive and Trustworthy AI-Assisted HPC Ecosystem

ChatHPC democratizes large language models for the high-performance computing (HPC) community by providing the infrastructure, ecosystem, and knowledge needed to apply modern generative AI technologies to rapidly create specific capabilities for critical HPC components while using relatively modest computational resources. Our divide-and-conquer approach focuses on creating a collection of reliable, highly specialized, and optimized AI assistants for HPC based on the cost-effective and fast Code Llama fine-tuning processes and expert supervision. We target major components of the HPC software stack, including programming models, runtimes, I/O, tooling, and math libraries. Thanks to AI, ChatHPC provides a more productive HPC ecosystem by boosting important tasks related to portability, parallelization, optimization, scalability, and instrumentation, among others. With relatively small datasets (on the order of KB), the AI assistants, which are created in a few minutes by using one node with two NVIDIA H100 GPUs and the ChatHPC library, can create new capabilities with Meta’s 7-billion parameter Code Llama base model to produce high-quality software with a level of trustworthiness of up to 90% higher than the 1.8-trillion parameter OpenAI ChatGPT-4o model for critical programming tasks in the HPC software stack.

Young, Aaron [ORNL] (ORCID:0000000254484667)↗

Parallel sorting algorithm classification: is manual instrumentation necessary?

Understanding parallel algorithms is crucial for accelerating scientific simulations on complex, distributed memory, high-performance computers. Modern algorithm classification approaches learn semantics directly from source code to differentiate between algorithms, however, accessing source code is not always possible. We can learn about parallel algorithms from observing their performance, as programs running the same algorithms and using the same hardware should exhibit similar performance characteristics. We present an approach to learn algorithm classes from parallel performance data directly in order to classify algorithms without access to the source code. We extend previous work to enable classifying parallel sorting algorithms using automatic instrumentation instead of requiring manual region annotations in the source code. In this work, we design and demonstrate a study for classification of parallel sorting algorithms using parallel performance data collected from automatic instrumentation, and evaluate the performance of our new methodology on classification. We leverage Caliper to collect the performance data, Thicket for our exploratory data analysis (EDA), and PyTorch and Scikit-learn to evaluate the effectiveness of random forests, support vector machines (SVMs), decision trees, neural networks, and logistic regressions on parallel performance data. Additionally, we study noise in parallel performance data, whether the removal of noise and pre-processing of the data is necessary to accurately classify parallel sorting algorithms, and determine the effectiveness of features created from performance data. In conclusion, we demonstrate classification accuracy for these five different models of up to 97.7% across four different parallel algorithm classes.

Algorithm Classification↗

Synergizing human expertise and AI efficiency with language model for microscopy operation and automated experiment design

With the advent of large language models (LLMs), in both the open source and proprietary domains, attention is turning to how to exploit such artificial intelligence (AI) systems in assisting complex scientific tasks, such as material synthesis, characterization, analysis and discovery. Here, we explore the utility of LLMs, particularly ChatGPT4, in combination with application program interfaces (APIs) in tasks of experimental design, programming workflows, and data analysis in scanning probe microscopy, using both in-house developed APIs and APIs given by a commercial vendor for instrument control. We find that the LLM can be especially useful in converting ideations of experimental workflows to executable code on microscope APIs. Beyond code generation, we find that the GPT4 is capable of analyzing microscopy images in a generic sense. At the same time, we find that GPT4 suffers from an inability to extend beyond basic analyses for more in-depth technical experimental design. We argue that an LLM specifically fine-tuned for individual scientific domains can potentially be a better language interface for converting scientific ideations from human experts to executable workflows. Such a synergy between human expertise and LLM efficiency in experimentation can open new doors for accelerating scientific research, enabling effective experimental protocols sharing in the scientific community.

97 MATHEMATICS AND COMPUTING↗

Fast neutron leakage spectra of the EUCLID experiment

Special nuclear material in sub-critical and critical configurations measured in integral experiments are important for validation and adjustment of nuclear data. Many different evaluations of nuclear data exist, and these different evaluations can provide different values for individual cross sections that vary due to the uncertainties in differential experiments or lack of such data. For integral experiments, differences in these individual cross sections can have compensating errors, which lead to the same answer. One example of this is the Jezebel critical assembly, where k eff of the system is correctly computed by both ENDF/B-VIII.0 and JEFF-3.3, despite having substantially different underlying evaluated values for specific reactions (such as elastic and inelastic cross sections). To reduce compensating errors in nuclear data, the Experiments Underpinned by Computational Learning for Improvements in Nuclear Data (EUCLID) project has utilized machine learning to design a set of sub-critical and critical experiments. These experiments include slab- and cube-like configurations of 239 Pu in the form of the ZPPR plates. Six different responses were measured on a total of thirteen different configurations. One of these responses, the neutron leakage spectrum, was measured using an EJ301D detector. Finally, the results of the neutron leakage spectra show good agreement (within 1–2 σ ) with the expected spectrum from simulations and will be used in the subsequent nuclear data adjustment done by the EUCLID team.

46 INSTRUMENTATION RELATED TO NUCLEAR SCIENCE AND ↗

Special Observing Period (SOP) data for the Year of Polar Prediction site Model Intercomparison Project (YOPPsiteMIP)

The rapid changes occurring in the polar regions require an improved understanding of the processes that are driving these changes. At the same time, increased human activities such as marine navigation, resource exploitation, aviation, commercial fishing, and tourism require reliable and relevant weather information. One of the primary goals of the World Meteorological Organization's Year of Polar Prediction (YOPP) project is to improve the accuracy of numerical weather prediction (NWP) at high latitudes. During YOPP, two Canadian “supersites” were commissioned and equipped with new ground-based instruments for enhanced meteorological and system process observations. Additional pre-existing supersites in Canada, the United States, Norway, Finland, and Russia also provided data from ongoing long-term observing programs. These supersites collected a wealth of observations that are well suited to address YOPP objectives. In order to increase data useability and station interoperability, novel Merged Observatory Data Files (MODFs) were created for the seven supersites over two Special Observing Periods (February to March 2018 and July to September 2018). All observations collected at the supersites were compiled into this standardized NetCDF MODF format, simplifying the process of conducting pan-Arctic NWP verification and process evaluation studies. This paper describes the seven Arctic YOPP supersites, their instrumentation, data collection and processing methods, the novel MODF format, and examples of the observations contained therein. MODFs comprise the observational contribution to the model intercomparison effort, termed YOPP site Model Intercomparison Project (YOPPsiteMIP). All YOPPsiteMIP MODFs are publicly accessible via the YOPP Data Portal (Whitehorse: https://doi.org/10.21343/a33e-j150, Huang et al., 2023a; Iqaluit: https://doi.org/10.21343/yrnf-ck57, Huang et al., 2023b; Sodankylä: https://doi.org/10.21343/m16p-pq17, O'Connor, 2023; Utqiagvik: https://doi.org/10.21343/a2dx-nq55, Akish and Morris, 2023c; Tiksi: https://doi.org/10.21343/5bwn-w881, Akish and Morris, 2023b; Ny-Ålesund: https://doi.org/10.21343/y89m-6393, Holt, 2023; and Eureka: https://doi.org/10.21343/r85j-tc61, Akish and Morris, 2023a), which is hosted by MET Norway, with corresponding output from NWP models.

54 ENVIRONMENTAL SCIENCES↗

Investigating a Potential Hafnium Bias in SCALE [Slides]

Previous work has examined the evidence for a gadolinium bias within SCALE. This work extends the previous work to include benchmark models with hafnium experiments from the ICSBEP Handbook. VALID contains only one experiment with hafnium: MIX-COMP-THERM-008. Newly generated models provide an opportunity to assess the potential presence of a hafnium bias.

46 INSTRUMENTATION RELATED TO NUCLEAR SCIENCE AND ↗

Direct reactions for astrophysical p-capture rates with ORRUBA and GODDESS

Understanding the nucleosynthesis and energy generation in quiescent and explosive stellar burning requires a detailed understanding of reaction rates on many unstable nuclides. Such reaction rates are often governed by the properties of low-lying, isolated proton resonances. Though direct measurements of resonance strengths are ultimately desired, and are a focus of rare isotope beam facilities worldwide, such tour-de-force experiments must be guided by indirect techniques, in order to know resonance energies, J π assignments, and estimated widths, to inform targeted measurements. Furthermore, some important low-lying resonances may be too weak for direct measurements with radioactive beams, and indirect techniques provide the only practical constraints. Additionally, there has been growing interest in the astrophysical role of isomeric states, which can influence the reaction flow in nucleosynthetic reaction networks, and hence impact the quantitative interpretation of astronomical observables, such as γ-ray signatures, and elemental and isotopic ratios. Properties of single-proton resonances can be obtained by exploiting the selectivity of direct reactions, such as single-nucleon transfer and charge-exchange reactions. Constraining proton-capture rates via direct reactions has been a focus of the astrophysics program at ORNL for over two decades, spurring the development of the ORRUBA and GODDESS detector systems. Herein, a review of recent developments in instrumentation and radioactive beam delivery (including isomeric beam experiments) is presented, along with some specific examples of astrophysically interesting sd-shell nuclides, which have been a target of recent ORRUBA and GODDESS experiments.

79 ASTRONOMY AND ASTROPHYSICS↗

Using ground-based lidar data to investigate the water–vapor budget in the daytime atmospheric boundary layer

The moisture advection term in the water–vapor budget equation is investigated with a combination of a vertically-staring water–vapor lidar and Doppler lidar systems. These instruments make it possible to get the mean profile of moisture tendency and the latent heat flux (LHF) divergence. We use data of the Land–Atmosphere Feedback Experiment (LAFE) at the Atmospheric Radiation Measurement (ARM) Program’s Southern Great Plains (SGP) site, Oklahoma, USA, collected on 30 August 2017 between 15 and 24 UTC, which corresponds to 09 to 18 LT. The lidars provide turbulence resolving profiles of moisture and vertical wind fluctuations. The LHF profile is derived from the covariance of these moisture and vertical wind fluctuations. The mean boundary layer height z i is determined from the peak of the moisture variance. The results demonstrate that the combination of two remote sensing instruments can be applied for determining the dominant water–vapor budget terms, namely moisture tendency, latent heat flux divergence and moisture advection.

Advection↗

Distributed fiber-optic sensing in a subscale high-temperature superconducting dipole magnet

High-temperature superconductors, such as REBa2Cu3O7−x (REBCO, RE = rare earth), are becoming pivotal for high-field magnet technology for future circular colliders and compact fusion reactors. The U.S. Magnet Development Program, in collaboration with industry, is developing REBCO magnet technology using round conductors consisting of multiple REBCO tapes. For these multi-tape cables, traditional instrumentation, such as voltage taps and resistive strain gauges, become insufficient to help measure and understand the performance-limiting factors in these model magnets. Distributed fiber-optic sensing (DFOS) is a potential solution to address this challenge. Although DFOS is well established for various applications, measuring temperature and strain in high-temperature superconducting magnets is in its infancy. Here we report the detailed implementation and test results of DFOS based on Rayleigh scattering in a subscale canted cosθ (CCT) dipole magnet using high-temperature superconducting CORC® wires. We co-wound optical fibers in each layer of the CCT magnet and compared different types of commercial fibers and mold-release agents to reduce the power attenuation in the fibers. The DFOS allowed us to measure mechanical deformation and temperature along the conductor during tests at 77 and 4.2 K. The measured strain agreed quantitively with a finite-element mechanical model of the subscale magnet. Our results indicate that DFOS can effectively identify locations of strain and temperature changes, offering unique insight into magnet performance that can advance our understanding and development of the REBCO magnet technology for high-energy physics and fusion applications.

Luo, Linqing↗

CEA/LANL Collaboration Needs [Slides]

The success of the current Gamma Reaction History program is the product of a multi-institutional collaboration between LANL/LLNL/AWE/NNSS/LLE/Industry. Our multi-decadal collaboration has led a multiple generation of reaction history instruments (Generation-1, -2, -3, and now we are designing 4th generation). In post-ignition era, new challenges are arising (too fast, too high, too many). In 4th Generation, we aim to increase Detection Dynamic Range and need Geant4 simulation help.

46 INSTRUMENTATION RELATED TO NUCLEAR SCIENCE AND ↗

Status of the CERBERUS Evaluation for the International Criticality Safety Benchmark Evaluation Project (ICSBEP) Handbook

Modeling & Simulation (M&S) tools are used to analyze advanced reactor designs and the safety of current nuclear operations. As computers continue to improve, we are able to enhance resolution in our calculations. Therefore, the limitations of simulation capability are in the quality of data that is being used, including our ability to quantify the uncertainty and sensitivity of that data. In order to model systems of interest with increasing accuracy, the industry must improve key nuclear data measurements. The International Criticality Safety Benchmark Evaluation Project (ICSBEP) compiles and evaluates experiment data in a handbook that can be used by criticality safety engineers and others to validate computer codes and cross section libraries at nuclear facilities. Both critical and subcritical experiments are included in the handbook. These experiments, along with differential measurements, can help improve the quality of nuclear data. Concerns regarding the accuracy of Cu nuclear data have been published. The large values and trend of C-E for the Zeus intermediate energy benchmark, being one of the primary examples. Furthermore, very few experiments have been designed to be sensitive to Cu (as shown in Figure 1), so an integral, critical experiment is needed to help resolve these differences.

46 INSTRUMENTATION RELATED TO NUCLEAR SCIENCE AND ↗

Demonstration of active neutron interrogation of special nuclear materials using a high-intensity short-pulse-laser-driven neutron source

Detecting shielded special nuclear material, such as nuclear explosives, is a difficult challenge pursued by non-proliferation, anti-terrorism, and nuclear security programs worldwide. Interrogation with intense fast-neutron pulses is a promising method to characterize concealed nuclear material rapidly but is limited by suitable source availability and proven instrumentation. In this study we have pioneered a demonstration of such an interrogation method using a high-intensity, short-pulse, laser-driven neutron source that offers potential benefits compared to conventional neutron sources. The measurement results reported here represent the first experimental demonstration of this interrogation approach on enriched uranium items and demonstrate the feasibility of a precise measurement using realistic nuclear materials, representative of field scenarios, even with just a single laser-driven neutron pulse. Bright pulsed sources can overcome the nuisance background of items with strong internal neutron sources, improving analytical power, while single-shot assay is attractive in high-throughput situations where time is at a premium. The science and technology of this type of neutron production is developing rapidly, and we anticipate that practical mobile interrogation systems will become available based on the detection concepts demonstrated here to meet the growing measurement needs.

98 NUCLEAR DISARMAMENT, SAFEGUARDS, AND PHYSICAL P↗

Application of the Cohn-alpha Method on Bare Highly Enriched Uranium Using Organic Scintillators [Poster]

The prompt neutron decay constant (α), can be used to calculate the lifetime of prompt fission chains within a multiplying system and verify reactor startup and shutdown. We analyze a fast, bare system consisting of highly enriched uranium (93% 235 U) hemisphere shells known as the Measurements of Uranium Subcritical and Critical (MUSiC). We measured the system with a three by-four array of organic scintillators (OSCAR) to obtain the gamma-ray and fast neutron signals. Pulse shape discrimination was used to isolate the neutron time series data. The Cohn-α method was used to estimate α for 3 supercritical measurements of Configurations 8 MUSiC. We use these estimates to linearly extrapolate α at delayed critical. These values can be compared to highly detailed simulations in MCNP6.2.

46 INSTRUMENTATION RELATED TO NUCLEAR SCIENCE AND ↗

MIP dQ/dx Calibration in DUNE ND-LAr Prototypes with Pixelated Charge Readout

The Deep Underground Neutrino Experiment (DUNE) will be a next-generation long baseline neutrino oscillation experiment that will employ LArTPC technology in a near detector placed at Fermilab and a far detector at the Sanford Underground Research Facility, at a baseline of 1300 km. The DUNE Liquid Argon Near Detector (ND-LAr) design takes into account the high neutrino intensity expected from the beam at the Long-Baseline Neutrino Facility (LBNF): 35 modules, each containing two optically separated time projection chambers, are instrumented with a pixel-based, true 3D charge readout alongside scintillation light traps to disentangle the O(100) interactions expected per 10us beam spill. A robust prototyping program supports ND-LAr’s design: the 2x2 Demonstrator consists of four scaled-down ND-LAr modules exposed to the NuMI beam at Fermilab, and the Full Scale Demonstrator (FSD) is a single ND-LAr module tested with cosmic rays at the University of Bern. We present here an analysis of minimum ionizing particle (MIP) tracks selected from 2x2 beam data and FSD cosmic ray data used to benchmark the pixel-based charge readout simulation and calibration in both detectors, with the ultimate goal of validating the design of DUNE ND-LAr as well as informing future calibration methods. This poster will showcase the dependence of the charge response on track inclination as well as a per-pixel dQ/dX extraction.

Mandujano, Roberto [UC, Irvine]↗

Plutonium isotope ratio measurements by total evaporation-thermal ionization mass spectrometry (TE-TIMS): an evaluation of uncertainties using traceable standards from the New Brunswick Laboratory

The accuracy and precision of isotope amount ratio measurements using thermal ionization mass spectrometry (TIMS) instrumentation are described, and the measurement of Pu materials is emphasized. The mass fractionation observed for Am, Ga, Pu, and U for isotope amount ratio measurements using the total evaporation (TE) technique is compared with theoretical estimates to demonstrate the advantage of the TE methodology and to investigate systematic biases in the major isotope amount ratios of U and Pu certified reference material (CRM) standards from the U.S. provider of CRMs. The quality of the Pu isotopic data generated by TIMS instruments in an analytical laboratory is demonstrated by the application of the double ratio technique to estimate the 241 Pu half-life. Analytical data on traceable Pu CRMs from the New Brunswick Laboratory (NBL), generated as part of routine measurements supporting various programs, are used for this half-life estimation. Although the 241 Pu abundances in CRMs of 136, 137, 138, and 126-A are approximately 200–2000× smaller than those in the 241 Pu material used in the previous Institute for Reference Materials and Measurements (IRMM) evaluation of the 241 Pu half-life, the half-life value estimated in this work shows excellent agreement with the currently accepted value from the IRMM. This agreement also demonstrates the pedigree of the Pu isotopic standards from the NBL and the quality of the isotope amount ratio measurements using TIMS instrumentation. For both the major and minor Pu isotope amount ratios, this report describes the relative importance of the factors affecting the uncertainty of TIMS measurements, which are considered the gold standard in isotope ratio measurements (LA-UR-24-29199).

07 ISOTOPE AND RADIATION SOURCES↗