Skip to content

Commit

Permalink
Allign indents
Browse files Browse the repository at this point in the history
  • Loading branch information
TillRasmussen committed Nov 14, 2022
1 parent 25f7f03 commit 780fda9
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 127 deletions.
7 changes: 3 additions & 4 deletions cicecore/cicedynB/dynamics/ice_dyn_eap.F90
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ subroutine eap (dt)
do j = 1, ny_block
do i = 1, nx_block
rdg_conv (i,j,iblk) = c0
rdg_shear(i,j,iblk) = c0 ! always zero. Could be moved
rdg_shear(i,j,iblk) = c0 ! always zero. Could be moved
divu (i,j,iblk) = c0
shear(i,j,iblk) = c0
e11(i,j,iblk) = c0
Expand Down Expand Up @@ -576,7 +576,6 @@ subroutine init_eap
da, dx, dy, dz, &
phi


real (kind=dbl_kind) :: invstressconviso

character(len=*), parameter :: subname = '(init_eap)'
Expand Down Expand Up @@ -714,8 +713,8 @@ subroutine init_eap
! Factor to maintain the same stress as in EVP (see Section 3)
! Can be set to 1 otherwise

invstressconviso = c1/(c1+kfriction*kfriction)
invsin = c1/sin(pi2/c12) * invstressconviso
invstressconviso = c1/(c1+kfriction*kfriction)
invsin = c1/sin(pi2/c12) * invstressconviso

end subroutine init_eap

Expand Down
Loading

0 comments on commit 780fda9

Please sign in to comment.