Skip to content

Commit 90c718a

Browse files
authored
Update recipes for Gebco 2025 (#283)
* Update scripts for GEBCO 2025 * Fix SRC_REF * fix name again * add SRC_EXT
1 parent 089cdd6 commit 90c718a

2 files changed

Lines changed: 16 additions & 14 deletions

File tree

recipes/earth_gebco.recipe

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Recipe file for down-filtering the Gebco 2024 grid
2-
# 2024-08-12 FE
1+
# Recipe file for down-filtering the GEBCO 2025 grid
2+
# 2025-08-08 FE
33
#
44
# To be given as input file to script srv_downsampler_grid.sh
55
#
@@ -9,15 +9,16 @@
99
#
1010
# Source: Information about master file, a title name (with underscores for spaces), planetary radius (km),
1111
# name of z-variable, and z unit.
12-
# SRC_FILE=https://www.bodc.ac.uk/data/open_download/gebco/gebco_2024/zip/
13-
# SRC_TITLE=GEBCO_Earth_Relief_2024
14-
# SRC_REF="GEBCO_Compilation_Group,_2024_GEBCO_2024_Grid"
15-
# SRC_DOI="https://doi.org/10.5285/1c44ce99-0a0d-5f4f-e063-7086abc0ea0f"
12+
# SRC_FILE="https://dap.ceda.ac.uk/bodc/gebco/global/gebco_2025/ice_surface_elevation/netcdf/gebco_2025.zip"
13+
# SRC_TITLE=GEBCO_Earth_Relief_2025
14+
# SRC_REF="GEBCO_Compilation_Group,_2025_GEBCO_2025_Grid"
15+
# SRC_DOI="https://doi.org/10.5285/37c52e96-24ea-67ce-e063-7086abc05f29"
1616
# SRC_RADIUS=6371.0087714
1717
# SRC_NAME=elevation
1818
# SRC_UNIT=m
1919
# As source is a ZIP file, we extract only the nc grid.
20-
# SRC_PROCESS="unzip -n gebco_2024.zip GEBCO_2024.nc"
20+
# SRC_PROCESS="unzip -n gebco_2025.zip GEBCO_2025.nc; mv GEBCO_2025.nc gebco_2025.nc"
21+
# SRC_EXT=nc
2122
#
2223
# Destination: Specify output node registration, file prefix, and netCDF format
2324
# DST_MODE=Cartesian

recipes/earth_gebcosi.recipe

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Recipe file for down-filtering the Gebco 2024 sub-ice grid
2-
# 2024-08-12 FE
1+
# Recipe file for down-filtering the GEBCO 2025 sub-ice grid
2+
# 2025-08-08 FE
33
#
44
# To be given as input file to script srv_downsampler_grid.sh
55
#
@@ -9,15 +9,16 @@
99
#
1010
# Source: Information about master file, a title name (with underscores for spaces), planetary radius (km),
1111
# name of z-variable, and z unit.
12-
# SRC_FILE=https://www.bodc.ac.uk/data/open_download/gebco/gebco_2024_sub_ice_topo/zip/
13-
# SRC_TITLE=GEBCO_Sub-Ice_Earth_Relief_2024
14-
# SRC_REF="GEBCO_Compilation_Group,_2024_GEBCO_2024_Grid"
15-
# SRC_DOI="https://doi.org/10.5285/1c44ce99-0a0d-5f4f-e063-7086abc0ea0f"
12+
# SRC_FILE="https://dap.ceda.ac.uk/bodc/gebco/global/gebco_2025/sub_ice_topography_bathymetry/netcdf/gebco_2025_sub_ice_topo.zip"
13+
# SRC_TITLE=GEBCO_Sub-Ice_Earth_Relief_2025
14+
# SRC_REF="GEBCO_Compilation_Group,_2025_GEBCO_2025_Grid"
15+
# SRC_DOI="https://doi.org/10.5285/37c52e96-24ea-67ce-e063-7086abc05f29"
1616
# SRC_RADIUS=6371.0087714
1717
# SRC_NAME=elevation
1818
# SRC_UNIT=m
1919
# As source is a ZIP file, we extract only the nc grid.
20-
# SRC_PROCESS="unzip -n gebco_2024_sub_ice_topo.zip GEBCO_2024_sub_ice_topo.nc"
20+
# SRC_PROCESS="unzip -n gebco_2025_sub_ice_topo.zip GEBCO_2025_sub_ice.nc; mv GEBCO_2025_sub_ice.nc gebco_2025_sub_ice_topo.nc"
21+
# SRC_EXT=nc
2122
#
2223
# Destination: Specify output node registration, file prefix, and netCDF format
2324
# DST_MODE=Cartesian

0 commit comments

Comments
 (0)