Searcharxiv⌕ Search

arXiv subjects

Jan Mandel

Publications and source records attributed to Jan Mandel.

At least 37 records · Page 2Linked to original sources

4DVAR by ensemble Kalman smoother

We propose to use the ensemble Kalman smoother (EnKS) as linear least squares solver in the Gauss-Newton method for the large nonlinear least squares in incremental 4DVAR. The ensemble approach is naturally parallel over the ensemble members and no tangent or adjoint operators are needed. Further, adding a regularization term results in replacing the Gauss-Newton method, which may diverge, by^M the Levenberg-Marquardt method, which is known to be convergent. The regularization is implemented efficiently as an additional observation in the EnKS.

physics.ao-ph↗

Adaptive-Multilevel BDDC and its parallel implementation

We combine the adaptive and multilevel approaches to the BDDC and formulate a method which allows an adaptive selection of constraints on each decomposition level. We also present a strategy for the solution of local eigenvalue problems in the adaptive algorithm using the LOBPCG method with a preconditioner based on standard components of the BDDC. The effectiveness of the method is illustrated on several engineering problems. It appears that the Adaptive-Multilevel BDDC algorithm is able to effectively detect troublesome parts on each decomposition level and improve convergence of the method. The developed open-source parallel implementation shows a good scalability as well as applicability to very large problems and core counts.

math.NA↗

WRF fire simulation coupled with a fuel moisture model and smoke transport by WRF-Chem

We describe two recent additions to WRF coupled with a fire spread model. Fire propagation is strongly dependent on fuel moisture, which in turn depends on the history of the atmosphere. We have implemented a equilibrium time-lag model of fuel moisture driven by WRF variables. The code allows the user to specify fuel parameters, with the defaults calibrated to the Canadian fire danger rating system for 10-hour fuel. The moisture model can run coupled with the atmosphere-fire model, or offline from WRF output to equilibrate the moisture over a period of time and to provide initial moisture conditions for a coupled atmosphere-fire-moisture simulation. The fire model also inserts smoke tracers into WRF-Chem to model the transport of fire emissions. The coupled model is available from OpenWFM.org. An earlier version of the fire model coupled with atmosphere is a part of WRF release.

physics.ao-ph↗

Data management and analysis with WRF and SFIRE

We introduce several useful utilities in development for the creation and analysis of real wildland fire simulations using WRF and SFIRE. These utilities exist as standalone programs and scripts as well as extensions to other well known software. Python web scrapers automate the process of downloading and preprocessing atmospheric and surface data from common sources. Other scripts simplify the domain setup by creating parameter files automatically. Integration with Google Earth allows users to explore the simulation in a 3D environment along with real surface imagery. Postprocessing scripts provide the user with a number of output data formats compatible with many commonly used visualization suites allowing for the creation of high quality 3D renderings. As a whole, these improvements build toward a unified web application that brings a sophisticated wildland fire modeling environment to scientists and users alike.

physics.ao-ph↗

Evaluation of WRF-Sfire Performance with Field Observations from the FireFlux experiment

This study uses in-situ measurements collected during the FireFlux field experiment to evaluate and improve the performance of coupled atmosphere-fire model WRF-Sfire. The simulation by WRF-Sfire of the experimental burn shows that WRF-Sfire is capable of providing realistic head fire rate-of-spread and the vertical temperature structure of the fire plume, and, up to 10 m above ground level, fire-induced surface flow and vertical velocities within the plume. The model captured the changes in wind speed and direction before, during, and after fire front passage, along with arrival times of wind speed, temperature, and updraft maximae, at the two instrumented flux towers used in FireFlux. The model overestimated vertical velocities and underestimated horizontal wind speeds measured at tower heights above the 10 m, and it is hypothesized that the limited model resolution over estimated the fire front depth, leading to too high a heat release and, subsequently, too strong an updraft. However, on the whole, WRF-Sfire fire plume behavior is consistent with the interpretation of FireFlux observations. The study suggests optimal experimental pre-planning, design, and execution of future field campaigns that are needed for further coupled atmosphere-fire model development and evaluation.

physics.ao-ph↗

Assimilation of Perimeter Data and Coupling with Fuel Moisture in a Wildland Fire - Atmosphere DDDAS

