← All resources

Navy SBIR N252-105·19 min read

High-Resolution Environmental Forecasting

A Survey of Machine Learning Downscaling Architectures

Prepared by Rallypoint One LLC in support of the phase 1 feasibility study for Navy SBIR N252-105: Machine Learning Downscaling Capability for Environmental Forecasts

The contemporary transition of the United States Marine Corps and Navy from an industrial-age framework to an information-age learning and operational model necessitates a fundamental shift in how environmental intelligence is generated and consumed.1 As articulated in the Training and Education 2030 strategic vision, the modernization of the force requires not only advanced platforms but also the cognitive and digital tools to manage those platforms in complex, high-stakes environments.1 A critical component of this modernization is the capability to generate skillful, near real-time environmental forecasts that provide tactical advantages through superior local-scale fidelity.2 The Department of the Navy (DON) Small Business Innovation Research (SBIR) topic N252-105 seeks to address a profound technological gap: the disconnect between the predictive success of global-scale physics and the lack of forecast fidelity at the local or tactical scale, specifically at resolutions below 1 kilometer.2

The operational environment for Sailors and Marines is defined by the interaction of atmospheric, oceanic, and cryospheric processes that occur at scales far smaller than what traditional global models can resolve. Current Machine Learning Weather Prediction (MLWP) and numerical systems often fail to capture the nuances of the atmospheric boundary layer or the upper ocean, where vertical resolutions of approximately 10 meters are required to inform tactical decision aids.2 To capitalize on the intellectual capacity of small business concerns, the DON SBIR program facilitates the development of innovative solutions that meet these specific research and development needs.3 The ultimate objective is to arm the force with advanced technologies that provide an unmatched advantage against current and future adversaries in contested environments.3

Technical Objectives and the Resolution Gap in Tactical Forecasting

The primary objective of SBIR N252-105 is the development of an artificial intelligence (AI)-aided capability to generate environmental forecasts of the atmosphere, ocean, sea ice, and ionosphere at significantly higher spatial horizontal and vertical resolutions than are currently available.2 While global climate models (GCMs) provide essential information on large-scale variability, their coarse spatial resolution—typically around 100 km—limits their utility for regional or installation-specific assessments.45 Dynamic downscaling, which involves nesting high-resolution regional models within global models, is physically grounded but carries a prohibitive computational cost and requires intensive post-processing bias correction.56 In contrast, empirical and statistical downscaling methods, particularly those leveraging machine learning, offer several orders of magnitude greater computational efficiency, enabling the downscaling of large ensembles to quantify uncertainty.67

The gap in current forecasting capability is most visible at the local scale, where terrain-induced phenomena, coastal winds, and tropical cyclone surge effects dominate the tactical picture.2 Traditional models often rely on parameterization schemes to represent sub-grid scale processes, which are a major source of uncertainty.8 The Navy seeks a solution that goes beyond existing commercial and open-source efforts to create an AI-enabled suite of software capable of accepting multi-modal inputs—ranging from text and historical data to real-time satellite imagery—and outputting high-fidelity forecasts.12

Forecast ScaleHorizontal ResolutionTypical Model TypeMilitary Utility
Global / Strategic> 10 kmGCM / NAVGEMTheater Planning
Regional / Operational1 km - 10 kmRCM / WRFFleet Operations
Tactical / Local< 1 kmSBIR N252-105 GoalSmall Unit / Amphibious
Microscale< 100 mLES / CFDUAS / Special Ops

As indicated in the table above, the N252-105 requirement targets the “tactical/local” scale, which is essential for maritime security, tropical cyclone tracking, and navigation through sea ice.2 The system must be globally relocatable, meaning it must be able to generate these forecasts at any worldwide location regardless of the underlying grid size or resolution of the available coarse data.2 This “resolution-free” requirement points toward continuous modeling frameworks that do not depend on fixed discretized grids for their internal representations.9

Machine Learning Architectures for Environmental Super-Resolution

