Skip to content

Commit 2dbe8f6

Browse files
committed
Removing more commented out code.
1 parent d9d4971 commit 2dbe8f6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/physics/cam/diffusion_solver.F90

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -745,23 +745,15 @@ end function vd_lu_qdecomp
745745

746746
! Boundary layer thickness of "0._r8" signifies that the boundary
747747
! condition is defined directly on the top interface.
748-
! decomp = fin_vol_lu_decomp(ztodt, p, &
749-
! coef_q_diff=kvh(:ncol,:)*dpidz_sq, &
750-
! upper_bndry=interface_boundary)
751748

752749
if (.not. use_spcam) then
753750
dse(:ncol,:) = fin_vol_solve(ztodt, p, dse(:ncol,:), &
754751
ncol, pver, &
755752
coef_q_diff=kvh(:ncol,:)*dpidz_sq, &
756753
upper_bndry=interface_boundary, &
757754
l_cond=BoundaryData(dse_top(:ncol)))
758-
!dse(:ncol,:) = dse(:ncol,:) + ddse
759-
! call decomp%left_div(dse(:ncol,:), &
760-
! l_cond=BoundaryData(dse_top(:ncol)))
761755
endif
762756

763-
! call decomp%finalize()
764-
765757
! Calculate flux at top interface
766758

767759
! Modification : Why molecular diffusion does not work for dry static energy in all layers ?

0 commit comments

Comments
 (0)