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 2d31119 commit 63cd8a1Copy full SHA for 63cd8a1
1 file changed
src/DataWrangling/GLORYS/GLORYS.jl
@@ -47,8 +47,8 @@ dataset_name(::GLORYSMonthly) = "GLORYSMonthly"
47
Base.size(::AbstractGLORYSDataset, variable) = (4320, 2040, 50)
48
49
all_dates(::GLORYSStatic, var) = [nothing]
50
-all_dates(::GLORYSDaily, var) = range(DateTime("1993-01-01"), stop=DateTime("2021-06-30"), step=Day(1))
51
-all_dates(::GLORYSMonthly, var) = range(DateTime("1993-01-01"), stop=DateTime("2021-06-01"), step=Month(1))
+all_dates(::GLORYSDaily, var) = range(DateTime("1993-01-01"), stop=DateTime("2026-05-26"), step=Day(1))
+all_dates(::GLORYSMonthly, var) = range(DateTime("1993-01-01"), stop=DateTime("2026-04-01"), step=Month(1))
52
53
copernicusmarine_dataset_id(dataset, name) = copernicusmarine_dataset_id(dataset) #fallback
54
copernicusmarine_dataset_id(::GLORYSStatic) = "cmems_mod_glo_phy_my_0.083deg_static"
0 commit comments