The technical core of the proposed solution must leverage state-of-the-art architectures in generative AI and deep learning. Because downscaling is inherently an underdetermined problem—where many high-resolution states are physically consistent with a single low-resolution state—simple interpolation is insufficient.710 The mapping from low-resolution (LR) to high-resolution (HR) paired climate fields requires the ability to capture complex, non-Gaussian distributions and spatial dependencies.711

Generative Adversarial Networks (GANs) and Variational Frameworks

Generative Adversarial Networks (GANs) have emerged as a dominant methodology for drawing realizations from high-dimensional distributions in weather and climate data.7 A GAN framework for downscaling typically involves a generator network that attempts to create plausible high-resolution counterfeits of the training data and a discriminator or “critic” network that learns to distinguish these counterfeits from the truth.7 For environmental applications, the conditional GAN (cGAN) is often employed, where the generator is provided with the low-resolution forecast as a conditional input.12

Research indicates that cGANs can simultaneously correct biases in coarse global meteorological forecasts and super-resolve them into high-target spatial resolutions.12 This dual functionality is achieved through a multi-stage training process involving separate loss functions for the bias-correction component and the super-resolution component.12 The inclusion of contextual meteorological fields, such as total column water or convective available potential energy (CAPE), allows the model to maintain physical consistency even in the presence of extreme events.12

Diffusion Models and Meso-scale Recovery

While GANs are successful in many generative tasks, their application in sea surface temperature (SST) and oceanographic downscaling is increasingly being augmented or replaced by Diffusion Models (DMs).10 Diffusion models generate high-resolution results by learning to reverse a multi-step corruption process, which has been shown to produce more vivid and realistic mesoscale dynamic features compared to baseline neural networks.10 For instance, the DIFFDS model is designed specifically to obtain high-resolution versions of input SST and restore mesoscale processes that are otherwise missing in coarse satellite products.10 This capability is critical for naval operations because ocean temperature anomalies and mesoscale eddies directly influence acoustic propagation and sonar performance.1314

Transformer Backbones and Foundation Models

The emergence of transformer-based “Weather Foundation Models” (WFMs) such as ClimaX, Aurora, and GraphCast has revolutionized the field by demonstrating that a single backbone pre-trained on petabyte-scale climate archives can surpass global numerical weather prediction (NWP) skill.1516 These models use a Generative Forecasting Transformer (GFT) architecture that can be adapted for diverse tasks, including regional downscaling and hyperlocal forecasting for energy infrastructure.15 By inheritance, a model developed for SBIR N252-105 would benefit from a foundation-model paradigm, where pre-training on heterogeneous climate data is followed by fine-tuning for specific Navy and Marine Corps use cases, such as rime ice detection or tropical cyclone wind effects.15

Model TypeKey AdvantageImplementation Context
GANCaptures extremes and texturesPrecipitation nowcasting
DiffusionSuperior mesoscale restorationOcean SST/Dynamics
TransformerLong-range spatial dependenciesGlobal-to-Local adaptation
CNNLocal feature extraction efficiencyTemperature/Soil Moisture

Physics-Informed and Physics-Guided Frameworks

A persistent challenge in applying deep learning to environmental forecasting is the risk that data-driven models may ignore fundamental physical laws, such as conservation of mass, energy, or momentum.917 To foster trust among naval forecasters, it is essential that the predictions align with the governing dynamics of the atmosphere and ocean.29

Physics-Informed Neural Networks (PINNs) and PhyDL-NWP

Physics-Informed Neural Networks (PINNs) provide a methodology for integrating existing physical knowledge directly into the architecture and training process of the model.8 The PhyDL-NWP framework, proposed as a physics-guided deep learning paradigm, integrates physical equations with latent force parameterization into data-driven models.918 This framework allows for the prediction of weather variables from arbitrary spatiotemporal coordinates and computes physical terms through automatic differentiation.9

The residual of the partial differential equations (PDEs) that describe meteorological dynamics is used as a “physics-informed loss” to constrain the optimization of the neural network weights.919 This design enables resolution-free downscaling, where the model essentially acts as a continuous function of space and time.9 By aligning predictions with governing dynamics, PhyDL-NWP has demonstrated the ability to achieve up to 170x faster inference than traditional NWP while maintaining physical consistency across global and local scales.919

