Publications

Refine Results

(Filters Applied) Clear All

Science applications of phased array radars

Summary

Phased array radars (PARs) are a promising observing technology, at the cusp of being available to the broader meteorological community. PARs offer near-instantaneous sampling of the atmosphere with flexible beam forming, multifunctionality, and low operational and maintenance costs and without mechanical inertia limitations. These PAR features are transformative compared to those offered by our current reflector-based meteorological radars. The integration of PARs into meteorological research has the potential to revolutionize the way we observe the atmosphere. The rate of adoption of PARs in research will depend on many factors, including (i) the need to continue educating the scientific community on the full technical capabilities and trade-offs of PARs through an engaging dialogue with the science and engineering communities and (ii) the need to communicate the breadth of scientific bottlenecks that PARs can overcome in atmospheric measurements and the new research avenues that are now possible using PARs in concert with other measurement systems. The former is the subject of a companion article that focuses on PAR technology while the latter is the objective here.
READ LESS

Summary

Phased array radars (PARs) are a promising observing technology, at the cusp of being available to the broader meteorological community. PARs offer near-instantaneous sampling of the atmosphere with flexible beam forming, multifunctionality, and low operational and maintenance costs and without mechanical inertia limitations. These PAR features are transformative compared to...

READ MORE

Multimodal physiological monitoring during virtual reality piloting tasks

Summary

This dataset includes multimodal physiologic, flight performance, and user interaction data streams, collected as participants performed virtual flight tasks of varying difficulty. In virtual reality, individuals flew an "Instrument Landing System" (ILS) protocol, in which they had to land an aircraft mostly relying on the cockpit instrument readings. Participants were presented with four levels of difficulty, which were generated by varying wind speed, turbulence, and visibility. Each of the participants performed 12 runs, split into 3 blocks of four consecutive runs, one run at each difficulty, in a single experimental session. The sequence of difficulty levels was presented in a counterbalanced manner across blocks. Flight performance was quantified as a function of horizontal and vertical deviation from an ideal path towards the runway as well as deviation from the prescribed ideal speed of 115 knots. Multimodal physiological signals were aggregated and synchronized using Lab Streaming Layer. Descriptions of data quality are provided to assess each data stream. The starter code provides examples of loading and plotting the time synchronized data streams, extracting sample features from the eye tracking data, and building models to predict pilot performance from the physiology data streams.
READ LESS

Summary

This dataset includes multimodal physiologic, flight performance, and user interaction data streams, collected as participants performed virtual flight tasks of varying difficulty. In virtual reality, individuals flew an "Instrument Landing System" (ILS) protocol, in which they had to land an aircraft mostly relying on the cockpit instrument readings. Participants were...

READ MORE

Fun as a strategic advantage: applying lessons in engagement from commercial games to military logistics training

Summary

Digital games offer many elements to augment traditional classroom lectures and reading assignments. They enable players to explore concepts through repeat play in a low-risk environment, and allow players to integrate feedback given during gameplay and evaluate their own performance. Commercial games leverage a number of features to engage players and hold their attention. But do those engagement-improving methods have a place in instructional environments with a captive and motivated audience? Our experience building a logistics supply chain training game for the Marine Corps University suggests that yes; applying lessons in engagement from commercial games can both help improve player experience with the learning environment, and potentially improve learning outcomes.
READ LESS

Summary

Digital games offer many elements to augment traditional classroom lectures and reading assignments. They enable players to explore concepts through repeat play in a low-risk environment, and allow players to integrate feedback given during gameplay and evaluate their own performance. Commercial games leverage a number of features to engage players...

READ MORE

Impact of WSR-88D intra-volume low-level scans on sever weather warning performance

Published in:
Weather Forecast., Vol. 37, No. 7, July 2022, p. 1169-98.

Summary

The statistical relationship between supplemental adaptive intra-volume low-level scan (SAILS) usage on the Weather Surveillance Radar-1988 Doppler and National Weather Service severe storm warning performance during 2014–20 is analyzed. Results show statistically significant improvement in severe thunderstorm (SVR), flash flood (FF), and tornado (TOR) warning performance associated with SAILS-on versus SAILS-off. Within the three possible SAILS modes of one (SAILSx1), two (SAILSx2), and three (SAILSx3) additional base scans per volume, for SVR, SAILSx2 and SAILSx3 are associated with better warning performance compared to SAILSx1; for FF and TOR, SAILSx3 is associated with better warning performance relative to SAILSx1 and SAILSx2. Two severe storm cases (one that spawned a tornado, one that did not) are presented where SAILS usage helped forecasters make the correct TOR warning decision, lending real-life credence to the statistical results. Furthermore, a statistical analysis of automated volume scan evaluation and termination effects, parsed by SAILS usage and mode, yield a statistically significant association between volume scan update rate and SVR warning lead time.
READ LESS

