Skip to content

Commit c219214

Browse files
committed
Update url to 2024
1 parent 6c2b3a5 commit c219214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/code/gui_ci_timeseries_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def build_timeseries_url(index, mode, timescale='Annual', ssp=None):
268268
timeseries_url = f"https://wbg-cckp.s3.amazonaws.com/data/cmip6-x0.25/{index}/ensemble-all-historical/timeseries-{index}-{freq}-mean_cmip6-x0.25_ensemble-all-historical_timeseries_median_1950-2014.nc"
269269
else:
270270
# Regular historical data URL for other indices
271-
timeseries_url = f"https://wbg-cckp.s3.amazonaws.com/data/era5-x0.25/{index}/era5-x0.25-historical/timeseries-{index}-{freq}-mean_era5-x0.25_era5-x0.25-historical_timeseries_mean_1950-2023.nc"
271+
timeseries_url = f"https://wbg-cckp.s3.amazonaws.com/data/era5-x0.25/{index}/era5-x0.25-historical/timeseries-{index}-{freq}-mean_era5-x0.25_era5-x0.25-historical_timeseries_mean_1950-2024.nc"
272272
else:
273273
# Projection data URL - ensure ssp is properly included
274274
if not ssp:

0 commit comments

Comments
 (0)