Skip to content

Commit 63cd8a1

Browse files
committed
update glorys available dates
1 parent 2d31119 commit 63cd8a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/DataWrangling/GLORYS/GLORYS.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ dataset_name(::GLORYSMonthly) = "GLORYSMonthly"
4747
Base.size(::AbstractGLORYSDataset, variable) = (4320, 2040, 50)
4848

4949
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))
50+
all_dates(::GLORYSDaily, var) = range(DateTime("1993-01-01"), stop=DateTime("2026-05-26"), step=Day(1))
51+
all_dates(::GLORYSMonthly, var) = range(DateTime("1993-01-01"), stop=DateTime("2026-04-01"), step=Month(1))
5252

5353
copernicusmarine_dataset_id(dataset, name) = copernicusmarine_dataset_id(dataset) #fallback
5454
copernicusmarine_dataset_id(::GLORYSStatic) = "cmems_mod_glo_phy_my_0.083deg_static"

0 commit comments

Comments
 (0)