AtmoSwing Optimizer calibrates the parameters of analog methods.
2.4K
Analog methods (AMs) allow predicting local meteorological variables of interest (predictand), such as the daily precipitation, based on synoptic variables (predictors). They rely on the hypothesis that similar atmospheric conditions are likely to result in similar local effects. The statistical relationship is first defined (e.g. which predictors, and how many subsampling steps) and calibrated (e.g. which spatial domain, and how many analogues) before being applied to the target period, may it be for operational forecasting or for climate impact studies. A benefit of AMs is that they are lightweight and can provide valuable results for a negligible cost.
AtmoSwing is an open source (CDDL-1.0) software that implements different AM variants in a very flexible way, so that they can be easily configured by means of XML files. It is written in C++, is object-oriented and multi-platform. AtmoSwing provides four tools: the Optimizer to establish the relationship between the predictand and predictors, the Downscaler to apply the method for climate impact studies, the Forecaster to perform operational forecasts, and the Viewer to display the results.
The Optimizer provides a semi-automatic sequential approach, as well as Monte-Carlo analyses, and a global optimization technique by means of Genetic Algorithms. It calibrates the statistical relationship that can be later applied in a forecasting or climatic context.
The Downscaler takes as input the outputs of climate models, either GCMs or RCMs in order to provide a downscaled time series of the predictand of interest at a local scale.
The Forecaster automatically downloads and reads operational NWP outputs to provide operational forecasting of the predictand of interest. The processing of a forecast is extremely lightweight in terms of computing resources; it can indeed run on almost any computer.
The Viewer displays the forecasts in an interactive GIS environment. It contains several layers of syntheses and details in order to provide a quick overview of the potential critical situations in the coming days, as well as the possibility for the user to go into the details of the forecasted predictand distribution.
This repository contains 4 different tools:
Additionally, multiple unit tests are available and are built along with the software. It is highly recommended to run these tests before using AtmoSwing operationally.
AtmoSwing documentation can be found here: https://atmoswing.readthedocs.io/en/latest/
The repository of the documentation is https://github.com/atmoswing/user-manual
AtmoSwing Forecaster image: https://hub.docker.com/r/atmoswing/forecaster
AtmoSwing Optimizer image: https://hub.docker.com/r/atmoswing/optimizer
AtmoSwing Downscaler image: https://hub.docker.com/r/atmoswing/downscaler
You can download the releases under: https://github.com/atmoswing/atmoswing/releases
Nightly (experimental) automatic builds are available for:
The wiki (https://github.com/atmoswing/atmoswing/wiki) explains how to compile the required libraries and the source code of AtmoSwing. In order to get AtmoSwing compiled, follow these steps:
If you want to contribute to the software development, you can fork this repository (keep it public !) and then suggest your improvements by sending pull requests. We would be glad to see a community growing around this project.
When adding a new feature, please write a test along with it.
Additionally, you can report issues or suggestions in the issues tracker (https://github.com/atmoswing/atmoswing/issues).
AtmoSwing will follow Google C++ Style Guide (not the case so far) with a few differences (mainly based on wxWidgets Coding Guidelines):
CamelCase for types (classes, structs, enums, unions), methods and functionscamelCase for the variables.m_ prefix for member variables.g_ prefix.Copyright (C) 2007-2013, University of Lausanne, Switzerland.
Copyright (C) 2013-2015, Terranum, Switzerland.
Copyright (C) 2016-2017, University of Bern, Switzerland.
Contributions:
Financial contributions:
See both license.txt and notice.txt files for details about the license and its enforcement.
Content type
Image
Digest
sha256:e4cddc6a7…
Size
52.1 MB
Last updated
about 3 years ago
docker pull atmoswing/optimizer