Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JFLemieux73 committed Nov 19, 2021
1 parent 259ed34 commit 2f29fd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cicecore/cicedynB/dynamics/ice_dyn_evp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ subroutine stress_T (nx_block, ny_block, &
etax2T , & ! etax2 = 2*eta (shear viscous coeff)
stresspT , & ! sigma11+sigma22
stressmT , & ! sigma11-sigma22
stress12T ! sigma12
stress12T ! sigma12

real (kind=dbl_kind), dimension (nx_block,ny_block), intent(inout) :: &
shear , & ! strain rate II component (1/s)
Expand Down Expand Up @@ -1340,7 +1340,7 @@ subroutine stress_T (nx_block, ny_block, &
dxT, dyT, &
tarear , &
shear , divu , &
rdg_conv , rdg_shear )
rdg_conv , rdg_shear )

endif

Expand All @@ -1354,7 +1354,7 @@ end subroutine stress_T
! Nov 2021

subroutine stress_U (nx_block, ny_block, &
ksub, icellu, & !!!!new
ksub, icellu, &
indxui, indxuj, &
uvelE, vvelE, &
uvelN, vvelN, &
Expand Down Expand Up @@ -1417,7 +1417,7 @@ subroutine stress_U (nx_block, ny_block, &

character(len=*), parameter :: subname = '(stress_U)'

do ij = 1, icellu !!!!WATCHOUT!!!!
do ij = 1, icellu
i = indxui(ij)
j = indxuj(ij)

Expand Down

0 comments on commit 2f29fd3

Please sign in to comment.