Search NASA⌕ Search

SEARCH · Search NASA

Results for “Deep Dive”

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

Preliminary assessment of industrial needs for an advanced ocean technology

A quick-look review of selected ocean industries is presented for the purpose of providing NASA OSTA with an assessment of technology needs and market potential. The size and growth potential, needs and problem areas, technology presently used and its suppliers, are given for industries involved in deep ocean mining, petrochemicals ocean energy conversion. Supporting services such as ocean bottom surveying; underwater transportation, data collection, and work systems; and inspection and diving services are included. Examples of key problem areas that are amenable to advanced technology solutions are included. Major companies are listed.

Mourad, A. G.↗

Diving Deeper: Exploring the Feasibility of Lowering Cassini’s Final Orbits

During the final five orbits of Cassini’s mission, the spacecraft will get closer to Saturn than it has ever been. These five orbits were designed to be as deep in the atmosphere as Cassini could safely fly; however, recent occultation data of Saturn’s atmosphere suggest that it is contracting. Given this contraction, the primary concern during these orbits has shifted from spacecraft health and safety to loss of science value. This paper explores a scenario for modifying the Cassini spacecraft’s trajectory, during these final orbits, such that it dips deeper into Saturn’s atmosphere. This scenario describes the method for in-situ detection of Saturn’s atmospheric state, the locations and sizes of maneuvers that would reduce the final periapsis altitudes, the effects of such maneuvers on the remaining trajectory, and the risks involved. The result is that a periapsis-lowering, “pop-down” maneuver is feasible during Cassini’s final orbits. Risk to the spacecraft is minimized by using the attitude control thrusters as density detectors during the first three atmospheric transits of the final five orbits. Should these transits reveal sufficiently low density and should sufficient propellant remain, then the Cassini project will consider performing the maneuver.

Sturm, Erick J., II↗

Dataset for "Machine Learning Ensembles Can Enhance Hydrologic Predictions and Uncertainty Quantification" Willard et al. (2025).

This data release provides all data and code used in the paper " "Machine Learning Ensembles Can Enhance Hydrologic Predictions and Uncertainty Quantifications" Willard et al. (2025)" to model stream temperature, evaluate, and assess results. The associated manuscript explores the effect of different ensemble construction techniques across different common machine learning (ML) architectures for predictions in unmonitored basins. Modeling was done using long short-term memory (LSTM), gated recurrent unit (GRU), temporal convolution network (TCN), and extreme gradient boosting (XGBoost) models, and stream site coverage spans 1362 locations across the conterminous United States. The ensemble construction techniques investigated include ensemble by random weight initialization, differing hyperparameters, different random subsets of training data, different subselections of input features, different architectures, and Monte Carlo Dropout. The data is organized into these items items:Code repository and data for the paper " "Machine Learning Ensembles Can Enhance Hydrologic Predictions and Uncertainty Quantifications" Willard et al. (2025).Code: stream_temp_ml_regionalization.zip contains the code repositoryData to run the code:- data_dir.zip -- contains all files that should be moved to the "DATA_DIR" variable defined in the "set_env_vars.sh" script in the code repository- metadata_dir.zip -- contains all files that should be moved to the "METADATA_DIR" variable defined in the "set_env_vars.sh" script in the code repositoryData produced by the code and used in the paper:- outputs_dir.zip - contains model output and results (outputs_dir/results), model weights (outputs_dir/models), and all other outputs used for the paper including feature importances.To cite this code, please use the following BibTeX or MLA entries:bibtex:@misc{willard2025streamensembles,author = {Jared Willard and Charuleka Varadharajan},title = {Dataset for "Machine Learning Ensembles Can Enhance Hydrologic Predictions and Uncertainty Quantification"},year = {2024},doi = {10.15485/2527393},publisher = {ESS-DIVE Repository},url = {https://data.ess-dive.lbl.gov/datasets/doi:10.15485/2527393}}MLA: Willard, Jared, et al. Dataset for "Machine Learning Ensembles Can Enhance Hydrologic Predictions and Uncertainty Quantification". 2025. ESS-DIVE Repository, doi:10.15485/2448016.

54 ENVIRONMENTAL SCIENCES↗

A Theory for the Function of the Spermaceti Organ of the Sperm Whale (Physeter Catodon L.)

The function of the spermaceti organ of the sperm whale is studied using a model of its acoustic system. Suggested functions of the system include: (1) action as an acoustic resonating and sound focussing chamber to form and process burst-pulsed clicks; (2) use of nasal passages in forehead for repeated recycling of air for phonation during dives and to provide mirrors for sound reflection and signal processing; and (3) use of the entire system to allow sound signal production especially useful for long range echolocofion in the deep sea.

Norris, K. S.↗

How Did Westward Volcaniclastic Deposits Accumulate in the Deep Sea Following the January 2022 Eruption of Hunga Volcano?

Most volcanic eruptions on Earth take place below the ocean surface and remain largely unobserved. Reconstruction of past submerged eruptions has thus primarily been based on the study of seafloor deposits. Rarely before the 15 January 2022 eruption of Hunga volcano (Kingdom of Tonga) have we been able to categorically link deep-sea deposits to a specific volcanic source. This eruption was the largest in the modern satellite era, producing a 58-km-tall plume, a 20-m high tsunami, and a pressure wave that propagated around the world. The eruption induced the fastest submarine density currents ever measured, which destroyed submarine telecommunication cables and traveled at least 85 km to the west to the neighboring Lau Basin. Here we report findings from a series of remotely operated vehicle dives conducted 4 months after the eruption along the Eastern Lau Spreading Center-Valu Fa Ridge. Hunga-sourced volcaniclastic deposits 7–150 cm in thickness were found at nine sites, and collected. Study of the internal structure, grain size, componentry, glass chemistry, and microfossil assemblages of the cores show that these deposits are the distal portions of at least two ~100-km-runout submarine density currents. We identify distinct physical characteristics of entrained microfossils that demonstrate the dynamics and pathways of the density currents. Microfossil evidence suggests that even the distal parts of the currents were erosive, remobilizing microfossil-concentrated sediments across the Lau Basin. Remobilization by volcaniclastic submarine density currents may thus play a greater role in carbon transport into deep sea basins than previously thought.

58 GEOSCIENCES↗

Even Higher-Level Synthesis: An Exploration of AI Hardware Accelerators using HLS4ML

With the rise of artificial intelligence, the popularization of deep learning, and a constantly evolving industry, the demand for flexible and efficient tools has never been greater. As algorithms grow more complex, their runtime and energy consumption increase exponentially. Customized hardware accelerators, long used for specific mathematical operations, remain essential for managing modern applications' computational and power demands. Hardware accelerators can speed up complex computations by orders of magnitude, but their manual design and verification processes are often challenging and time-consuming. High-Level Synthesis (HLS) provides a solution by transforming high-level algorithm descriptions, typically written in C++ or SystemC, into synthesizable RTL suitable for hardware implementation. This approach reduces development time for RTL engineers while offering flexibility beyond what traditional handwritten RTL can provide. We extended this capability to the machine-learning domain with the open-source framework hls4ml, which allows neural networks trained in Python frameworks like Tensorflow or PyTorch to be synthesized into efficient hardware representations for the traditional FPGA and ASIC flows. This breakthrough addresses the growing need for reduced design turnaround and easy verification of ML hardware accelerators with low latency and power efficiency constraints. During this tutorial, we will demonstrate how Python complements HLS by simplifying the ML design process, bridging the gap between software and hardware development. Attendees will explore how we translate neural networks modeled in Python into fixed-point C++ models suitable for HLS workflows. We will dive into strategies like Value-Range Analysis and Quantization-Aware Training, which optimize these designs for deployment and evaluate their accuracy, power consumption, and energy efficiency. To exemplify these concepts, experts from Fermilab will share their experiences applying this technology to high-energy physics experiments, where real-time, low-latency processing is critical. Over the years, Fermilab engineers have demonstrated how deep neural networks, optimized for hardware using hls4ml, can meet the stringent requirements of trigger systems at the CERN Large Hadron Collider. These systems rely on rapid decision-making to process immense data volumes while retaining only the most relevant events for further analysis. The application of hls4ml has also been extended to innovative technologies like smart pixel arrays. These smart pixels integrate ML inference capabilities directly into sensor devices, enabling localized data processing at the pixel level. This approach drastically reduces the need to transmit raw data to external processing units, significantly decreasing power consumption and latency. By embedding neural networks within the pixel architecture, the smart pixels can identify and prioritize relevant data in real time, providing a highly efficient solution for edge computing in scenarios such as particle detectors and imaging systems. Fermilab's work highlights the potential of hardware-accelerated ML in scenarios where both speed and power efficiency are mission-critical. Through this tutorial, attendees will gain valuable insights into the challenges and solutions of deploying ML in hardware. Understanding how HLS and hls4ml streamline the development of neural network-based hardware accelerators is fundamental for the industry's future. Participants will learn how these technologies are shaping the future of AI and scientific computing.

Di Guglielmo, Giuseppe [Fermilab]↗

Decarbonization Dilemmas: Deliberating Difficult Decisions in Laboratory Design

Dive into the depths of design and decision-making, while we discuss the decarbonization of laboratory buildings! Delve into the dense domain of laboratory design and operations, where every development presents a diverse array of dilemmas and delights. Join us for these dynamic sessions focused on decoding the secrets of sustainable success. Dig deep into the dynamic world of heat pump designs and the delicate balance of heating and cooling loads. Debate between constant and variable fume hood designs, where these decisions determine outcomes. Discover the divergent paths of HVAC system implementation, from the deployment of chilled beams to the diverse array of different terminal unit types. But don't delay; decisive action is demanded for these goals! Dare to dream of decarbonization as we direct discussions on retrofitting existing building stock versus innovative new design approaches. Delve into the depths of debate and emerge with a decisive strategy for sustainable success. Discuss recent discoveries in development from experts associated with existing laboratory buildings with decarbonization goals. These insights and lessons learned will help determine the path forward in our industry's drive for decarbonization designs. Decarbonization is no easy task, but with determination, dedication, and devotion, we can defy the odds and forge a brighter future for laboratory design and operations. Let's dare to decarbonize together!

decarbonization↗

Remote Science at Sea With Remotely Operated Vehicles

Conducting sea-going ocean science no longer needs to be limited to the number of berths on a ship given that telecommunications, computing, and networking technologies onboard ships have become familiar mechanisms for expanding scientists’ reach from onshore. The oceanographic community routinely works with remotely operated vehicles (ROVs) and pilots to access real-time video and data from the deep sea, while onboard a ship. The extension of using an ROV and its host vessel’s live-streaming capabilities has been popularized for almost 3 decades as a telepresence technology. Telepresence-enabled vessels with ROVs have been employed for science, education, and outreach, giving a greater number of communities viewing access to ocean science. However, the slower development of technologies and social processes enabling sustained real-time involvement between scientists on-ship and onshore undermines the potential for broader access, which limits the possibility of increasing inclusivity and discoveries through a diversity of knowledge and capabilities. This article reviews ocean scientists’ use of telepresence for ROV-based deep-sea research and funded studies of telepresence capabilities. The authors summarize these studies findings and conditions that lead to defining the use of telepresence-enabled vessels for “remote science at sea.” Authors define remote science at sea as a type of ocean expedition, an additional capability, not a replacement for all practices by which scientists conduct ocean research. Remote science for ocean research is an expedition at-sea directed by a distributed science team working together from at least two locations (on-ship and onshore) to complete their science objectives for which primary data is acquired by robotic technologies, with connectivity supported by a high-bandwidth satellite and the telepresence-enabled ship’s technologies to support the science team actively engaged before, during, and after dives across worksites. The growth of productive ocean expeditions with remote science is met with social, technical, and logistical challenges that impede the ability of remote scientists to succeed. In this article, authors review telepresence-enabled ocean science, define and situate the adjoined model of remote science at sea, and some infrastructural, technological and social considerations for conducting and further developing remote science at sea.