Summary

The statistical relationship between supplemental adaptive intra-volume low-level scan (SAILS) usage on the Weather Surveillance Radar-1988 Doppler and National Weather Service severe storm warning performance during 2014–20 is analyzed. Results show statistically significant improvement in severe thunderstorm (SVR), flash flood (FF), and tornado (TOR) warning performance associated with SAILS-on versus...

READ MORE

Radar coverage analysis for the Terminal Precipitation on the Glass Program

Author:
Published in:
MIT Lincoln Laboratory Report ATC-450

Summary

The Terminal Precipitation on the Glass (TPoG) program proposes to improve the STARS precipitation depiction by adding an alternative precipitation product based on a national weather-radar-based mosaic, i.e., the NextGen Weather System (aka NextGen Weather Processor [NWP] and Common Support Services Weather [CSS-Wx]). This report describes spatial and temporal domain analyses conducted over the 146 terminal radar approach control (TRACON) airspaces that are within scope of TPoG to identify and quantify future TPoG benefits, as well as potential operational issues.
READ LESS

Summary

The Terminal Precipitation on the Glass (TPoG) program proposes to improve the STARS precipitation depiction by adding an alternative precipitation product based on a national weather-radar-based mosaic, i.e., the NextGen Weather System (aka NextGen Weather Processor [NWP] and Common Support Services Weather [CSS-Wx]). This report describes spatial and temporal domain...

READ MORE

Adapting deep learning models to new meteorological contexts using transfer learning

Published in:
2021 IEEE International Conference on Big Data (Big Data), 2021, pp. 4169-4177, doi: 10.1109/BigData52589.2021.9671451.

Summary

Meteorological applications such as precipitation nowcasting, synthetic radar generation, statistical downscaling and others have benefited from deep learning (DL) approaches, however several challenges remain for widespread adaptation of these complex models in operational systems. One of these challenges is adequate generalizability; deep learning models trained from datasets collected in specific contexts should not be expected to perform as well when applied to different contexts required by large operational systems. One obvious mitigation for this is to collect massive amounts of training data that cover all expected meteorological contexts, however this is not only costly and difficult to manage, but is also not possible in many parts of the globe where certain sensing platforms are sparse. In this paper, we describe an application of transfer learning to perform domain transfer for deep learning models. We demonstrate a transfer learning algorithm called weight superposition to adapt a Convolutional Neural Network trained in a source context to a new target context. Weight superposition is a method for storing multiple models within a single set of parameters thus greatly simplifying model maintenance and training. This approach also addresses the issue of catastrophic forgetting where a model, once adapted to a new context, performs poorly in the original context. We apply weight superposition to the problem of synthetic weather radar generation and show that in scenarios where the target context has less data, a model adapted with weight superposition is better at maintaining performance when compared to simpler methods. Conversely, the simple adapted model performs better on the source context when the source and target contexts have comparable amounts of data.
READ LESS

Summary

Meteorological applications such as precipitation nowcasting, synthetic radar generation, statistical downscaling and others have benefited from deep learning (DL) approaches, however several challenges remain for widespread adaptation of these complex models in operational systems. One of these challenges is adequate generalizability; deep learning models trained from datasets collected in specific...

READ MORE

CoSPA data product description

Published in:
MIT Lincoln Laboratory Report ATC-449

Summary

This document contains a description of Consolidated Storm Prediction for Aviation (CoSPA) data products that are packaged and distributed for external users. As described in Rappa and Troxel, 2013 [1] for Corridor Integrated Weather System (CIWS) data products, CoSPA products are categorized as gridded and non-gridded. Gridded products are typically expressed as rectangular arrays whose elements contain a data value coinciding with uniformly-spaced observations or computed results on a 2-D surface. Gridded data arrays map to the earth's surface through a map projection, for example, Lambert Conformal or Lambert Azimuthal Equal-Area. CoSPA generates only gridded products; there are no non-gridded data for CoSPA.
READ LESS

Summary

This document contains a description of Consolidated Storm Prediction for Aviation (CoSPA) data products that are packaged and distributed for external users. As described in Rappa and Troxel, 2013 [1] for Corridor Integrated Weather System (CIWS) data products, CoSPA products are categorized as gridded and non-gridded. Gridded products are typically...

READ MORE

Demand and capacity modeling for advanced air mobility

Published in:
AIAA Aviation 2021 Conf., 2-6 August 2021.

Summary

Advanced Air Mobility encompasses emerging aviation technologies that transport people and cargo between local, regional, or urban locations that are currently underserved by aviation and other transportation modalities. The disruptive nature of these technologies has pushed industry, academia, and governments to devote significant investments to understand their impact on airspace risk, operational procedures, and passengers. A flexible framework was designed to assess the operational viability of these technologies and the sensitivity to a variety of assumptions. This framework is used to simulate air taxi traffic within New York City by replacing a portion of the city's taxi requests with trips taken with electric vertical takeoff and landing vehicles and evaluate the sensitivity of passenger trip time to a variety of system wide assumptions. In particular, the paper focuses on the impact of the passenger capacity, landing site vehicle capacity, and fleet size. The operation density is then compared with the current air traffic to assess operation constraints that will challenge the network UAM operations.
READ LESS