Latent Force Parameterization and Hybrid Modeling

In traditional NWP, sub-grid processes that cannot be explicitly resolved—such as radiation, precipitation, or turbulence—are represented by semi-empirical parameterization schemes.920 These schemes are a major source of model uncertainty.8 Machine learning offers an alternative by learning these parameterizations directly from high-resolution observations or reanalysis data.1721 The concept of “soft AI” versus “hard AI” distinguishes between the targeted insertion of ML within a physical model and the complete replacement of the physical model by a surrogate emulator.2122

For the Navy, a hybrid approach that maintains the robust “dynamical core” of an NWP model while using ML for the “downscaling phase” of production is highly desirable.223 For example, downscaling GraphCast AI forecasts using the Weather Research and Forecasting (WRF) model has shown promise in predicting downslope windstorms and other high-impact events.23

Atmospheric Domain: Boundary Layers and Extreme Events

The atmospheric boundary layer (ABL) is the theater where tactical operations are conducted, from aircraft carrier landings to unmanned aerial vehicle (UAV) missions. SBIR N252-105 specifically highlights the need for high-fidelity vertical resolution (~10 m) in the ABL.2

Precipitation and Extreme Storm Realization

Machine learning has proven highly effective in the spatial downscaling of precipitation, which is one of the most difficult variables to forecast due to its intermittent and multi-scale nature.1124 Models such as DeepSD and ResDeepD use stacked super-resolution convolutional neural networks to downscale daily precipitation from 1 degree (~100 km) to as fine as 0.25 degrees, outperforming traditional methods like Bias Correction Spatial Disaggregation.1124

For extreme tornadic storm events, research has demonstrated that convective-permitting models with high-resolution grid spacing (e.g., 4 km) can resolve complex dynamics such as the strength of the subtropical jet versus the polar jet, which influences regional moisture transport and heavy precipitation.2526 The ability of machine learning to learn the statistical relationships between these large-scale environmental variables and sub-grid cloud characteristics allows for the prediction of intense storm formation even in data-sparse regions.4

Tropical Cyclones and Surge Effects

A major gap in tactical environmental forecasting is the disconnect between the predictability of global-scale cyclone tracks and the lack of fidelity in local surge and wind effects.2 The Joint Typhoon Warning Center (JTWC) and the Fleet Numerical Meteorology and Oceanography Center (FNMOC) are responsible for issuing these warnings, relying on models like NAVGEM and NAVOCEANO’s oceanographic products.27 High-resolution ML downscaling can bridge this gap by synthesizing coarse forecast fields with high-resolution bathymetry and topography to better inform the “last mile” of a storm’s impact on coastal installations.2

Atmospheric ProcessRequired ScaleTechnical ChallengeTactical Impact
Boundary Layer Turbulence~10 m (Vertical)Gray zone parameterizationFlight Safety / UAS
Tropical Cyclone Surge< 1 km (Horizontal)Bathymetry integrationBase Resilience
Precipitation Extremes< 1 km (Horizontal)Non-linear dynamicsLogistics / Mobility
Cloud VisibilityMicroscaleComplex microphysicsTarget Acquisition

Oceanic Domain: Mesoscale Eddies and Sub-Surface Dynamics

The naval interest in the ocean extends from the surface to the seabed. Accurate forecasting of sea surface temperature (SST), ocean currents, and mesoscale eddies is vital for acoustic propagation, which governs submarine detection and anti-submarine warfare (ASW).1314

Mesoscale Eddy Detection and Tracking

Oceanic mesoscale eddies, with spatial scales between 20 and 200 km, are the primary mechanism for the transport of heat, salt, and carbon across the global ocean.14 These features act as dynamic thermal reservoirs that dominate the evolution of the climate system and significantly influence energy and matter transport.1328 Traditional detection methods rely on sea surface height anomalies from satellite altimetry but often require manual thresholding and heavy calculation.1429

