From 2290c762ce2e32c7c46f3597efc84e1e26514155 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Sat, 30 Jul 2022 02:40:43 -0500 Subject: [PATCH] Update docs to GEBCO 2022 and BedMachine v2 bathymetry --- docs/developers_guide/organization.rst | 4 ++-- docs/users_guide/config_files.rst | 2 +- docs/users_guide/ocean/test_groups/global_ocean.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/developers_guide/organization.rst b/docs/developers_guide/organization.rst index 7d63ed6d90..f73b5284f7 100644 --- a/docs/developers_guide/organization.rst +++ b/docs/developers_guide/organization.rst @@ -1536,12 +1536,12 @@ To add an input file from a database, call 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') In this example from :py:class:`compass.ocean.tests.global_ocean.init.initial_state.InitialState()`, -the file ``BedMachineAntarctica_and_GEBCO_2019_0.05_degree.200128.nc`` is +the file ``BedMachineAntarctica_v2_and_GEBCO_2022_0.05_degree_20220729.nc`` is slated for later downloaded from `MPAS-Ocean's bathymetry database `_. The file will be stored in the subdirectory ``bathymetry_database`` of the path diff --git a/docs/users_guide/config_files.rst b/docs/users_guide/config_files.rst index 936d6f9423..c700bba710 100644 --- a/docs/users_guide/config_files.rst +++ b/docs/users_guide/config_files.rst @@ -362,7 +362,7 @@ looks like: level # source: /home/xylar/code/compass/customize_config_parser/compass/ocean/tests/global_ocean/configure.py - bathy_description = Bathymetry is from GEBCO 2019, combined with BedMachine Antarctica around Antarctica. + bathy_description = Bathymetry is from GEBCO 2022, combined with BedMachine Antarctica v2 around Antarctica. # a description of the mesh with ice-shelf cavities # source: /home/xylar/code/compass/customize_config_parser/compass/ocean/tests/global_ocean/global_ocean.cfg diff --git a/docs/users_guide/ocean/test_groups/global_ocean.rst b/docs/users_guide/ocean/test_groups/global_ocean.rst index 514f818679..7bf3aa525f 100644 --- a/docs/users_guide/ocean/test_groups/global_ocean.rst +++ b/docs/users_guide/ocean/test_groups/global_ocean.rst @@ -191,7 +191,7 @@ is not yet known at the time of mesh creation): :MPAS_Mesh_QU_Maximum_Depth_m = "3000.0" ; :MPAS_Mesh_QU_Number_of_Levels = "16" ; :MPAS_Mesh_Description = "MPAS quasi-uniform mesh for E3SM version 2 at 240-km global resolution with 16 vertical level" ; - :MPAS_Mesh_Bathymetry = "Bathymetry is from GEBCO 2019, combined with BedMachine Antarctica around Antarctica." ; + :MPAS_Mesh_Bathymetry = "Bathymetry is from GEBCO 2022, combined with BedMachine Antarctica v2 around Antarctica." ; :MPAS_Initial_Condition = "Polar science center Hydrographic Climatology (PHC)" ; :MPAS_Mesh_COMPASS_Version = "1.0.0" ; :MPAS_Mesh_JIGSAW_Version = "0.9.12" ;