Skip to content

Commit

Permalink
Clean up modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed Aug 29, 2023
1 parent 7e0821d commit ff8666c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions columnphysics/icepack_therm_vertical.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1711,21 +1711,12 @@ subroutine thickness_changes (nilyr, nslyr, &
fhocnn = fhocnn &
+ zqsn(k)*hsn/(real(nslyr,kind=dbl_kind)*dt)
zqsn(k) = -rhos*Lfresh
!tcx, tcraig, in columnphysics, this is
! is it correct that now everything is "if snwgrain"?
! if (tr_snow) then
! meltsliq = meltsliq + smicetot(k) ! add to meltponds
! smice(k) = rhos
! smliq(k) = c0
! endif
! if (tr_rsnw) rsnw(k) = rsnw_fall
if (snwgrain) then
meltsliq = meltsliq + massice(k) ! add to meltponds
smice(k) = rhos
smliq(k) = c0
rsnw(k) = rsnw_fall
endif
!tcx
enddo
melts = melts + hsn
hsn = c0
Expand Down

0 comments on commit ff8666c

Please sign in to comment.