You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package also includes a few plotting routines that can be called with e.g.
37
-
38
-
Unix:
39
-
```sh
40
-
sounding_visualize -i converted/file/sounding.nc
41
-
```
34
+
The configuration of attributes, variable names and units of the input and output is done via yaml files in the `config` folder.
42
35
43
-
## SkewT Plotting
36
+
To post-process radiosoundings with pysonde and track the processing steps, a new repository should be created that only contains the `config` folder and its scripts. An additional bash script with the `sounding_converter` calls tracks the processing steps. The version used of pysonde is automatically inserted into the output files.
44
37
45
-
A skewT diagram can be created with
46
-
47
-
Unix:
48
-
49
-
```sh
50
-
sounding_skewT -i converted/file/sounding.nc
51
-
```
38
+
The [repository containing the processing setup for the circBrazil campaign](https://github.com/observingClouds/soundings_circbrazil) can serve as a template.
0 commit comments