Skip to content

Commit 3861dba

Browse files
authored
Merge branch 'main' into ss/omip-prototype
2 parents 557ddc9 + a43e0e9 commit 3861dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataWrangling/Copernicus/Copernicus.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Base.size(::CopernicusDataset, variable) = (4320, 2040, 50)
4949

5050
all_dates(::GLORYSStatic, var) = [nothing]
5151
all_dates(::GLORYSDaily, var) = range(DateTime("1993-01-01"), stop=DateTime("2021-06-30"), step=Day(1))
52-
all_dates(::GLORYSMonthly, var) = range(DateTime("1993-01-01"), stop=DateTime("2024-12-01"), step=Month(1))
52+
all_dates(::GLORYSMonthly, var) = range(DateTime("1993-01-01"), stop=DateTime("2021-06-01"), step=Month(1))
5353

5454
copernicusmarine_dataset_id(::GLORYSStatic) = "cmems_mod_glo_phy_my_0.083deg_static"
5555
copernicusmarine_dataset_id(::GLORYSDaily) = "cmems_mod_glo_phy_my_0.083deg_P1D-m"

0 commit comments

Comments
 (0)