Skip to content

Commit

Permalink
Merge pull request #160 from observingClouds/poldirad
Browse files Browse the repository at this point in the history
Add gridded POLDIRAD dataset
  • Loading branch information
observingClouds authored Feb 6, 2024
2 parents 44ea4b8 + edaba8b commit ec4f141
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Add LICHT lidar data from RV Meteor as provided by the MPI-TCO catalog (#12). By [Leif Denby](https://github.com/leifdenby), [Hauke Schulz](https://github.com/observingClouds), [Tobias Kölling](https://github.com/d70-t) and [Nina Robbins](https://github.com/ninarobbins)
### Updated Datasets
* Updated RV Meteor cloud radar data (LIMRAD94) to version 1.2, in which the variable hydrometeor_mask was added which tells you whether there is a signal in the processed reflectivity or not
* Add gridded POLDIRAD product with kerchunk references to provide a continous dataset (#160). By [Hauke Schulz](https://github.com/observingClouds)
### Removed Datasets
### Fixes
### Internal Changes
Expand Down
10 changes: 8 additions & 2 deletions barbados/BCO/bco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ sources:
driver: yaml_file_cat
metadata: {}

POLDIRAD:
args:
path: "{{CATALOG_DIR}}/poldirad.yaml"
description: 'C-band Polarimetric Doppler radar (POLDIRAD)'
driver: yaml_file_cat
metadata: {}

radar_reflectivity:
description: Radar reflectivities measured with the Ka-Band radar at the Barbados Cloud Observatory.
driver: zarr
Expand Down Expand Up @@ -91,5 +98,4 @@ sources:
chunks: null
metadata:
maintainer: Leonie Villiger <leonie.villiger[at]env.ethz.ch>, Franziska Aemisegger <franziska.aemisegger[at]env.ethz.ch>
doi: https://doi.org/10.25326/242

doi: https://doi.org/10.25326/242
15 changes: 15 additions & 0 deletions barbados/BCO/poldirad.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
plugins:
source:
- module: intake_xarray

sources:
gridded:
driver: zarr
description: Poldirad measurements on Barbados during EUREC4A - Gridded data
args:
urlpath: reference::ipfs://QmRq663s4S9pwmRpbovzZJ7dRVXyoriSdBALxo7oCxGVUG
consolidated: false
metadata:
doi: https://doi.org/10.25326/217
maintainer: Martin Hagen <martin.hagen[at]dlr.de>, Florian Ewald <florian.ewald[at]dlr.de>
note: This catalog entry references the original data given at the DOI but includes additional processing steps to provide a joint dataset. Please access the original dataset to check if potential issues persist.

0 comments on commit ec4f141

Please sign in to comment.