SearcharxivSearch

arXiv subjects

Albert Cerrone

Publications and source records attributed to Albert Cerrone.

3 recordsLinked to original sources

Modeling the Hydrodynamics in the Oslofjord using ADCIRC

This study introduces a new unstructured computational mesh for hydrodynamic simulations of the Oslofjord. The mesh was created with global bathymetry and shoreline data, using OceanMesh2D. It contains 70,410 nodes, with a resolution at the coastline of 50 meters. We use the new mesh to create an ADCIRC model of the fjord. The model is run for four time periods with different characteristics, and validated against the current state of the art and elevation gauges in the fjord. Results show that the model achieves similar results to the model currently used for forecasting in Norway, while requiring much less computation time. Three different combinations of tidal constituents are used to force the model, and analyze the cost and benefits of using additional constituents, finding that they slightly improve results. However, the skill of the tidal forcing boundary condition is limited, because of the small domain of the Oslofjord. In order to further reconcile the results' deviation from the gauge data, especially during extreme weather events, the water surface elevation output from a global ADCIRC model was used to force the model instead of tides.

cs.CE

Towards Multi-Agent Autonomous Reasoning in Hydrodynamics

Single-agent systems (SAS) have become the default pattern for LLM-driven scientific workflows, but routing planning, tool use, and synthesis through a single context window comes with a well-known cost: as tool specifications and observational traces accumulate, the effective context available for each decision shrinks, and end-to-end reliability suffers. We present a multi-agent system (MAS) prototype for hydrodynamics in which specialized agents are coordinated through a Layer Execution Graph (LEG). A planner agent constructs query-specific execution topologies from natural-language routing heuristics that capture domain knowledge without hard-coding it as rigid control logic; specialist agents operate under strict tool allowlists and occupy complementary data-class roles. Between layers, consolidator agents fuse parallel outputs into concise briefs, and a reporter agent synthesizes the final response, while the runtime logs provenance for every tool invocation to support auditability. All benchmarks, ablations, and stress tests use Claude Sonnet~4.6 as the backbone model for both specialist and general-purpose agents. Evaluated on 37 queries spanning six complexity categories, the prototype achieves 93.6% factual precision with a 100% pass rate. Accuracy remains above 90% across runs from single-threaded to five independent parallel tracks, and under simulated loss of individual data sources the system degrades gracefully, still returning substantive partial answers. Together, these results suggest that planner-guided, graph-structured multi-agent orchestration can meaningfully alleviate the context-saturation bottlenecks that constrain monolithic single-agent architectures.

cs.AI

Storm Surge in Color: RGB-Encoded Physics-Aware Deep Learning for Storm Surge Forecasting

Storm surge forecasting plays a crucial role in coastal disaster preparedness, yet existing machine learning approaches often suffer from limited spatial resolution, reliance on coastal station data, and poor generalization. Moreover, many prior models operate directly on unstructured spatial data, making them incompatible with modern deep learning architectures. In this work, we introduce a novel approach that projects unstructured water elevation fields onto structured Red Green Blue (RGB)-encoded image representations, enabling the application of Convolutional Long Short Term Memory (ConvLSTM) networks for end-to-end spatiotemporal surge forecasting. Our model further integrates ground-truth wind fields as dynamic conditioning signals and topo-bathymetry as a static input, capturing physically meaningful drivers of surge evolution. Evaluated on a large-scale dataset of synthetic storms in the Gulf of Mexico, our method demonstrates robust 48-hour forecasting performance across multiple regions along the Texas coast and exhibits strong spatial extensibility to other coastal areas. By combining structured representation, physically grounded forcings, and scalable deep learning, this study advances the frontier of storm surge forecasting in usability, adaptability, and interpretability.

cs.CE