Deep learning architectures such as OEDNet and DUNet (Dual U-Net) have been developed specifically for mesoscale eddy identification and positioning.1329 These models achieve pixel-level segmentation accuracy exceeding 93%, even in “harsh sea states” where traditional algorithms struggle with “ghost eddies” or complex surface signatures.29 By framing eddy detection as a cross-domain challenge, researchers have validated the use of domain adaptation techniques to ensure the models remain robust across different ocean basins, such as the South China Sea and the Southern Atlantic Ocean.29

SST Recovery and Meso-scale Restoration

High-resolution oceanic data is increasingly required for digital twin platforms.10 However, existing SST products often fail to meet the sub-kilometer resolution requirements for tactical applications. Diffusion models like DIFFDS have demonstrated the ability to generate high-resolution versions of SST data that are visually comparable to the ground truth and restore missing mesoscale processes.10 This generative capability is essential for simulating the thermal extremes concentrated within the proximity of eddy centers, which can have temperature anomalies of 1.2 to 1.4 °C.14

Cryospheric Domain: Sea Ice Navigation and SAR Downscaling

The Arctic region is becoming an increasingly contested environment, making timely and accurate classification of sea ice types essential for maritime safety and shipping routes.30 Traditional ice charting is a manual, repetitive process where trained analysts review gigabytes of Synthetic Aperture Radar (SAR) imagery.31

Automated Sea Ice Mapping

Machine learning and deep learning (DL) have emerged as powerful tools for automating sea ice parameter estimation.32 Models like Ice-Unet, optimized through transfer learning and multi-scale feature fusion, achieve leading Intersection over Union (IoU) scores of 95% in classifying ice, melt ponds, and ships.33 These models establish a sub-meter resolution methodology that significantly enhances the precision of ship navigation through real-time monitoring of ice lead morphology.33

The IceBench framework provides a standardized benchmark for evaluating deep learning models for sea ice classification, focusing on the transferability of models across seasons and locations.30 This is critical for the “globally relocatable” requirement of SBIR N252-105, as Arctic conditions vary significantly between the Nordic Seas and the Beaufort Sea.1430

Multi-Sensor Fusion and Resolution Improvement

While SAR imagery provides high-resolution spatial patterns, its backscatter intensities do not always distinguish between open sea and certain ice surfaces.32 Techniques such as SAR variable downscaling and spatial-temporal encoding allow multi-task models like MMSeaIce to improve mapping accuracy by integrating brightness temperature data and other satellite inputs.32 Furthermore, the IceNet project has demonstrated that sea ice can be forecasted weeks or months in advance directly from past conditions and meteorological observations, reducing the computational burden of traditional physics-based models.31

Cryosphere VariableObservation MethodResolution EnhancementNavigational Utility
Ice ConcentrationSAR / Passive MicrowaveMulti-sensor FusionRoute Planning
Ice Type (First/Multi-year)SAR Dual-PolarizedDeep Learning / U-NetHull Integrity
Melt Pond EvolutionUAV Optical / High-res SARSub-meter downscalingTactical Mobility
Ice Edge CirculationAltimetry / InfraredMesoscale RestorationOperational Stealth

Space Weather: Ionospheric TEC and HF Communication

The ionosphere—the region of the atmosphere ranging from 60 to 1000 km—is critical for high-frequency (HF) radio and GNSS applications.3435 Ionospheric disturbances can cause significant delays in satellite signals and disrupt communications.36

Prediction of TEC and Ionospheric Parameters

The Total Electron Content (TEC) and the critical frequency of the F2 layer (foF2) are primary parameters for describing the state of the ionosphere.35 Machine learning models using support vector machines (SVM), random forest (RF), and back-propagation neural networks (BPNN) have been developed to estimate these parameters with greater accuracy than empirical models like the International Reference Ionosphere (IRI-2020).35 Research indicates that RF models, in particular, perform significantly better in foF2 estimation, reducing RMSE by up to 38% compared to traditional benchmarks.35

Forecasting Large-Scale Travelling Ionospheric Disturbances (LSTIDs)

