Skip to content

Conversation

@darincomeau
Copy link
Owner

This PR adds iceberg terms to the sea ice momentum equation.

BFB when config_use_bergs = .false.

@darincomeau darincomeau requested a review from akturner May 8, 2018 21:00
@darincomeau darincomeau self-assigned this May 8, 2018
! right hand side of matrix solve
rightHandSide(1) = stressDivergenceU(iVertex) + airStressVertexU(iVertex) + surfaceTiltForceU(iVertex) + &
oceanStressCoeff(iVertex) * oceanStressU(iVertex) + &
oceanStressCoeff(iVertex) * oceanStressU(iVertex) + bergStressU(iVertex) + &
Copy link
Owner Author

@darincomeau darincomeau May 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The terms bergStressU, bergStressV are in units kg m s^{-2}, and I believe this (rightHandSide) is the appropriate place to put them.

These terms are calculated when namelist config_berg_seaice_interaction = .true., and are calculated in the subroutine seaice_run_berg_postdynamics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

don't merge do not merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants