Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Interpolation example
  • Loading branch information
observingClouds committed Mar 16, 2020
1 parent d32e92d commit d425812
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ Further examples on how to create a skewT diagram can be found in `eurec4a_snd/e

Examples of the input `.bfr` files and the converted `.nc` file can be found in `examples/data`.

## Interpolation
To concatenate the soundings and for an easier analysis, the converted soundings (output of `sounding_converter`) can be interpolated on a common altitude grid by
```bash
sounding_interpolate -i /path/to/converted/soundings*.nc
```

## Trouble shooting

<details>
Expand Down

0 comments on commit d425812

Please sign in to comment.