We present a methodology to change the state of the Weather Research Forecasting (WRF) model coupled with the fire spread code SFIRE, based on Rothermel's formula and the level set method, and with a fuel moisture model. The fire perimeter in the model changes in response to data while the model is running. However, the atmosphere state takes time to develop in response to the forcing by the heat flux from the fire. Therefore, an artificial fire history is created from an earlier fire perimeter to the new perimeter, and replayed with the proper heat fluxes to allow the atmosphere state to adjust. The method is an extension of an earlier method to start the coupled fire model from a developed fire perimeter rather than an ignition point. The level set method is also used to identify parameters of the simulation, such as the spread rate and the fuel moisture. The coupled model is available from openwfm.org, and it extends the WRF-Fire code in WRF release.

physics.ao-ph↗

Real time simulation of 2007 Santa Ana fires

There are many wildfire behaviors of increasing relevance that are outside the forecast capabilities of even the most sophisticated operational fire spread and fire behavior model. The limitations of the operational models are due primarily to their inability to represent coupled fire-atmosphere interactions. Coupled wildfire-atmosphere models are physics-based fluid-dynamical prognostic models of wildfire spread and behavior that attempt an almost complete representation of fire-atmosphere interactions. This level of fidelity however means that these models cannot be used operationally. The reason is that, despite ever increasing computational resources, the complexity and range of processes and scales (1 mm to 100 km) involved in this modeling approach make computational costs prohibitively expensive. In this study we propose an intermediate approach. A physics-based coupled atmosphere-fire model is used to resolve the large-scale and local weather as well as the atmosphere-fire interactions, while combustion is represented simply using an existing operational surface fire behavior model. This model combination strikes a balance between fidelity and speed of execution. The feasibility of this approach is examined based on an analysis of a numerical simulation of two very large Santa Ana fires using WRF-Sfire, a coupled atmosphere-fire model available at the Open Wildland Fire Modeling Community (OpenWFM.org); an earlier version is available as WRF-Fire in WRF release. The study demonstrates that a wind and fire spread forecast of reasonable accuracy was obtained at an execution speed that would have made real-time wildfire forecasting of this event possible.

physics.ao-ph↗

Parallel implementation of Multilevel BDDC

In application of the Balancing Domain Decomposition by Constraints (BDDC) to a case with many substructures, solving the coarse problem exactly becomes the bottleneck which spoils scalability of the solver. However, it is straightforward for BDDC to substitute the exact solution of the coarse problem by another step of BDDC method with subdomains playing the role of elements. In this way, the algorithm of three-level BDDC method is obtained. If this approach is applied recursively, multilevel BDDC method is derived. We present a detailed description of a recently developed parallel implementation of this algorithm. The implementation is applied to an engineering problem of linear elasticity and a benchmark problem of Stokes flow in a cavity. Results by the multilevel approach are compared to those by the standard (two-level) BDDC method.

math.NA↗

A wildland fire modeling and visualization environment

We present an overview of a modeling environment, consisting of a coupled atmosphere-wildfire model, utilities for visualization, data processing, and diagnostics, open source software repositories, and a community wiki. The fire model, called SFIRE, is based on a fire-spread model, implemented by the level-set method, and it is coupled with the Weather Research Forecasting (WRF) model. A version with a subset of the features is distributed with WRF 3.3 as WRF-Fire. In each time step, the fire module takes the wind as input and returns the latent and sensible heat fluxes. The software architecture uses WRF parallel infrastructure for massively parallel computing. Recent features of the code include interpolation from an ideal logarithmic wind profile for nonhomogeneous fuels and ignition from a fire perimeter with an atmosphere and fire spin-up. Real runs use online sources for fuel maps, fine-scale topography, and meteorological data, and can run faster than real time. Visualization pathways allow generating images and animations in many packages, including VisTrails, VAPOR, MayaVi, and Paraview, as well as output to Google Earth. The environment is available from openwfm.org. New diagnostic variables were added to the code recently, including a new kind of fireline intensity, which takes into account also the speed of burning, unlike Byram's fireline intensity.

physics.ao-ph↗

Ignition from a Fire Perimeter in a WRF Wildland Fire Model

