Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbegeman committed Oct 26, 2023
1 parent 7ec31da commit 3902ae8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions compass/ocean/iceshelf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
def compute_land_ice_pressure_from_thickness(land_ice_thickness, modify_mask,
land_ice_density=None):
"""
Compute the pressure from and overlying ice shelf
Compute the pressure from an overlying ice shelf from ice thickness
Parameters
----------
Expand Down Expand Up @@ -43,7 +43,7 @@ def compute_land_ice_pressure_from_thickness(land_ice_thickness, modify_mask,
def compute_land_ice_pressure_from_draft(land_ice_draft, modify_mask,
ref_density=None):
"""
Compute the pressure from and overlying ice shelf
Compute the pressure from an overlying ice shelf from ice draft
Parameters
----------
Expand Down
4 changes: 3 additions & 1 deletion docs/developers_guide/ocean/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,9 @@ ocean framework

haney.compute_haney_number

iceshelf.compute_land_ice_pressure_and_draft
iceshelf.compute_land_ice_draft_from_pressure
iceshelf.compute_land_ice_pressure_from_draft
iceshelf.compute_land_ice_pressure_from_thickness
iceshelf.adjust_ssh

particles.write
Expand Down
3 changes: 3 additions & 0 deletions docs/users_guide/ocean/test_groups/isomip_plus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ The ``isomip_plus`` test cases share the following config options:
# considered a land-ice cell by MPAS-Ocean (landIceMask == 1).
min_land_ice_fraction = 0.5
# the density of ice prescribed in ISOMIP+
ice_density = 918
# the initial temperature at the sea surface
init_top_temp = -1.9
# the initial temperature at the sea floor
Expand Down

0 comments on commit 3902ae8

Please sign in to comment.