Summary

Advanced Air Mobility encompasses emerging aviation technologies that transport people and cargo between local, regional, or urban locations that are currently underserved by aviation and other transportation modalities. The disruptive nature of these technologies has pushed industry, academia, and governments to devote significant investments to understand their impact on airspace...

READ MORE

The need for spectrum and the impact on weather observations

Summary

One of the most significant challenges—and potential opportunities—for the scientific community is society's insatiable need for the radio spectrum. Wireless communication systems have profoundly impacted the world's economies and its inhabitants. Newer technological uses in telemedicine, Internet of Things, streaming services, intelligent transportation, etc., are driving the rapid development of 5G/6G (and beyond) wireless systems that demand ever-increasing bandwidth and performance. Without question, these wireless technologies provide an important benefit to society with the potential to mitigate the economic divide across the world. Fundamental science drives the development of future technologies and benefits society through an improved understanding of the world in which we live. Often, these studies require use of the radio spectrum, which can lead to an adversarial relationship between ever evolving technology commercialization and the quest for scientific understanding. Nowhere is this contention more acute than with atmospheric remote sensing and associated weather forecasts (Saltikoff et al. 2016; Witze 2019), which was the theme for the virtual Workshop on Spectrum Challenges and Opportunities for Weather Observations held in November 2020 and hosted by the University of Oklahoma. The workshop focused on spectrum challenges for remote sensing observations of the atmosphere, including active (e.g., weather radars, cloud radars) and passive (e.g., microwave imagers, radiometers) systems for both spaceborne and ground-based applications. These systems produce data that are crucial for weather forecasting—we chose to primarily limit the workshop scope to forecasts up to 14 days, although some observations (e.g., satellite) cover a broader range of temporal scales. Nearly 70 participants from the United States, Europe, South America, and Asia took part in a concentrated and intense discussion focused not only on current radio frequency interference (RFI) issues, but potential cooperative uses of the spectrum ("spectrum sharing"). Equally important to the workshop's international makeup, participants also represented different sectors of the community, including academia, industry, and government organizations. Given the importance of spectrum challenges to the future of scientific endeavor, the U.S. National Science Foundation (NSF) recently began the Spectrum Innovation Initiative (SII) program, which has a goal to synergistically grow 5G/6G technologies with crucial scientific needs for spectrum as an integral part of the design process. The SII program will accomplish this goal in part through establishing the first nationwide institute focused on 5G/6G technologies and science. The University of California, San Diego (UCSD), is leading an effort to compete for NSF SII funding to establish the National Center for Wireless Spectrum Research. As key partners in this effort, the University of Oklahoma (OU) and The Pennsylvania State University (PSU) hosted this workshop to bring together intellectual leaders with a focus on impacts of the spectrum revolution on weather observations and numerical weather prediction.
READ LESS

Summary

One of the most significant challenges—and potential opportunities—for the scientific community is society's insatiable need for the radio spectrum. Wireless communication systems have profoundly impacted the world's economies and its inhabitants. Newer technological uses in telemedicine, Internet of Things, streaming services, intelligent transportation, etc., are driving the rapid development of...

READ MORE

Towards the next generation operational meteorological radar

Summary

This article summarizes research and risk reduction that will inform acquisition decisions regarding NOAA's future national operational weather radar network. A key alternative being evaluated is polarimetric phased-array radar (PAR). Research indicates PAR can plausibly achieve fast, adaptive volumetric scanning, with associated benefits for severe-weather warning performance. We assess these benefits using storm observations and analyses, observing system simulation experiments, and real radar-data assimilation studies. Changes in the number and/or locations of radars in the future network could improve coverage at low altitude. Analysis of benefits that might be so realized indicates the possibility for additional improvement in severe weather and flash-flood warning performance, with associated reduction in casualties. Simulations are used to evaluate techniques for rapid volumetric scanning and assess data quality characteristics of PAR. Finally, we describe progress in developing methods to compensate for polarimetric variable estimate biases introduced by electronic beam-steering. A research-to-operations (R2O) strategy for the PAR alternative for the WSR-88D replacement network is presented.
READ LESS

Summary

This article summarizes research and risk reduction that will inform acquisition decisions regarding NOAA's future national operational weather radar network. A key alternative being evaluated is polarimetric phased-array radar (PAR). Research indicates PAR can plausibly achieve fast, adaptive volumetric scanning, with associated benefits for severe-weather warning performance. We assess these...

READ MORE