The current WRF-Fire model starts the fire from a given ignition point at a given time. We want to start the model from a given fire perimeter at a given time instead. However, the fuel balance and the state of the atmosphere depend on the history of the fire. The purpose of this work is to create an approximate artificial history of the fire based on the given fire perimeter and time and an approximate ignition point and time. Replaying the fire history then establishes a reasonable fuel balance and outputs heat fluxes into the atmospheric model, which allow the atmospheric circulation to develop. Then the coupled atmosphere-fire model takes over. In this preliminary investigation, the ignition times in the fire area are calculated based on the distance from the ignition point to the perimeter, assuming that the perimeter is convex or star-shaped. Simulation results for an ideal example show that the fire can continue in a natural way from the perimeter. Possible extensions include algorithms for more general perimeters and running the fire model backwards in time from the perimeter to create a more realistic history. The model used extends WRF-Fire and it is available from openwfm.org.

physics.ao-ph↗

Simulation of the 2009 Harmanli fire (Bulgaria)

We use a coupled atmosphere-fire model to simulate a fire that occurred on August 14--17, 2009, in the Harmanli region, Bulgaria. Data was obtained from GIS and satellites imagery, and from standard atmospheric data sources. Fuel data was classified in the 13 Anderson categories. For correct fire behavior, the spatial resolution of the models needed to be fine enough to resolve the essential micrometeorological effects. The simulation results are compared to available incident data. The code runs faster than real time on a cluster. The model is available from openwfm.org and it extends WRF-Fire from WRF 3.3 release.

physics.ao-ph↗

On the Convergence of the Ensemble Kalman Filter

Convergence of the ensemble Kalman filter in the limit for large ensembles to the Kalman filter is proved. In each step of the filter, convergence of the ensemble sample covariance follows from a weak law of large numbers for exchangeable random variables, the continuous mapping theorem gives convergence in probability of the ensemble members, and $L^p$ bounds on the ensemble then give $L^p$ convergence.

math.ST↗

Coupled atmosphere-wildland fire modeling with WRF-Fire

We describe the physical model, numerical algorithms, and software structure of WRF-Fire. WRF-Fire consists of a fire-spread model, implemented by the level-set method, coupled with the Weather Research and Forecasting model. In every time step, the fire model inputs the surface wind, which drives the fire, and outputs the heat flux from the fire into the atmosphere, which in turn influences the atmosphere. The level-set method allows submesh representation of the burning region and flexible implementation of various ignition modes. WRF-Fire is distributed as a part of WRF and it uses the WRF parallel infrastructure for parallel computing.

physics.ao-ph↗

Adaptive BDDC in Three Dimensions

The adaptive BDDC method is extended to the selection of face constraints in three dimensions. A new implementation of the BDDC method is presented based on a global formulation without an explicit coarse problem, with massive parallelism provided by a multifrontal solver. Constraints are implemented by a projection and sparsity of the projected operator is preserved by a generalized change of variables. The effectiveness of the method is illustrated on several engineering problems.

math.NA↗

Wavelet Ensemble Kalman Filters

We present a new type of the EnKF for data assimilation in spatial models that uses diagonal approximation of the state covariance in the wavelet space to achieve adaptive localization. The efficiency of the new method is demonstrated on an example.

math.DS↗

An overview of the coupled atmosphere-wildland fire model WRF-Fire

We describe the coupled atmosphere-wildfire model WRF-Fire, which is distributed as a part of WRF. The fire module is based on a fire-spread model, implemented by the level-set method. In each time step, the fire module takes the wind as input and returns the latent and sensible heat fluxes. We report on the software architecture and features of the software.

physics.ao-ph↗

Application of the parallel BDDC preconditioner to the Stokes flow

A parallel implementation of the Balancing Domain Decomposition by Constraints (BDDC) method is described. It is based on formulation of BDDC with global matrices without explicit coarse problem. The implementation is based on the MUMPS parallel solver for computing the approximate inverse used for preconditioning. It is successfully applied to several problems of Stokes flow discretized by Taylor-Hood finite elements and BDDC is shown to be a promising method also for this class of problems.

math.NA↗

Bayesian Tracking of Emerging Epidemics Using Ensemble Optimal Statistical Interpolation (EnOSI)

We explore the use of the optimal statistical interpolation (OSI) data assimilation method for the statistical tracking of emerging epidemics and to study the spatial dynamics of a disease. The epidemic models that we used for this study are spatial variants of the common susceptible-infectious-removed (S-I-R) compartmental model of epidemiology. The spatial S-I-R epidemic model is illustrated by application to simulated spatial dynamic epidemic data from the historic "Black Death" plague of 14th century Europe. Bayesian statistical tracking of emerging epidemic diseases using the OSI as it unfolds is illustrated for a simulated epidemic wave originating in Santa Fe, New Mexico.

stat.CO↗