Skip to content

Commit e16841a

Browse files
authored
Update scripts for GEBCO 2024 (#265)
* update scripts to GEBCO 2024 * Update SRC_FILE name * Remove "v" from the title * Use zip file and add SRC_PROCESS for GEBCO(SI)
1 parent 8616f6a commit e16841a

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

Diff for: recipes/earth_gebco.recipe

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Recipe file for down-filtering the Gebco 2023 grid
2-
# 2023-07-25 FE
1+
# Recipe file for down-filtering the Gebco 2024 grid
2+
# 2024-08-12 FE
33
#
44
# To be given as input file to script srv_downsampler_grid.sh
55
#
@@ -9,13 +9,15 @@
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=ftp://ftp.soest.hawaii.edu/pwessel/GEBCO/GEBCO_2023.nc
13-
# SRC_TITLE=GEBCO_Earth_Relief_2023
14-
# SRC_REF="GEBCO_Compilation_Group,_2023_GEBCO_2023_Grid"
15-
# SRC_DOI="https://doi.org/10.5285/f98b053b-0cbc-6c23-e053-6c86abc0af7b"
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"
1616
# SRC_RADIUS=6371.0087714
1717
# SRC_NAME=elevation
1818
# SRC_UNIT=m
19+
# As source is a ZIP file, we extract only the nc grid.
20+
# SRC_PROCESS="unzip -n gebco_2024.zip GEBCO_2024.nc"
1921
#
2022
# Destination: Specify output node registration, file prefix, and netCDF format
2123
# DST_MODE=Cartesian

Diff for: recipes/earth_gebcosi.recipe

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Recipe file for down-filtering the Gebco 2023 sub-ice grid
2-
# 2023-07-25 FE
1+
# Recipe file for down-filtering the Gebco 2024 sub-ice grid
2+
# 2024-08-12 FE
33
#
44
# To be given as input file to script srv_downsampler_grid.sh
55
#
@@ -9,13 +9,15 @@
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=ftp://ftp.soest.hawaii.edu/pwessel/GEBCO/GEBCO_2023_sub_ice_topo.nc
13-
# SRC_TITLE=GEBCO_Sub-Ice_Earth_Relief_v2023
14-
# SRC_REF="GEBCO_Compilation_Group,_2023_GEBCO_2023_Grid"
15-
# SRC_DOI="https://doi.org/10.5285/f98b053b-0cbc-6c23-e053-6c86abc0af7b"
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"
1616
# SRC_RADIUS=6371.0087714
1717
# SRC_NAME=elevation
1818
# SRC_UNIT=m
19+
# 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"
1921
#
2022
# Destination: Specify output node registration, file prefix, and netCDF format
2123
# DST_MODE=Cartesian

0 commit comments

Comments
 (0)