Skip to content

Commit df18dfb

Browse files
committed
Update docs
1 parent 5360e23 commit df18dfb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/developers_guide/ocean/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ test cases and steps
215215
init.initial_state.InitialState.run
216216
init.remap_ice_shelf_melt.RemapIceShelfMelt
217217
init.remap_ice_shelf_melt.RemapIceShelfMelt.run
218+
init.remap_ice_shelf_melt.remap_paolo
218219
init.remap_ice_shelf_melt.remap_adusumilli
219220
init.ssh_adjustment.SshAdjustment
220221
init.ssh_adjustment.SshAdjustment.setup

docs/developers_guide/ocean/test_groups/global_ocean.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ ecosystem input data files.
977977

978978
The class :py:class:`compass.ocean.tests.global_ocean.init.remap_ice_shelf_melt.RemapIceShelfMelt`
979979
defines a step that remaps melt rates from the satellite-derived dataset
980-
from `Adusumilli et al. (2020) <https://doi.org/10.1038/s41561-020-0616-z>`_.
980+
from `Paolo et al. (2023) <https://doi.org/10.5194/tc-17-3409-2023>`_.
981981

982982
The class :py:class:`compass.ocean.tests.global_ocean.init.ssh_adjustment.SshAdjustment`
983983
defines a step to adjust the ``landIcePressure`` variable to be in closer to
@@ -1365,7 +1365,7 @@ The test case is made up of 10 steps:
13651365

13661366
:py:class:`compass.ocean.tests.global_ocean.files_for_e3sm.remap_ice_shelf_melt.RemapIceShelfMelt`
13671367
is used to remap ice-shelf melt rates from the dataset of
1368-
`Adusumilli et al. (2020) <https://doi.org/10.1038/s41561-020-0616-z>`_
1368+
`Paolo et al. (2023) <https://doi.org/10.5194/tc-17-3409-2023>`_
13691369
to the MPAS mesh. This dataset is used in E3SM for ``DISMF`` (data
13701370
ice-shelf melt flux) compsets.
13711371

docs/users_guide/ocean/test_groups/global_ocean.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ given ``<mesh>`` are:
603603
* ``ocean/global_ocean/<mesh>/EN4_1900/init``
604604

605605
For meshes with ice-shelf cavities, ``init`` also interpolates the
606-
`Adusumilli et al. (2020) <https://doi.org/10.1038/s41561-020-0616-z>`_
606+
`Paolo et al. (2023) <https://doi.org/10.5194/tc-17-3409-2023>`_
607607
annual mean Antarctic melt rates to the MPAS mesh for use in subsequent test
608608
cases and possible incorporation as a forcing dataset in E3SM. The ``init``
609609
test case also performs an ``ssh_adjustment`` step as described in

0 commit comments

Comments
 (0)