marine technology↗

Exploring orbital angular momentum and spin-orbit correlations for gluons at the Electron-Ion Collider

In our previous work [S. Bhattacharya , ], we introduced a pioneering observable aimed at experimentally detecting the orbital angular momentum (OAM) of gluons. Our focus was on the longitudinal double spin asymmetry observed in exclusive dijet production during electron-proton scattering. We demonstrated the sensitivity of the cos ϕ angular correlation between the scattered electron and proton as a probe for gluon OAM at small x and its intricate interplay with gluon helicity. This current work provides a comprehensive exposition, diving further into the aforementioned calculation with added elaboration and in-depth analysis. We reveal that, in addition to the gluon OAM, one also gains access to the spin-orbit correlation of gluons. We supplement our work with a detailed numerical analysis of our observables for the kinematics of the Electron-Ion Collider. In addition to dijet production, we also consider the recently proposed semi-inclusive diffractive deep inelastic scattering process, which potentially offers experimental advantages over dijet measurements. Finally, we investigate quark-channel contributions to these processes and find an unexpected breakdown of collinear factorization. Published by the American Physical Society 2025

73 NUCLEAR PHYSICS AND RADIATION PHYSICS↗

Studies of the inner shelf and coastal sedimentation environment of the Beaufort Sea from ERTS-1

The author has identified the following significant results. Northward flowing rivers of Alaska inundate extensive areas of sea ice during spring breakup. This process has been studied under the ERTS-1 program. Drainage of large volumes of fresh water through the ice at holes and cracks (strudel) causes scour depressions, over 4 m deep, and up to 20 m across in the sea floor below. Strudel scours occur within 30 km of river mouths, generally in areas where ERTS-1 imagery shows less potential for drifting ice to scour the bottom than elsewhere. The shapes and distribution patterns of strudel scours correspond with those of strudel seen in the ice canopy. Densities of scours are highest in the inner areas of overlfow. But strudel scours also occur outside of overflow areas mapped during the last several years. These must be very old. One strudel scour investigated by diving is surrounded by a rim, has vertical walls exposing a tundra horizon, and terminates at a gravel layer 4 m below the lagoon floor. Another terminates at a semi-consolidated layer of silty clay. The gravel and silty clay are pre-Holocene deposits. Mixing of Holocene marine with older sediments by vertical strudel flow causes great variability in sediment types over small areas. These observations complicate interpretation of shallow water deposits of cold climates.

Reimnitz, E.↗

Using Science Operations Tools and Methods from NASA for Remote Presence Ocean Exploration on Earth: E/V Nautilus Cruise NA108

NASA Ames' Exploration Ground Data Systems (xGDS) supports rapid scientific decision making by synchronizing information in time and space, including video and still images, scientific instrument data, and science and operations notes in geographic and temporal context. We have deployed xGDS at multiple NASA field analog missions over the past decade.In the last two years, we have participated in SUBSEA, a multi-institution collaborative project. SUBSEA used the research ship E/V Nautilus along with its two remotely operated vehicles (ROVs), Hercules and Argus, to explore deep ocean volcanic vents as an analog for ocean worlds (e.g. Enceladus). This work allowed us to compare the existing oceanographic operations methods and technologies used for ocean exploration with corresponding tools and approaches developed and used at NASA. In the first year of SUBSEA we observed existing remote science operations from the Inner Space Center (ISC). In the second year, we deployed xGDS at ISC to complement existing capabilities with xGDS tools designed to support remote Nautilus science operations from the ISC. During operations, video, ROV position and instrument telemetry were streamed from the ship to the ISC. As the science team watched dive operations, they could annotate the data with observations that were relevant to their work domain. Later, the team members could review the data at their own pace to collaboratively develop a dive plan for the next day, which had to be delivered on a fixed daily schedule.The opportunity to compare operations under different conditions enabled us to make several key observations about conducting remote science and planning operations efficiently: (i) Reviewing data collaboratively and interactively with temporal and spatial context was critical for the remote science team's ability to plan dive operations on the Nautilus. (ii) Science team members were actively engaged with the remote dive operations because they could interact with the collected data and visualize it as they desired. (iii) Being able to replay past events at accelerated speeds, and jump to points in time and spaced based on search results, provided efficient access to critical points of interest in a massive volume of data, so the remote science team could deliver plans on time. SUBSEA (Systematic Underwater Biogeochemical Science and Exploration Analog) is a multi-institution collaboration supported by NASA, NOAA's Office of Exploration Research (OER), the Ocean Exploration Trust (OET) and the University of Rhode Island's Graduate School of Oceanography (GSO). ISC is GSO's telepresence operations facility.