LSTIDs are wave-like fluctuations triggered by geomagnetic storms that play a critical role in space weather dynamics.37 Machine learning frameworks based on gradient boosting (e.g., CatBoost) can forecast the occurrence of LSTIDs over continents like Europe up to three hours in advance.37 These models incorporate diverse inputs, including solar wind activity, geomagnetic indices, and ionosonde measurements, to provide real-time alerts for space weather events.37 For the Navy, incorporating such models into GNSS receivers can provide real-time estimates of signal delay and improve position accuracy in contested electromagnetic environments.35

Interoperability and Military Software Standards

For the technology created under SBIR N252-105 to be transitionable, it must be developed as a non-proprietary, affordable, and scalable solution that interacts with existing system specifications.1 The Department of the Navy emphasizes the use of open-architecture frameworks to ensure that heterogeneous data sources and AI models can work together seamlessly.127

Joint METOC Broker Language (JMBL) and JMCDM

The Joint METOC Conceptual Data Model (JMCDM) was created in 1995 to integrate the geophysical data requirements of all Department of Defense (DoD) components, addressing a chronic lack of interoperability between Navy and Air Force systems.38 The Joint METOC Broker Language (JMBL) provides an XML representation of this model, establishing a single interface for requesting and retrieving METOC data.3839

The JMBL schema is verbose but provides a standardized structure for requests and responses, allowing Tactical Decision Aid (TDA) developers to connect to multiple data sets through a single application programming interface (API).38 This framework is critical for “one theater, one forecast” concepts, where diverse inputs from terrestrial and satellite sensors must be assembled into a unified database.4041 Future development under N252-105 should adhere to JMBL standards to facilitate its integration into the Joint METOC Data Services Framework (JMDSF).3842

Sensor Open Systems Architecture (SOSA) and FACE

The Sensor Open Systems Architecture (SOSA) is a multi-service initiative to develop open architecture standards for military sensor systems.4344 While SOSA primarily addresses hardware and software for radar, electronic warfare (EW), and communications, its principles of modularity and interoperability are increasingly applied to meteorological software systems.4345 The Future Airborne Capability Environment (FACE) technical standard further supports this goal by reducing the integration effort for software reuse across multiple platforms.46

For naval vessels and aircraft operating in harsh environments, shipboard electronics must comply with rigorous military standards, such as:

  • MIL-DTL-901E: High-impact shock testing to ensure equipment survivability.44
  • MIL-STD-167-1A: Mechanical vibration testing for shipboard environments.44
  • MIL-STD-810E: Salt fog testing to protect against corrosion from saline air and sea spray.44
StandardFocus AreaRelevance to SBIR N252-105
JMBLData Brokerage / InteroperabilityStandard interface for forecast delivery
JMCDMLogical Data ModelingConsistency across Navy/AF systems
SOSAOpen Sensor ArchitectureIntegration with maritime sensor grids
FACESoftware Portability / ReuseMulti-platform deployment (Ship/Air)
JMV 3.0Binary Data FormatTropical cyclone tracking and reporting

Data Management and Formats: NetCDF, GRIB2, and BUFR

Environmental data is generated in massive volumes and diverse formats, creating challenges for data sharing, handling, and input/output (I/O).16 To resolve these challenges, the Navy and other meteorological agencies rely on established standards:

  • GRIB2 (General Regularly-distributed Information in Binary form): The primary format for gridded forecast products.4748
  • BUFR (Binary Universal Form for the Representation of meteorological data): Used for non-gridded observational data.4849
  • NetCDF (Network Common Data Form): A self-describing, machine-independent data format used for multi-dimensional arrays, particularly in oceanography and climate research.4749

The transition to high-resolution (kilometer-scale) modeling creates “exascale” challenges in data handling.50 Strategies to reduce data volumes include “streaming” output to temporary storage, minimal output sets, and advanced compression algorithms.50 Developers of ML downscaling capabilities must ensure their software can ingest these standard formats and output JMBL-compliant XML or binary streams to meet the time constraints of the decision cycle.3839

Emerging Technologies: Exascale, Digital Twins, and Quantum

