Skip to content

Commit

Permalink
Restructure ATR isotope catalog
Browse files Browse the repository at this point in the history
- adapt flight segment syntax from HALO/P3
- adapt P3 isotope syntax
- add additional subentries for quantity (water wapor) and instrument (CRDS)
  • Loading branch information
observingClouds committed Dec 4, 2023
1 parent b0153a5 commit 39664b6
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 24 deletions.
17 changes: 17 additions & 0 deletions ATR/isotope-analyzer-CRDS.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
plugins:
source:
- module: intake_xarray

sources:
ATR-0125:
description: Calibrated stable water vapour isotope measurements on board the ATR-42 during research flight 02
driver: opendap
args:
urlpath: https://observations.ipsl.fr/thredds/dodsC/EUREC4A/AIRCRAFT/ATR/vapour/EUREC4A_ATR_PICARRO_L3.0_20200125_as200002.nc
auth: null
chunks: null
engine: netcdf4
metadata:
maintainer: Franziska Aemisegger <franziska.aemisegger[at]env.ethz.ch>, Leonie Villiger <leonie.villiger[at]env.ethz.ch>
doi: https://doi.org/10.25326/244
note: https://observations.ipsl.fr/aeris/eurec4a-data/AIRCRAFT/ATR/vapour/ATR_RF02_20200125_info_Picarro.yaml
13 changes: 13 additions & 0 deletions ATR/isotope-analyzer-wv.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
plugins:
source:
- module: intake_xarray

sources:
CRDS:
args:
path: "{{CATALOG_DIR}}/isotope-analyzer-wv.yaml"
description: 'Calibrated stable water vapor isotope measurements on board the ATR-42'
driver: yaml_file_cat
metadata:
maintainer: Franziska Aemisegger <franziska.aemisegger[at]env.ethz.ch>, Leonie Villiger <leonie.villiger[at]env.ethz.ch>
doi: https://doi.org/10.25326/244
11 changes: 11 additions & 0 deletions ATR/isotope-analyzer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
plugins:
source:
- module: intake_xarray

sources:
water_vapor:
args:
path: "{{CATALOG_DIR}}/isotope-analyzer-wv.yaml"
description: 'Water vapor isotope measurements on board the ATR-42'
driver: yaml_file_cat
metadata: {}
24 changes: 0 additions & 24 deletions ATR/isotopes.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions ATR/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ sources:
metadata:
tags:
- track
isotope_analyzer:
args:
path: "{{CATALOG_DIR}}/isotope-analyzer.yaml"
description: 'Isotope measurements on board the ATR-42'
driver: yaml_file_cat
metadata: {}

0 comments on commit 39664b6

Please sign in to comment.