Skip to content

Commit 9d6836a

Browse files
Merge pull request #105 from jkrasting/update-jpk-dataset-paths
Updated paths to datasets in /archive/jpk
2 parents 9fa0baf + 0202e83 commit 9d6836a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

om4labs/catalogs/obs_catalog_gfdl.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ sources:
6262
description: "NSIDC Northern Hemisphere monthly climatology"
6363
driver: netcdf
6464
args:
65-
urlpath: '/home/jpk/sea-ice-obs/OBS_NSIDC_sat_NH_T2Ms_sic.nc'
65+
urlpath: '/archive/jpk/om4labs/datasets/NSIDC/OBS_NSIDC_sat_NH_T2Ms_sic.nc'
6666
chunks: {'time': 12}
6767
metadata:
6868
origin_url: ''
@@ -71,33 +71,33 @@ sources:
7171
description: "NSIDC Southern Hemisphere monthly climatology"
7272
driver: netcdf
7373
args:
74-
urlpath: '/home/jpk/sea-ice-obs/OBS_NSIDC_sat_SH_T2Ms_sic.nc'
74+
urlpath: '/archive/jpk/om4labs/datasets/NSIDC/OBS_NSIDC_sat_SH_T2Ms_sic.nc'
7575
chunks: {'time': 12}
7676
metadata:
7777
origin_url: ''
7878

79-
#Trenberth_and_Caron:
80-
# description: "Trenberth and Caron Heat Transport"
81-
# driver: netcdf
82-
# args:
83-
# urlpath: ''
84-
# xarray_kwargs:
85-
# decode_times: False
86-
# metadata:
87-
# origin_url: ''
79+
Trenberth_and_Caron:
80+
description: "Trenberth and Caron Heat Transport"
81+
driver: netcdf
82+
args:
83+
urlpath: '/archive/jpk/om4labs/datasets/Trenberth_and_Caron/Trenberth_and_Caron_Heat_Transport.nc'
84+
xarray_kwargs:
85+
decode_times: False
86+
metadata:
87+
origin_url: ''
8888

8989
wavelet_NOAA_ERSST_v5_1957_2002:
9090
description: "NOAA Reconstructed SST NINO Region Wavelet Analysis 1957-2002"
9191
driver: netcdf
9292
args:
93-
urlpath: '/home/jpk/wavelet-obs/wavelet.NOAA-ERSST-v5.1957-2002.nc'
93+
urlpath: '/archive/jpk/om4labs/datasets/NOAA-ERSST/wavelet.NOAA-ERSST-v5.1957-2002.nc'
9494
metadata:
9595
origin_url: ''
9696

9797
wavelet_NOAA_ERSST_v5_1880_2019:
9898
description: "NOAA Reconstructed SST NINO Region Wavelet Analysis 1880-2019"
9999
driver: netcdf
100100
args:
101-
urlpath: '/home/jpk/wavelet-obs/wavelet.NOAA-ERSST-v5.1880-2019.nc'
101+
urlpath: '/archive/jpk/om4labs/datasets/NOAA-ERSST/wavelet.NOAA-ERSST-v5.1880-2019.nc'
102102
metadata:
103103
origin_url: ''

0 commit comments

Comments
 (0)