Skip to content

Commit

Permalink
Merge pull request #154 from vpoertge/master
Browse files Browse the repository at this point in the history
Added cloud droplet size distribution dataset derived from specMACS polarization measurements
  • Loading branch information
observingClouds authored Nov 23, 2023
2 parents d10627c + 25367f1 commit 6f87243
Show file tree
Hide file tree
Showing 4 changed files with 2,401 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### New Datasets
* Add isotope data from BCO (#152). By [Hauke Schulz](https://github.com/observingClouds)
* Add cloud droplet size distribution from specMACS instrument. By [Veronika Pörtge](https://github.com/vpoertge)
### Updated Datasets
### Removed Datasets
### Fixes
Expand Down
14 changes: 14 additions & 0 deletions HALO/specmacs/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,17 @@ sources:
description: "points on cloud surface from 3-D stereographic reconstruction"
driver: yaml_file_cat
metadata: {}

cdsd_polLL:
args:
path: "{{CATALOG_DIR}}/specMACS_polLL_cdsd.yaml"
description: "cloud droplet size distribution of liquid water clouds from cloudbow observations of lower left specMACS polarization camera"
driver: yaml_file_cat
metadata: {}

cdsd_polLR:
args:
path: "{{CATALOG_DIR}}/specMACS_polLR_cdsd.yaml"
description: "cloud droplet size distribution of liquid water clouds from cloudbow observations of lower right specMACS polarization camera"
driver: yaml_file_cat
metadata: {}
Loading

0 comments on commit 6f87243

Please sign in to comment.