Skip to content

Commit

Permalink
Remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Jun 11, 2019
1 parent a995acf commit 22b6695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameterizations/lateral/MOM_thickness_diffuse.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ subroutine thickness_diffuse_full(h, e, Kh_u, Kh_v, tv, uhD, vhD, cg1, dt, G, GV


!if (find_work) then ; do j=js,je ; do i=is,ie ; do k=nz,1,-1
if (find_work) then ; do j=js,je ; do i=is,ie
if (find_work) then ; do j=js,je ; do i=is,ie
! Note that the units of Work_v and Work_u are W, while Work_h is W m-2.
Work_h = 0.5 * G%IareaT(i,j) * &
((Work_u(I-1,j) + Work_u(I,j)) + (Work_v(i,J-1) + Work_v(i,J)))
Expand Down

0 comments on commit 22b6695

Please sign in to comment.