We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6970b4c commit 44f7e45Copy full SHA for 44f7e45
test/datasets.jl
@@ -24,7 +24,7 @@ end
24
25
@testset "Reading Zarr" begin
26
p = "gs://cmip6/CMIP6/HighResMIP/CMCC/CMCC-CM2-HR4/highresSST-present/r1i1p1f1/6hrPlev/psl/gn/v20170706/"
27
-ds_zarr = to_dataset(p)
+ds_zarr = to_dataset(p,driver=:zarr)
28
vn = get_varnames(ds_zarr)
29
@test sort(vn) == ["lat", "lat_bnds", "lon", "lon_bnds", "psl", "time", "time_bnds"]
30
@test get_var_dims(ds_zarr, "psl") == ["lon", "lat", "time"]
0 commit comments