Lees, David S.↗

Conducting Efficient Remote Science and Planning Operations for Ocean Exploration Using Exploration Ground Data Systems (xGDS)

NASA Ames’ Exploration Ground Data Systems (xGDS) supports rapid scientific decision making by synchronizing information in time and space, including video and still images, scientific instrument data, and science and operations notes in geographic and temporal context. We have deployed xGDS at multiple NASA field analog missions over the past decade. In the last two years, we have participated in SUBSEA, a multi-institution collaborative project*. SUBSEA used the research ship E/V Nautilus along with its two remotely operated vehicles (ROVs), Hercules and Argus, to explore deep ocean volcanic vents as an analog for ocean worlds (e.g. Enceladus). This work allowed us to compare the existing oceanographic operations methods and technologies used for ocean exploration with corresponding tools and approaches developed and used at NASA. In the first year of SUBSEA we observed existing remote science operations from the Inner Space Center (ISC)**. In the second year, we deployed xGDS at ISC to complement existing capabilities with xGDS tools designed to support remote Nautilus science operations from the ISC. During operations, video, ROV position and instrument telemetry were streamed from the ship to the ISC. As the science team watched dive operations, they could annotate the data with observations that were relevant to their work domain. Later, the team members could review the data at their own pace to collaboratively develop a dive plan for the next day, which had to be delivered on a fixed daily schedule. The opportunity to compare operations under different conditions enabled us to make several key observations about conducting remote science and planning operations efficiently: (i) Reviewing data collaboratively and interactively with temporal and spatial context was critical for the remote science team’s ability to plan dive operations on the Nautilus. (ii) Science team members were actively engaged with the remote dive operations because they could interact with the collected data and visualize it as they desired. (iii) Being able to replay past events at accelerated speeds, and jump to points in time and spaced based on search results, provided efficient access to critical points of interest in a massive volume of data, so the remote science team could deliver plans on time. * SUBSEA (Systematic Underwater Biogeochemical Science and Exploration Analog) is a multi-institution collaboration supported by NASA, NOAA’s Office of Exploration Research (OER), the Ocean Exploration Trust (OET) and the University of Rhode Island’s Graduate School of Oceanography (GSO).

Cohen, Tamar E.↗

Monitoring of ground water table depth and soil moisture at the Point Reyes field site

Ground water table (GWT) depth and soil moisture (SM) have been monitored at several locations at the Point Reyes field site (Californian coastal grassland) from 2021 to 2024. Monitoring is still on-going and data may be added to this archive at later time. The SM data have been acquired using Teros 12 Meter soil moisture sensors placed at 10, 30, 60 and 90 cm depth at 5 locations along a small hillslope. These sensors also collect soil temperature and bulk conductance. In addition, some collocated sensors provide pore pressure and Photochemical Reflectance Index (PRI). The GWT depth has been inferred from various type of Onset pressure transducers. The pressure measurements have been corrected for atmospheric pressure variations and sensor position relative to the ground surface to infer GWT depth, as well as with RTK GPS data to infer GWT elevation. The GWT data have been acquired at 5 distinct locations from 2020 to 2024 with the sensors placed at about 4 m depth. In addition, GWT data has been acquired for the 2023-2024 period with sensors located in 1 m deep shallow wells installed near each deeper well. This data is intended to evaluate possibly different dynamic in shallow (perched) and deep aquifer. The datasets are all provided in csv format. Please note that the interpretation of the GWT data needs to be done with consideration of environmental and well characteristics at the site and uncertainty in various variables. For more information on GWT and SM data, please contact the author.

54 ENVIRONMENTAL SCIENCES↗

Comparative analysis of nutrient concentrations in generalist and specialist tree species and soils, Manaus, Brazil

This dataset was collected near Manaus, Brazil, at ZF-2 site, inside the North-South transect plots from 20221011 to 20221020. Measurements were made on specialists and generalist tree species along topographic gradient (in upland high-clay content soils of plateaus and high sandy content and partially flooded soils of valleys). We selected nine species (with four replicates each, totaling 35 individuals) occurring in different topographic positions: three plateau specialists, three valley specialists, and three generalists, where leaf and trunk samples were collected from each individual, and soil samples for carbon and nutrient analysis and quantification. Three soil pits were opened around each sample tree, about one meter apart (total of 105 soil pits each 60-cm deep), where soil samples were collected at four depths: 0-5, 5-10, 10-30 and 30-50 cm. In each of the three pits around each tree, one single sample was taken at each depth and combined to obtain a composite sample per depth per individual tree (35 trees × 4 depths = 140 soil samples). The files “Plant_Nutrient_Concentrations_NS_Transect_Manaus.csv” and “Soil_Nutrient_Concentrations_NS_Transect_Manaus.csv” contain the nutrient concentration data from plant and soil material, respectively. Additionally, the file “Sample_Info.csv” contains details about each variable including units and data type. The file “Species_Info.csv” includes information about each sampled individual, such as species, family, diameter at the breast height (DBH), and more. The dataset is ready to be used in any programming language like python or R. This dataset was originally published on the NGEE Tropics Archive and is being mirrored on ESS-DIVE for long-term archival Acknowledgement: Funding for NGEE-Tropics data resources was provided by the U.S. Department of Energy Office of Science, Office of Biological and Environmental Research.

54 ENVIRONMENTAL SCIENCES↗

RC-SFA Data Management Templates and Guidance for Standardized, Reusable AI-Ready Data Packages

This data package provides templates and supporting documentation developed by the River Corridor Science Focus Area (RC-SFA; https://www.pnnl.gov/projects/river-corridor) to communicate its approach to managing and publishing AI-ready data. The package is intended to help data users and data producers understand the structures, metadata practices, and quality-control approaches that support consistent, reusable, and machine-actionable data products across RC-SFA studies. Rather than focusing on a single experimental dataset, this package documents the data management framework used to make RC-SFA data easier to find, ingest, navigate, and interpret. The materials in this package reflect RC-SFA practices for standardized data package organization, including the use of a human- and machine-readable README, file-level metadata, data dictionaries, descriptive file naming, method identifiers, and automated and review-based quality assurance procedures. Together, these components illustrate how RC-SFA extends FAIR data principles toward AI-readiness by prioritizing deep metadata, consistency across data packages, and support for informed downstream reuse by both humans and computational tools. This dataset is comprised of (1) readme; (2) presentation slides with an overview of RC-SFA approach and guidance; (3) document of RC-SFA best practices; (4) data dictionary (dd); (5) file level metadata (flmd); and a subfolder containing templates for dd and flmd. All files are .csv and .pdf. For details on how to navigate data packages generated by this project, see https://data.ess-dive.lbl.gov/portals/PNNLRiverCorridorSFA/About.

AI-readiness↗

Daily evapotranspiration changes during heatwaves at 32 NEON sites, 2019-2021

This dataset provides partitioned evapotranspiration (ET, the combined loss of water from soil and plant surfaces) anomalies during heatwave events—soil evaporation (E) and transpiration (T)—for 268 heatwave events across 32 National Ecological Observatory Network (NEON) flux sites in the contiguous United States from 2019–2021. Using an ensemble of four high-frequency turbulence methods (Flux-variance Similarity, Conditional Eddy Covariance [CEC], CEC with Water-Use Efficiency, and Conditional Eddy Accumulation; see Zahn and Bou-Zeid 2024), half-hourly transpiration-to-evapotranspiration (T/ET) ratios were derived from 20 hertz (Hz, cycles per second) eddy covariance measurements of carbon dioxide (CO₂) and water vapor (H₂O) concentrations. The dataset spans six vegetation types including evergreen and deciduous forests, grasslands, cultivated crops, shrublands, and emergent herbaceous wetlands. Data Package Contents: The dataset includes a single CSV (comma-separated values) file containing daily anomalies (deviations from baseline conditions) for transpiration (Delta_T), evaporation (Delta_E), total evapotranspiration (Delta_ET), and T/ET ratio (Delta_T_ET) during each day of identified heatwave events. The file also includes site codes, dates, heatwave event identifiers, and day-of-heatwave indicators. The CSV file can be opened with spreadsheet software (Microsoft Excel, Google Sheets) or programming environments (Python, R, MATLAB). This resource enables researchers to investigate ecosystem-specific responses to thermal extremes, validate land surface model partitioning of ET fluxes, and examine feedbacks between water cycling and surface energy balance during heatwaves. The dataset is particularly valuable for studies linking vegetation hydraulic strategies to climate resilience, as it captures the divergent responses of shallow-rooted versus deep-rooted ecosystems. Potential applications include improving drought early warning systems, informing irrigation management strategies, and advancing our mechanistic understanding of land-atmosphere interactions under extreme heat conditions.

Day of Heatwave↗

Deep-Sea Hydrothermal-Vent Sampler

An apparatus is being developed for sampling water for signs of microbial life in an ocean hydrothermal vent at a depth of as much as 6.5 km. Heretofore, evidence of microbial life in deep-sea hydrothermal vents has been elusive and difficult to validate. Because of the extreme conditions in these environments (high pressures and temperatures often in excess of 300 C), deep-sea hydrothermal- vent samplers must be robust. Because of the presumed low density of biomass of these environments, samplers must be capable of collecting water samples of significant volume. It is also essential to prevent contamination of samples by microbes entrained from surrounding waters. Prior to the development of the present apparatus, no sampling device was capable of satisfying these requirements. The apparatus (see figure) includes an intake equipped with a temperature probe, plus several other temperature probes located away from the intake. The readings from the temperature probes are utilized in conjunction with readings from flowmeters to determine the position of the intake relative to the hydrothermal plume and, thereby, to position the intake to sample directly from the plume. Because it is necessary to collect large samples of water in order to obtain sufficient microbial biomass but it is not practical to retain all the water from the samples, four filter arrays are used to concentrate the microbial biomass (which is assumed to consist of particles larger than 0.2 m) into smaller volumes. The apparatus can collect multiple samples per dive and is designed to process a total volume of 10 L of vent fluid, of which most passes through the filters, leaving a total possibly-microbe-containing sample volume of 200 mL remaining in filters. A rigid titanium nose at the intake is used for cooling the sample water before it enters a flexible inlet hose connected to a pump. As the water passes through the titanium nose, it must be cooled to a temperature that is above a mineral-precipitation temperature of 100 C but below the upper working temperature (230 C) of switching valves and tubes in the apparatus. The sample water then passes into a manifold tube, from whence the switching valves can direct the water through either a bypass tube or any one of the filter arrays, without contamination from a previous sample. Each filter array consists of series of filters having pore sizes decreasing in the direction of flow: 90-, 60-, 15-, and 7-micron prefilters and a large-surface-area 0.2-micron collection filter. All the filter taps are located between the intake and the bypass tube so that each time the bypass tube is used, the entire manifold tube is flushed as well.

Behar, Alberto E.↗