Skip to content

Commit

Permalink
Add landIceDraft to initial_state
Browse files Browse the repository at this point in the history
  • Loading branch information
cbegeman committed Jan 30, 2024
1 parent 745353a commit 9dbe37b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compass/ocean/tests/isomip_plus/initial_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def _compute_initial_condition(self):
land_ice_draft=land_ice_draft, modify_mask=land_ice_draft < 0.)

ds['landIcePressure'] = land_ice_pressure
ds['landIceDraft'] = land_ice_draft

section = config['isomip_plus']

Expand Down

0 comments on commit 9dbe37b

Please sign in to comment.