/mwr_l12l2

This repository sets up the retrieval of tropospheric humidity and temperature from ground-based microwave radiometers and is operatioinal in E-PROFILE

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

CI Documentation Status

mwr_l12l2

This repository contains tools for running optimal estimation retrievals for humidity and temperature profiling for ground-based microwave radiometers in combination with a model background. This encompasses tools for requesting the needed ECMWF forecast data, preprocessing tools for running TROPoe as well as postrocessing functions to extract quality-controlled E-PROFILE level 2 NetCDF formats. The package contains pre-computed a priori statistics for radiosonde sites representing typical European climates. Each instrument needs an own config file.

The operational service of E-PROFILE uses this package to run centralised near real-time retrievals and generate level2 NetCDF messages from its network of ground-based microwave radiometers.

External dependencies

For short descriptions on these dependencies and installation instructions please refer to the mwr_l12l2 official documentation

Installation

Once the external dependencies have been installed mwr_l12l2 along with its python dependencies is installable using pip, poetry or any other tools which understand dependency specifications in pyproject.toml.

from pypi

The package will be released on pypi once it has been thoroughly tested and quality controlled. Until then, install from git

from git

To install mwr_l12l2 from the source code do the following

  1. clone this repository

    git clone https://github.com/MeteoSwiss/mwr_l12l2.git

  2. go into the package directory and install

    • with pip (>=21.3)

      • pip install .
    • with poetry

      • poetry install

Documentation

The official documentation is available here

License

BSD 3-Clause