Skip to content

Home

Alpine3D is a spatially distributed (surface), three dimensional (atmospheric) model for analyzing and predicting dynamics of snow-dominated surface processes in mountainous topography. It includes the snow cover model Snowpack as well as models for vegetation and soil, snow transport, radiation transfer and runoff which can be enabled or disabled on demand. Alpine3D is available under the LPGL version 3 open source licence.

The model supports a variety of input options including interpolation of meteorological weather stations, input from a meteorological model or from remote sensing data (thanks to the MeteoIO meteorological data pre-processing library) and has been parallelized in order to run on a multi-core computer (with OpenMP) or on a computing cluster with MPI. It is recommended to rely on the Inishell Graphical User Interface. When using Inishell, you get the best of both worlds: a user friendly GUI while still keeping the possibility to run the generated ini configuration file in batch mode.

Alpine3D is aimed for researchers and developers in the following areas: snow, avalanches, permafrost, glaciology, ecology, hydrology, climate and snow sports (e.g. snow farming, ski slope meteorology), among others. Alpine3D is structured as a library (libAlpine3D) and as an application that performs simulations based on the library (Alpine3D) so it can easily be integrated into other models.

Applications

Alpine3D has a whole range of possible applications. Its primary use is for assessing water resources in mountain catchments (Michlmayr et al., 2008), including the forecasting of future snow conditions. This involves performing simulations based on climate change scenarios (Bavay et al., 2009, 2012). Another application is predicting snow conditions on ski runs, as, for example, at the Winter Olympics in Vancouver (2010), Sochi (2014), South Korea (2018) and Beijing (2022) in collaboration with Swiss Olympic.

Detail-Description

At the core of the Alpine3D-model, is the SNOWPACK model, a physically based, energy balance model for a 1D soil/snow/canopy column. This provides a very detailed description of the snow stratigraphy and a very good evaluation of the mass and energy balance. In Alpine3D this 1D energy balance is performed for each pixel of the domain (therefore it is a distributed SNOWPACK simulation) and for one time step (usually one hour). Any quantity that the user would like to get out of the simulation can be written out from this module.

In order to perform a SNOWPACK simulation at every pixel of the domain, it is necessary to get the meteorological input data (meteorological forcing) for each pixel. But the measured meteorological parameters are usually measured by a set of stations, which means that the data is available at a set of points. Interpolating these points measurements to every pixels of the domain is performed by the means of statistical interpolations with the MeteoIO library, that was also developed by SLF. If the forcing data is coming out of another model (such as a meteorological model), most probably the input grids have a resolution that is very insufficient for Alpine3D and therefore need downscaling. If the downscaling factor is very large, we often end up with only a few points from the meteorological model that are part of the Alpine3D domain, therefore such points can be considered as "virtual stations" and spatially interpolated similarly to weather stations.

Fig. 1

Alpine 3D consists of four modules (from left to right): Snowpack, EBalance, SnowDrift and runoff

The core principles laid out in the previous section rely on the assumption that there are no lateral fluxes, which might be for some aspects too strong of an assumption. Therefore the lateral fluxes deemed relevant are introduced by other modules:

  • the EBalance module computes the radiation fields, taking into account atmospheric cloudiness, topographic shading effects and reflections by the surrounding terrain.
  • the SnowDrift module that simulates the transport of snow by the wind. It performs a 3D simulation of the saltation, suspension and diffusion processes.
  • the runoff module that collects the precipitation and/or melt water at each pixel to transfer it to an hydrological routing module

Publications