Read-only mirror of https://github.com/MeteoSwiss/mwr_l12l2 — MeteoSwiss. Issues & pull requests at the source.
  • nesC 97.9%
  • Python 2.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-06-12 10:03:19 +00:00
.github/workflows make CI tests run each Monday 2023-07-21 21:30:58 +02:00
docs fix documentation bug 2023-09-27 11:05:10 +02:00
mwr_l12l2 adapted config for MP3000 in Lindenberg 2024-06-12 10:03:19 +00:00
tests time define for model get test 2023-12-20 15:13:23 +01:00
.gitignore add logger to the project 2023-10-30 16:44:05 +01:00
.readthedocs.yaml publish documentation on readthedocs 2023-07-21 16:48:17 +02:00
AUTHORS initial commit 2023-04-21 18:02:12 +02:00
LICENSE initial commit 2023-04-21 18:02:12 +02:00
pyproject.toml add dependencies for building sphinx docs installable with Extra docs 2023-07-21 09:42:39 +02:00
README.md note that slirp4nets might be needed to be installed for execution of podman 2023-09-29 14:18:51 +02:00

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