Skip to content

Commit

Permalink
Update to GEBCO 2022 and BedMachine v2 bathymetry
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Aug 17, 2022
1 parent b3303a3 commit 84bc012
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions compass/ocean/tests/global_ocean/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def configure_global_ocean(test_case, mesh, init=None):

# a description of the bathymetry
config.set('global_ocean', 'bathy_description',
'Bathymetry is from GEBCO 2019, combined with BedMachine '
'Antarctica around Antarctica.')
'Bathymetry is from GEBCO 2022, combined with BedMachine '
'Antarctica v2 around Antarctica.')

if init is not None and init.with_bgc:
# todo: this needs to be filled in!
Expand Down
2 changes: 1 addition & 1 deletion compass/ocean/tests/global_ocean/init/initial_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(self, test_case, mesh, initial_condition, with_bgc):

self.add_input_file(
filename='topography.nc',
target='BedMachineAntarctica_and_GEBCO_2019_0.05_degree.200128.nc',
target='BedMachineAntarctica_v2_and_GEBCO_2022_0.05_degree_20220729.nc',
database='bathymetry_database')

self.add_input_file(
Expand Down

0 comments on commit 84bc012

Please sign in to comment.