-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- adapt flight segment syntax from HALO/P3 - adapt P3 isotope syntax - add additional subentries for quantity (water wapor) and instrument (CRDS)
- Loading branch information
1 parent
b0153a5
commit 39664b6
Showing
5 changed files
with
47 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: {} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters