Skip to content

Commit

Permalink
Add forcing height change back into CanopyFluxesMod after rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
olyson committed Mar 14, 2022
1 parent 546f615 commit 382441c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/biogeophys/CanopyFluxesMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -918,11 +918,6 @@ subroutine CanopyFluxes(bounds, num_exposedvegp, filter_exposedvegp,
call endrun(msg = 'unknown z0param_method', additional_msg = errMsg(sourcefile, __LINE__))
end select

! Update the forcing heights
forc_hgt_u_patch(p) = forc_hgt_u(g) + z0mg(c) + displa(p)
forc_hgt_t_patch(p) = forc_hgt_t(g) + z0mg(c) + displa(p)
forc_hgt_q_patch(p) = forc_hgt_q(g) + z0mg(c) + displa(p)

z0hv(p) = z0mv(p)
z0qv(p) = z0mv(p)

Expand Down

0 comments on commit 382441c

Please sign in to comment.