Skip to content

Commit 9bcfb11

Browse files
committed
Update docs
1 parent 2347cfa commit 9bcfb11

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

compass/ocean/iceshelf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
def compute_land_ice_pressure_from_thickness(land_ice_thickness, modify_mask,
1515
land_ice_density=None):
1616
"""
17-
Compute the pressure from and overlying ice shelf
17+
Compute the pressure from an overlying ice shelf from ice thickness
1818
1919
Parameters
2020
----------
@@ -43,7 +43,7 @@ def compute_land_ice_pressure_from_thickness(land_ice_thickness, modify_mask,
4343
def compute_land_ice_pressure_from_draft(land_ice_draft, modify_mask,
4444
ref_density=None):
4545
"""
46-
Compute the pressure from and overlying ice shelf
46+
Compute the pressure from an overlying ice shelf from ice draft
4747
4848
Parameters
4949
----------

docs/developers_guide/ocean/api.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,9 @@ ocean framework
966966

967967
haney.compute_haney_number
968968

969-
iceshelf.compute_land_ice_pressure_and_draft
969+
iceshelf.compute_land_ice_draft_from_pressure
970+
iceshelf.compute_land_ice_pressure_from_draft
971+
iceshelf.compute_land_ice_pressure_from_thickness
970972
iceshelf.adjust_ssh
971973

972974
particles.write

docs/users_guide/ocean/test_groups/isomip_plus.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ The ``isomip_plus`` test cases share the following config options:
125125
# considered a land-ice cell by MPAS-Ocean (landIceMask == 1).
126126
min_land_ice_fraction = 0.5
127127
128+
# the density of ice prescribed in ISOMIP+
129+
ice_density = 918
130+
128131
# the initial temperature at the sea surface
129132
init_top_temp = -1.9
130133
# the initial temperature at the sea floor

0 commit comments

Comments
 (0)