Skip to content

Commit

Permalink
update dfresh diagnostic calculation in icepack_therm_itd
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed Nov 29, 2019
1 parent 9b4af6b commit cf1ecc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion columnphysics/icepack_therm_itd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ subroutine lateral_melt (dt, ncat, &
! fluxes to coupler
! dfresh > 0, dfsalt > 0, dfpond > 0

dfresh = (rhoi*vsnon(n) + rhos*vicen(n)) * rsiden(n) / dt
dfresh = (rhoi*vicen(n) + rhos*vsnon(n)) * rsiden(n) / dt
dfsalt = rhoi*vicen(n)*ice_ref_salinity*p001 * rsiden(n) / dt
fresh = fresh + dfresh
fsalt = fsalt + dfsalt
Expand Down

0 comments on commit cf1ecc0

Please sign in to comment.