Skip to content

Commit

Permalink
+ Version documentation
Browse files Browse the repository at this point in the history
Version documentation
  • Loading branch information
observingClouds committed Dec 23, 2020
2 parents 230b0c2 + 91014d0 commit 96d69cc
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eurec4a_snd

[![DOI](https://zenodo.org/badge/213821146.svg)](https://zenodo.org/badge/latestdoi/213821146)
Software: [![DOI](https://zenodo.org/badge/213821146.svg)](https://zenodo.org/badge/latestdoi/213821146) Data: https://doi.org/10.25326/137

During the EUREC4A/ATOMIC campaign many radiosondes were launched from different platforms and partners. This collection of scripts has been used to convert, visualize and interpolate the data in a common way.

Expand All @@ -11,6 +11,9 @@ This repository has been created before the start of the campaign and evolved fu

While most of the scripts can be applied to every sounding that exists in the BUFR or mwx format, some of the postprocessing scripts are specific to the EUREC4A campaign and can only serve as a guidance for other studies.

## What's new
Changes to the software and produced data can be found [here](docs/whats-new.rst)

## Installation

The package can be installed with `conda` ([Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Anaconda](https://www.anaconda.com/distribution/)):
Expand Down
24 changes: 24 additions & 0 deletions docs/whats-new.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
What's new
==========

v3.0.0 (23.12.2020)
-------------------
This release incorporates all suggestions made during the first round of the ESSD review.
It also fixes issues that were mentioned by users using this dataset since the last release.

Bugfixes
~~~~~~~~
- A simulated/unreal sounding is now excluded from the dataset (:issue:`16`)
- Upward and downward soundings are now split at maximum height. The `Dropping` flag occasionally led to an incorrect split. (:issue:`17`)
- Fix time reference unit in L2 meteomodem data (:issue:`15`)

Processing changes
~~~~~~~~~~~~~~~~~~
- Data of the meteomodem soundings are no longer based on the BUFR files, but on the COR files, to be more in line with the Vaisala soundings. All Meteomodem soundings are affected.(:issue:`20`)
- Some meteomodem surface measurements were corrected, especially the sounding on 27.01.2020 @22:14 had a wrong surface pressure and therefore wrong height information
- Change unit in Level 1 data from hPa to Pa (:issue:`22`)
- To circumvent issues with leap seconds, time references change from `1970-01-01` to `2020-01-01` (:issue:`19`)

v2.2.0 (29.06.2020)
-------------------
Version released for the ESSD submission.
Binary file modified postprocessing/processing_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 96d69cc

Please sign in to comment.