forked from eurec4a/eurec4a-intake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add data from SWIFT ocean drifters at NOAA PSL. (eurec4a#19)
Add data from SWIFT ocean drifters hosted at NOAA PSL, using platform names consistent with EUREC4A-meta
- Loading branch information
1 parent
90abb85
commit e585799
Showing
2 changed files
with
53 additions
and
0 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
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,46 @@ | ||
plugins: | ||
source: | ||
- module: intake_xarray | ||
|
||
sources: | ||
SWIFT16: | ||
driver: opendap | ||
args: | ||
auth: null | ||
chunks: {} | ||
urlpath: https://psl.noaa.gov/thredds/dodsC/Datasets/ATOMIC/data/swift_drifters/EUREC4A_ATOMIC_SWIFT16_All_v1.1.nc | ||
|
||
SWIFT17: | ||
driver: opendap | ||
args: | ||
auth: null | ||
chunks: {} | ||
urlpath: https://psl.noaa.gov/thredds/dodsC/Datasets/ATOMIC/data/swift_drifters/EUREC4A_ATOMIC_SWIFT17_All_v1.1.nc | ||
|
||
SWIFT22: | ||
driver: opendap | ||
args: | ||
auth: null | ||
chunks: {} | ||
urlpath: https://psl.noaa.gov/thredds/dodsC/Datasets/ATOMIC/data/swift_drifters/EUREC4A_ATOMIC_SWIFT22_All_v1.1.nc | ||
|
||
SWIFT23: | ||
driver: opendap | ||
args: | ||
auth: null | ||
chunks: {} | ||
urlpath: https://psl.noaa.gov/thredds/dodsC/Datasets/ATOMIC/data/swift_drifters/EUREC4A_ATOMIC_SWIFT23_All_v1.1.nc | ||
|
||
SWIFT24: | ||
driver: opendap | ||
args: | ||
auth: null | ||
chunks: {} | ||
urlpath: https://psl.noaa.gov/thredds/dodsC/Datasets/ATOMIC/data/swift_drifters/EUREC4A_ATOMIC_SWIFT24_All_v1.1.nc | ||
|
||
SWIFT25: | ||
driver: opendap | ||
args: | ||
auth: null | ||
chunks: {} | ||
urlpath: https://psl.noaa.gov/thredds/dodsC/Datasets/ATOMIC/data/swift_drifters/EUREC4A_ATOMIC_SWIFT25_All_v1.1.nc |