The long-term trajectory for naval environmental forecasting involves the fusion of ML models with exascale computing and the emergence of environmental digital twins.

Exascale Computing and Data Handling

Reaching kilometer-scale resolution in global earth system models (ESMs) will require systems with millions of compute cores.1650 This transition poses challenges in energy consumption and carbon footprint, prompting a need to balance algorithmic efficiency with data flow considerations.16 Machine learning models, which use less than 5% of traditional processor capabilities when implemented inefficiently, must be optimized to exploit next-generation exascale architectures.16

Digital Twin Ocean (DTO) and Glider Optimization

The Digital Twin Ocean is a near real-time virtual representation of the ocean that integrates observations, AI, and advanced modeling on high-performance computers.5152 An international initiative, the DTO aims to empower governments and scientific experts to become partners in knowledge generation.51 In the naval context, an interoperable Digital Twin (DT) can be used to optimize ocean glider observations, maximizing their impact on ocean models and weather forecasts.53 This creates a “virtuous feedback circle” where the observing capability and the ocean model data assimilation inform each other in near real-time.53

Quantum Machine Learning for Climate Anomalies

Quantum computing shows promise in addressing climate change impacts and managing expansive solution spaces.54 While traditional ML methods struggle with growing complexities and prolonged training times, quantum machine learning (QML) techniques, such as Quantum Support Vector Classifiers (QSVC), have the potential to substantially reduce computational complexity.54 Initial studies using 127-qubit IBM quantum computers on NASA satellite data have explored the feasibility of detecting climate anomalies, though the field remains in its nascent stages for operational weather forecasting.54

Strategic Conclusion and Path Forward

The development of a Machine Learning Downscaling Capability for Environmental Forecasts under Navy SBIR N252-105 is a high-priority effort that aligns with the broader DoD strategy for climate resilience and tactical modernization.25 By leveraging advances in generative AI, physics-informed neural networks, and foundation models, the Navy can bridge the critical gap in local-scale atmospheric, oceanic, and space weather intelligence.

The successful transition of this technology will depend on its ability to:

  • Achieve horizontal resolutions below 1 km and vertical resolutions of 10 m in the ABL.2
  • Ensure physical consistency through the integration of governing dynamics in the ML loss functions.9
  • Adhere to open-architecture standards like JMBL, SOSA, and FACE for seamless enterprise integration.3844
  • Operate effectively in forward-deployed, limited compute environments.2

As environmental challenges in the maritime and Arctic domains intensify, the ability to rapidly and accurately resolve the “tactical mile” of weather and oceanography will serve as a cornerstone of naval operational advantage. The synthesis of human expertise with AI-enabled downscaling provides the most promising pathway to achieving this “unmatched advantage” for the Sailors and Marines of the 21st century.13


References

Footnotes

  1. Generative Artificial Intelligence for Course and Content Creation and Conversion (GenAI4C) - SBIR 2 3 4 5 6

  2. Machine Learning Downscaling Capability for Environmental Forecasts - SBIR N252-105 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

  3. SBIR-STTR Overview - NAVAIR 2 3

  4. Using machine learning to downscale coarse-resolution environmental variables - ResearchGate 2

  5. Climate Data Standards and Tool Usability Assessments for ESTCP Climate Resilience - DTIC 2 3

  6. Enhancing Regional Climate Downscaling through Advances in Machine Learning - AMS Journals 2

  7. Capturing Climatic Variability: Using Deep Learning for Stochastic Downscaling - AMS Journals 2 3 4 5

  8. Luo et al., “Physics-Guided Learning of Meteorological Dynamics for Weather Downscaling and Forecasting,” KDD ‘25 (arXiv:2505.14555) 2 3

  9. Physics-Guided Learning of Meteorological Dynamics for Weather Downscaling and Forecasting - arXiv 2 3 4 5 6 7 8 9 10

  10. Spatial Downscaling of Sea Surface Temperature Using Diffusion Model - MDPI 2 3 4 5 6

  11. Luo et al., “Physics-Guided Learning of Meteorological Dynamics for Weather Downscaling and Forecasting,” KDD ‘25 (arXiv:2505.14555) 2 3

  12. US Patent 11880767 B2 - Bias Correction and Super-Resolution 2 3 4

  13. Duo, Wang & Wang, “Oceanic Mesoscale Eddy Detection Method Based on Deep Learning,” Remote Sensing 11(16):1921, 2019 2 3 4

  14. Recent advances in observing mesoscale ocean dynamics with satellite altimetry - ResearchGate 2 3 4 5 6

  15. A Weather Foundation Model for the Power Grid - arXiv 2 3

  16. Exascale Computing and Data Handling: Challenges and Opportunities for Weather and Climate Prediction - ResearchGate 2 3 4 5

  17. Hard-Constrained Deep Learning for Climate Downscaling - JMLR 2

  18. Physics-Guided Learning of Meteorological Dynamics - arXiv v2

  19. Physics-Guided Learning of Meteorological Dynamics - arXiv Abstract 2

  20. Applying Machine Learning in Numerical Weather and Climate Modeling Systems - MDPI

  21. Crafting the Future: Machine learning for ocean forecasting - Copernicus 2

  22. Crafting the Future: Machine learning for ocean forecasting (PDF) - Copernicus

  23. Hybrid Numerical Weather Prediction: Downscaling GraphCast AI Forecasts - AMS Journals 2

  24. Publications - SDS Lab 2

  25. Trapp & Hoogewind, “The Realization of Extreme Tornadic Storm Events under Future Anthropogenic Climate Change,” J. Climate 29(14), 2016

  26. Useful Prediction of Climate Extreme Risk for Texas-Oklahoma at 4-6 Years - DTIC

  27. Naval Meteorology and Oceanography Command 2

  28. Lupo & Kininmonth, “Global Climate Models and Their Limitations”

  29. Saida et al., “DUNet: Dual U-Net Architecture for Ocean Eddies Detection and Tracking,” IEEE 2 3 4

  30. IceBench Introduction - arXiv 2 3

  31. Machine learning can help us understand the cryosphere - EGU Blogs 2

  32. MMSeaIce: improving sea ice mapping with a multi-task model - The Cryosphere 2 3

  33. Ice-Unet: A Very High-Resolution UAV-Optimized Deep Learning Model for Sea Ice Classification - ResearchGate 2

  34. Perspectives and Challenges in High-Resolution Whole-Atmosphere Modeling, Surveys in Geophysics, 2025

  35. Machine Learning-Based Estimation of foF2 and MUF(3000)F2 Using GNSS Ionospheric TEC Observations - MDPI 2 3 4 5

  36. Machine Learning-Based Ionospheric Modelling Performance During High Ionospheric Activity - ResearchGate

  37. An explainable Machine Learning model for Large-Scale Travelling Ionospheric Disturbances forecasting - Space Weather Journal 2 3

  38. NAVOCEANO Web Services: Online Data - CHIPS 2 3 4 5 6

  39. Design of an Integrated Web Services Brokering System - DTIC 2

  40. Meteorological and Oceanographic Support From CONUS-Based Support Centers - DoD

  41. MAGTF Meteorology and Oceanography Support - Marines.mil

  42. Net-centric issues for large scale tactical data - ResearchGate

  43. Official Event Guide - Sea Air Space 2

  44. Naval electronics face rugged application challenges - Military Embedded Systems 2 3 4 5

  45. Weather data publication on the LOD using SOSA/SSN ontology - ResearchGate

  46. FACE Time: Capability Innovation Model for Cyber Physical Systems - DTIC

  47. The Federal Plan for Meteorological Services and Supporting Research, FY 2017 2

  48. ESFLG Model and Data Inventory - FEMA 2

  49. MetOntologies - OGC Public Wiki 2

  50. Report of the WCRP km-scale modeling workshop 2 3

  51. Digital Twin Ocean 2

  52. A Review of the Applications of Digital Twin Technology in Marine Research - ResearchGate

  53. MAS-DT, UKRI Gateway to Research (NE/Z503381/1) 2

  54. Assessment of Quantum ML Applicability for Climate Actions - NASA 2 3