Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add further BCO isotope product #153

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## (unreleased)

### New Datasets
* Add isotope data from BCO (#152). By [Hauke Schulz](https://github.com/observingClouds)
* Add precipitation isotope data from BCO (#152). By [Hauke Schulz](https://github.com/observingClouds)
* Add water vapor isotope data from BCO (#153). By [Hauke Schulz](https://github.com/observingClouds)
observingClouds marked this conversation as resolved.
Show resolved Hide resolved
* Add EUREC4A-MIP boundary conditions from ERA5 and COSMO for current and pseudo-global warming experiment (#135). By [torresalavez](https://github.com/torresalavez) and [Hauke Schulz](https://github.com/observingClouds)
* Add cloud droplet size distribution from specMACS instrument. By [Veronika Pörtge](https://github.com/vpoertge)
* 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)
Expand Down
14 changes: 6 additions & 8 deletions barbados/BCO/bco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,10 @@ sources:
args:
urlpath: ipfs://QmeAL3DLEbWS2c2bkyA7mSgopN2ANmtMAGu79mM5GFQGhR
consolidated: true
isotopes:
description: Calibrated stable water isotope data in precipitation from the BCO during EUREC4A
driver: netcdf

isotope_analyzer:
args:
urlpath: simplecache::https://observations.ipsl.fr/aeris/eurec4a-data/BARBADOS/BCO/precipitation/EUREC4A_BCO_stable_water_isotopes_precipitation.nc
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
path: "{{CATALOG_DIR}}/isotope-analyzer.yaml"
description: 'Various isotope measurements at the Barbados Cloud Observatory'
driver: yaml_file_cat
metadata: {}
27 changes: 27 additions & 0 deletions barbados/BCO/isotope-analyzer-wv.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
plugins:
source:
- module: intake_xarray

sources:
CRDS:
description: BCO CRDS Continuous In-Situ Water Vapor Isotopic Composition
driver: opendap
args:
urlpath: https://observations.ipsl.fr/thredds/dodsC/EUREC4A/BARBADOS/BCO/PICARRO/EUREC4A_BCO_PICARRO_WVISOS_L1.nc
Copy link
Contributor

@leonie-villiger leonie-villiger Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
urlpath: https://observations.ipsl.fr/thredds/dodsC/EUREC4A/BARBADOS/BCO/PICARRO/EUREC4A_BCO_PICARRO_WVISOS_L1.nc
urlpath: https://observations.ipsl.fr/thredds/dodsC/EUREC4A/BARBADOS/BCO/vapour/EUREC4A_BCO_PICARRO_WVISOS_L3.nc

That is the official version (i.e., the one linked from https://doi.org/10.25326/245). But it still has the issue with the non-standard time unit. Working on it...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @leonie-villiger, just wanted to check if you had a chance to look into this again 😬

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • A new version of the BCO precipitation isotope product with corrected datatype of flag variable has been uploaded and is now accessible via OPeNDAP.
  • Franziska will take care of the unsupported time dimension in the BCO PICARRO dataset.

auth: null
chunks: null
engine: netcdf4
metadata:
maintainer: Leonie Villiger <leonie.villiger[at]env.ethz.ch>, Franziska Aemisegger <franziska.aemisegger[at]env.ethz.ch>
doi: https://doi.org/10.25326/245
OA_ICOS:
description: BCO LGR Continuous In-Situ Water Vapor Isotopic Composition
driver: opendap
args:
urlpath: https://observations.ipsl.fr/thredds/dodsC/EUREC4A/BARBADOS/BCO/LGR/EUREC4A_BCO_LGR_1min_1.0.nc
auth: null
chunks: null
engine: netcdf4
metadata:
maintainer: Joseph Galewsky <galewsky[at]unm.edu>, Sebastian Los <slos[at]unm.edu>
doi: https://doi.org/10.25326/309
22 changes: 22 additions & 0 deletions barbados/BCO/isotope-analyzer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
plugins:
source:
- module: intake_xarray

sources:
precipitation:
description: Calibrated stable water isotope data in precipitation from the BCO during EUREC4A
driver: opendap
args:
urlpath: https://observations.ipsl.fr/thredds/dodsC/EUREC4A/BARBADOS/BCO/precipitation/EUREC4A_BCO_stable_water_isotopes_precipitation_V2.0.nc
auth: null
chunks: null
engine: netcdf4
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
water_vapor:
args:
path: "{{CATALOG_DIR}}/isotope-analyzer-wv.yaml"
description: 'Water vapor isotope data measured at the BCO during EUREC4A'
driver: yaml_file_cat
metadata: {}
Loading